09.09.2011, 21:47
I'm not quite sure but when you disconnect you don't need to write to the file
Because the file sets your admin level when you join.
Also I wouldn't have a space between Admin and Level it may cause problems.
Code:
INI_WriteInt(File,"Admin Level",PlayerInfo[playerid][ALevel]);
Also I wouldn't have a space between Admin and Level it may cause problems.