error 001: expected token: "-string end-", but found "-identifier-"
#1

pawn Код:
return CallLocalFunction(prikaz, "is", playerid, !cmdtext[pozicia + 1] ? "\1" : cmdtext[pozicia + 1]);
I've tried this
pawn Код:
return CallLocalFunction(prikaz, "is", playerid, !cmdtext[pozicia + 1] ? '\1' : cmdtext[pozicia + 1]);
But it only sends first char

And when player types:
/command *SPACE*abc string won't be null
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)