21.09.2014, 10:18
Description :I need a admin system without a login/registration system.I would prefer a script which I can put to my gamemode or if you cannot do that a filterscript.
Reward:REP+
My login and registration system.
I need if you can spec,ban,kick,warn,setskin,explode.
Reward:REP+
My login and registration system.
Код:
INI_Int("Password",PlayerInfo[playerid][pPass]); INI_Int("Cash",PlayerInfo[playerid][pCash]); INI_Int("Admin",PlayerInfo[playerid][pAdmin]); INI_Int("Kills",PlayerInfo[playerid][pKills]); INI_Int("Deaths",PlayerInfo[playerid][pDeaths]);