14.12.2011, 11:50
No I fixed it in the code I posted, you don't change it to a string, you change 'playerid' to 'id' in the sscanf function on this line:
Fixed code:
pawn Код:
if(sscanf(params, "u", playerid))SendClientMessage(playerid, COLOR_WHITE, "/unjail [PLAYERID]");
pawn Код:
if(sscanf(params, "u", id))SendClientMessage(playerid, COLOR_WHITE, "/unjail [PLAYERID]");