12.03.2018, 22:27
you're just reloading the player's data again when they type /aduty (I mean second phase from - else if(AdminDuty[playerid] == 1))
you must get only adminname and username, than set it with SetPlayerName(playerid,name)
and remove if(SetPlayerName(playerid) == 1); from your code.
you must get only adminname and username, than set it with SetPlayerName(playerid,name)
and remove if(SetPlayerName(playerid) == 1); from your code.