SA-MP Forums Archive
I need a Administartor System without registration[REWARD:REP+] - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: I need a Administartor System without registration[REWARD:REP+] (/showthread.php?tid=538396)



I need a Administartor System without registration[REWARD:REP+] - SWGamer - 21.09.2014

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.
Код:
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]);
I need if you can spec,ban,kick,warn,setskin,explode.




Re: I need a Administartor System without registration[REWARD:REP+] - Jimmy0wns - 21.09.2014




Re: I need a Administartor System without registration[REWARD:REP+] - Ox1gEN - 21.09.2014

Check my signature for a mysql one. It has alot of features.

You can edit it and remove the registration system, though you are not allowed to release an edited version of it.


Re: I need a Administartor System without registration[REWARD:REP+] - SWGamer - 21.09.2014

I guess that would be hard.I decided to make my own commands.

Thanks for help anyway


Re: I need a Administartor System without registration[REWARD:REP+] - PMH - 21.09.2014

Quote:
Originally Posted by ******
Посмотреть сообщение
Don't make your own user system. Ever.
Why?

OT:
When I came new to samp I wanted the same thing too, but failed to find.. no one makes admin system without registration system..
But this has few admin commands, I think only RCON Admins can use these commands..
https://sampforum.blast.hk/showthread.php?tid=538383


Re: I need a Administartor System without registration[REWARD:REP+] - AroseKhanNiazi - 21.09.2014

Quote:
Originally Posted by ******
Посмотреть сообщение
Don't make your own user system. Ever.
i made my own ****** i am sure this is secure if u say i will show it to u


Re: I need a Administartor System without registration[REWARD:REP+] - SWGamer - 21.09.2014

Kinda Hard ****** so taking your advice I stopped it.And used the RCON Admin System.

Thank you guys!


Re: I need a Administartor System without registration[REWARD:REP+] - highstreetsrp - 21.09.2014

Better to not make your own admin system without register/login system, it'll cause a big problem; even u will be failed.