21.11.2013, 17:39
I believe you've declared the variable like:
which means, you need to change
to
Код:
new AdminDuty[MAX_PLAYERS];
Код:
if(PlayerInfo[AdminDuty][giveplayerid] == 0)
Код:
if(AdminDuty[giveplayerid] == 0)

