19.03.2011, 07:52
Correction for your /paycheck cmd:
pawn Код:
if(strcmp(cmd, "/paycheck", true) == 0) // by:Qeux
{
if(PlayerInfo[playerid][pAdmin] >=1337)
{
SignCheck();
}
else
{
SendClientMessage(playerid, COLOR_GREY, "You are not high enough admin to do this");
}
return 1;
}