11.02.2011, 03:27
Is there a way to use a space in ssanf without adding 2 strings?
Example:
That would just let me type /bla Tee (No space. 1 string) . Is there way to use a space in it like (/bla Tee Tee) instead of using 2 strings or 2 different commands?
Example:
pawn Код:
if(sscanf(params,"s", Name))return SendClientMessage(playerid, 0xFF0000AA, "Usage: /bla [name]");