08.02.2013, 00:47
I would like to know how to make a command work for both vip and admins. Here are the variables(LuxAdmin System):
and
.
I've been trying to mimic this which i saw in the LuxAdmin Script but it did not work:
and it works fine for them but not for me. Help please!
PHP код:
if(AccInfo[playerid][Level] >= 2)
PHP код:
if(AccInfo[playerid][pVip] >=1)
I've been trying to mimic this which i saw in the LuxAdmin Script but it did not work:
PHP код:
if(AccInfo[playerid][Level] >= 5 || IsPlayerAdmin(playerid))