07.11.2012, 04:55
Okay, So i've got a helper rank (tester) and then my administrator ranks.
I've got commands like /goto etc, that i want both to be able access, But can't seem to figure it.
Heres the basic code that i use for tester commands.
I've tried.
And
Anyone got a code that'd work?
I've got commands like /goto etc, that i want both to be able access, But can't seem to figure it.
Heres the basic code that i use for tester commands.
Код:
if(Player[playerid][Tester] >= 1)
Код:
if(Player[playerid][Tester] >= 1) if(Player[playerid] [AdminLevel] >=1)
Код:
if(Player[playerid][Tester] >= 1) && (player[playerid][AdminLevel] >= 1))