09.03.2014, 05:25
if an admin is on DUTY. and they /q to server they will go automatically OFF DUTY.
Admin Duty variable [AdminDuty]
Admin Duty variable [AdminDuty]
public OnPlayerDisconnect(playerid, reason)
{
if(AdminDuty[playerid] == 1)
{
AdminDuty[playerid] = 0;
}
return 1;
}