#1

Is there any possible way to make for example.. I only want level 1 admins to use the command /moderatorduty.. How am I supposed to do that?

Код:
Admins[playerid][Admin] >= 1
If I put that, then all of the admins are able to use the command.
Reply
#2

Код:
Admins[playerid][Admin] == 1
Reply
#3

Quote:
Originally Posted by MadeMan
Код:
Admins[playerid][Admin] == 1
How can I make it so that only level 3 and BELOW admins can use a specific command?
Reply
#4

Someone?
Reply
#5

Код:
Admins[playerid][Admin] >= 1 && Admins[playerid][Admin] <= 3
Reply
#6

Learn how to use operators: https://sampwiki.blast.hk/wiki/Control_Structures#Operators
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)