17.08.2013, 13:58
Would you mind posting the error codes and on which lines they are? Takes lot of more time to look at the whole of your code.
So far seen this incorrect.
So far seen this incorrect.
pawn Код:
if(sscanf(params,"u",ID)) // no need to check for string
{
SendClientMessage(playerid,COLOR_ERROR,"[USAGE] /checkbelt (id)");
return 1;
}