How to make is simpe admin leveling
#1

Hi all how to make a simple admin levels
Reply
#2

Quote:
Originally Posted by Artix
Посмотреть сообщение
Hi all how to make a simple admin levels
pawn Код:
enum pInfo {
     Admin,
}
new PlayerInfo[MAX_PLAYERS][pInfo];

// To check :

if(PlayerInfo[playerid][Admin] => 3) // if the player is admin level 3 or higher.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)