26.02.2012, 18:01
So there is a strange bug in my server and i think its because of sscanf.
Here is the bug admin commands dont work ids bigger then 7.I want to learn if my parameters are correct.
Please this is causing major problems in server.
Here is the bug admin commands dont work ids bigger then 7.I want to learn if my parameters are correct.
pawn Код:
else if(sscanf(params, "us", id, reason))SendClientMessage(playerid, RED, "Usage: /warn [id/name][reason]");