19.03.2011, 18:15
pawn Код:
if(strcmp(cmd, "/paycheck", true) == 0) // This line
{
if(PlayerInfo[playerid][pAdmin] >=1337)
{
SignCheck();
}
else
{
SendClientMessage(playerid, COLOR_GREY, "You are not high enough admin to do this");
} // This line
return 1;
}