11.12.2011, 20:56
Try using it without the "u" and use "d". Granted you'll only be able to enter the id of the target player but try to see if it works. And if it DOES, then you need to update your sscanf. Because "u" stopped working on 0.3d on older sscanf versions. You've already said you've updated but are you 100% positive you did?
pawn Код:
if(sscanf(params, "dd", othersid, playerLV))
{
SendClientMessage(playerid, -1, "USE: /setadmin [ID] [0~3]");
return 1;
}