29.06.2011, 08:06
Try to debug!
After line if(sscanf(params, "dd", id,pin)) add
SendClientMessage(playerid, -1, "TEST");
If it will work, then there's no problem, you didnt added anything after sscanf check.
After line if(sscanf(params, "dd", id,pin)) add
SendClientMessage(playerid, -1, "TEST");
If it will work, then there's no problem, you didnt added anything after sscanf check.