12.06.2014, 14:25
You used sscanf in a wrong way
This is the right way
This is the right way
pawn Код:
if(sscanf(params,"u",id)) return SendClientMessage(playerid, color,"usage:......");
new string[300];
//Rest of the code