People automatically becomes a admin.
#1

Код:
new INI:File = INI_Open(UserPath(playerid));
  INI_SetTag(File,"data");
  INI_WriteInt(File,"Cash",GetPlayerMoney(playerid));
  INI_WriteInt(File,"Admin",PlayerInfo[playerid][pAdmin]);
  INI_WriteInt(File,"Vip",PlayerInfo[playerid][pVip]);
  INI_WriteInt(File,"Score",GetPlayerScore(playerid));
  INI_WriteInt(File,"Skin",PlayerInfo[playerid][pSkin]);
  INI_WriteInt(File,"Mute",PlayerInfo[playerid][pMuted]);
  INI_WriteInt(File,"Deaths",PlayerInfo[playerid][pDeaths]);
  INI_WriteInt(File,"SRank",PlayerInfo[playerid][pSRank]);
  INI_WriteInt(File,"Captures",PlayerInfo[playerid][pCarsCaptured]);
  INI_WriteInt(File,"Cookies",PlayerInfo[playerid][pCookies]);
  INI_Close(File);
any help? I don't want people to become admin but they randomly become owner, high admin or w/e
Reply


Messages In This Thread
People automatically becomes a admin. - by BetaLaxx - 17.10.2011, 22:14
Re: People automatically becomes a admin. - by JaTochNietDan - 17.10.2011, 22:29
Re: People automatically becomes a admin. - by BetaLaxx - 18.10.2011, 15:59
Re: People automatically becomes a admin. - by SmiT - 18.10.2011, 16:02
Re: People automatically becomes a admin. - by BetaLaxx - 18.10.2011, 16:07
Re: People automatically becomes a admin. - by SmiT - 18.10.2011, 16:13
Re: People automatically becomes a admin. - by BetaLaxx - 18.10.2011, 16:19
Re: People automatically becomes a admin. - by Yamoo - 18.10.2011, 16:22
Re: People automatically becomes a admin. - by JaTochNietDan - 18.10.2011, 16:25
Re: People automatically becomes a admin. - by BetaLaxx - 18.10.2011, 16:26

Forum Jump:


Users browsing this thread: 4 Guest(s)