15.11.2012, 09:31
Post the full command. It's kind of silly asking for help with code but then not showing all of it. Doesn't seem like it's sscanf because if it fails it will send you a message, and if it doesn't fail, execution will continue.
Also change the sscanf line to this.
Also change the sscanf line to this.
pawn Код:
if(sscanf(params, "u", ID)) SendClientMessage(playerid, BLANCO, "USAGE: /info(/i) [ID/NAME]");