(HELP) admin levels
#1

can somme one show me who can i add admin LV (3levels) on my game mod caus i have no idea for that
Reply
#2

1. Click on this link: http://forum.sa-mp.com/search.php
2. In the first field, type: admin levels
3. Click on the button named 'Search'
Reply
#3

pawn Код:
new level[playerid];
Somewhere you put
pawn Код:
level[playerid] = 1; // replace 1 with the level you want
And detecting if player is desired level:
pawn Код:
if(level[playerid] < 1) // change 1 to the level you want command to be usable at
    return SendClientMessage(playerid, 0xAAAAAA, "You need to be level 1+ to use this command");
Reply
#4

Quote:
Originally Posted by Mean
Посмотреть сообщение
pawn Код:
new level[playerid];
Somewhere you put
pawn Код:
level[playerid] = 1; // replace 1 with the level you want
And detecting if player is desired level:
pawn Код:
if(level[playerid] < 1) // change 1 to the level you want command to be usable at
    return SendClientMessage(playerid, 0xAAAAAA, "You need to be level 1+ to use this command");
You will have to have the variable load with your registration system.


@Mean. Hey! You aren't mean at all!
Reply
#5

Quote:
Originally Posted by Hal
Посмотреть сообщение
@Mean. Hey! You aren't mean at all!
:PP !
Reply


Forum Jump:


Users browsing this thread: 3 Guest(s)