06.06.2011, 17:20
its easy you can make a variable called admin like this
new admin[MAX_PLAYERS];
and then make it like
admin[playerid] = 1
admin[playerid] = 2
admin[playerid] = 3
if you understand
new admin[MAX_PLAYERS];
and then make it like
admin[playerid] = 1
admin[playerid] = 2
admin[playerid] = 3
if you understand