11.02.2011, 03:36
If you use it as you have it now, the second option will work because it is still a string. However, if you're using sscanf 2.0 you have to specify a string lenth in the option, like so:
pawn Код:
if(sscanf(params, "s[24]", Name)) return SendClientMessage(playerid, 0xFF0000AA, "Usage: /bla [name]");