Quote:
|
Originally Posted by ZeroTrack
I should update this so people know how i fixed it...
|
Why, when this works just fine?
PHP Code:
if (actionserverside) {
if (strequals(#p(0),strings)) {
with (getplayer(#p(1))) setplayerprop #c,#p(2);
}
}
//#CLIENTSIDE
if (playerchats) {
if (startswith(/teststrings,#c)) {
setstring this.test,1,2,3,4,5,6,7,8,9,10;
triggeraction 0,0,serverside,test,strings,#a,"#s(this.test)";
}
}