14.08.2011, 14:35
First:Make a enum (called for example Data)//in this enum should be a Admin variable
Second:a global variable called new PlayerData[MAX_PLAYERS][data];
So if you want to make a command you should use if(PlayerData[playerid][variable in the enum( for example Adminlevel) > 1) if the player have a Adminlevel 1 he can use it ,if not he cant
Second:a global variable called new PlayerData[MAX_PLAYERS][data];
So if you want to make a command you should use if(PlayerData[playerid][variable in the enum( for example Adminlevel) > 1) if the player have a Adminlevel 1 he can use it ,if not he cant