Multiple gamemodes
#3

pawn Код:
enum PlayerInfo
{
    Registered,
    AdminLevel,
    logged,
    Jailed,
    Muted,
    Warnings,
    Frozen,
    Kills,
    Deaths,
    Online,
    Duty
};
new pInfo[MAX_PLAYERS][PlayerInfo];
and then:
pawn Код:
if(!pInfo[playerid][AdminLevel]) return SendClientMessage(playerid, 0xFF0000FF, "You are not an admin!");
Reply


Messages In This Thread
Multiple gamemodes - by Ironboy500 - 10.03.2010, 19:03
Re: Multiple gamemodes - by KnightRiderUGP - 10.03.2012, 09:44
Re: Multiple gamemodes - by CAR - 10.03.2012, 09:46

Forum Jump:


Users browsing this thread: 1 Guest(s)