14.07.2014, 10:38
i think you forget to reset the admin variables on player disconnect
do like this--
if it doesn't work then show the code where you load the varaibles from player file/database
do like this--
pawn Код:
public OnPlayerDisconnect(playerid , reason)
{
pInfo[playerid][admin] = 0;//change the variable to wahtever is your variable
return 1;
}