05.10.2014, 12:42
1: on player enums add pAdmin;
2:Save it on your saving system;
3:Set yourself some ranks for admin system
4:Create commands only for admins
Admin commands will be set only for admins with this:
P.S.If you want to make admin system from scratch get ready because you`ll have to script a lot...
2:Save it on your saving system;
3:Set yourself some ranks for admin system
4:Create commands only for admins
Admin commands will be set only for admins with this:
Код:
if(PlayerInfo[playerid][pAdmin] < 1) return SendClientMessage(playerid, -1, "This is an admin only command!");