27.04.2014, 08:10
at first please define this
then use this conditional signs in ur script !
Quote:
stock IsPlayerMod(playerid,lvl) { if(PlayerInfo[playerid][pAdminLevel]>=lvl) return 1; return 0; } stock IsPlayerModEx(playerid,lvl) { if(PlayerInfo[playerid][pAdminLevel]==lvl) return 1; return 0; } |