11.03.2015, 20:00
- Hello.
I need just one thing. So i have a (example) /kick command. I made that only administrator on level 1 and higher can use it. Now I made my "Supporter" system and i wanna add something like this:
- "If that player is admin or is supporter you allow him to use command"
For administrator:
For Supporter:
Thank you for help!
I need just one thing. So i have a (example) /kick command. I made that only administrator on level 1 and higher can use it. Now I made my "Supporter" system and i wanna add something like this:
- "If that player is admin or is supporter you allow him to use command"
For administrator:
PHP Code:
if(PlayerInfo[playerid][pAdministrator]
PHP Code:
if(PlayerInfo[playerid][pSupporter]