SA-MP Forums Archive
Admin System - 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: Admin System (/showthread.php?tid=523998)



Admin System - Frankin - 04.07.2014

I Need to Create Admin system with login/register

could somebody find good tutorial and post it here


Re: Admin System - Frankin - 04.07.2014

Any Help?


Re: Admin System - DarkZeroX - 04.07.2014

MYSQL : https://sampforum.blast.hk/showthread.php?tid=160971
Y_INI : https://sampforum.blast.hk/showthread.php?tid=273088


Re: Admin System - Frankin - 04.07.2014

Quote:
Originally Posted by DarkZeroX
Посмотреть сообщение
Thanks but could you tell me how to make commands for admins ?

edit : i used yini


Re: Admin System - BleverCastard - 04.07.2014

pawn Код:
if(PlayerInfo[playerid][pAdmin] >= 1)
{
// continue..
}