SA-MP Forums Archive
Creating admin cmds ?? - 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: Creating admin cmds ?? (/showthread.php?tid=307473)



Creating admin cmds ?? - Mr.Fames - 30.12.2011

Hello all i don't know how to create admin commands i am using lorenc's tutorial on how to create a sql register system with rBits https://sampforum.blast.hk/showthread.php?tid=278188 , i know how to create with Y_INI but in this it is totally different so i was hopping u can help


Re: Creating admin cmds ?? - Face9000 - 30.12.2011

If you are a beginner with mySQL i suggest you to start with dini registration system.Here is a good tutorial:

https://sampforum.blast.hk/showthread.php?tid=101560


Re: Creating admin cmds ?? - Mr.Fames - 30.12.2011

Quote:
Originally Posted by Logitech90
Посмотреть сообщение
If you are a beginner with mySQL i suggest you to start with dini registration system.Here is a good tutorial:

https://sampforum.blast.hk/showthread.php?tid=101560
sorry it is not mysql i just want someone who is using this registration system https://sampforum.blast.hk/showthread.php?tid=278188 to show me an example of an admin command


Re: Creating admin cmds ?? - Face9000 - 30.12.2011

pawn Код:
if(Bit1_Get(g_AdminLevel, playerid) == ADMINLEVEL)
I think it's that.