if(strcmp(cmd, "/spayday", true) == 0) { if(IsPlayerConnected(playerid)) { if(PlayerInfo[playerid][pAdmin] >= 1337) { PayDay(); } } return 1; }