SA-MP Forums Archive
AKA CMD - 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: AKA CMD (/showthread.php?tid=651702)



AKA CMD - Hunud - 25.03.2018

How to create /aka command based on YINI. I have no idea how to make it, I need some guide.

- Thanks


Re: AKA CMD - Nru - 25.03.2018

What you wanna the command to do exactly ?


Re: AKA CMD - kovac - 25.03.2018

Quote:
Originally Posted by Nru
Посмотреть сообщение
What you wanna the command to do exactly ?
I guess he wants to keep track of user previous names. Thats exactly what am I making right now but I use MySQL.


Re: AKA CMD - Logic_ - 26.03.2018

Sorry, if you want the system to be easy to script and fast then you must use SQL since it has data relations and data lookup features. You can make a table where you can save all the Users' last IP and registration IP and run a query and find users with same IP etc.

Otherwise you can check out L-Admin, it runs on Dini but has a feature of AKA but it's too slow and why would you skip and not learn SQL? It's used everywhere and by everyone - It's a transferable skill as Southclaws said when I had a discussion with him on reasons to move to SQL.

I won't force you to move to SQL, it's purely your choice. If you ask for help we'll surely help you but I'll tell you what I did: I never learnt a saving system which were released here, the only one which I learnt is: SQL. It doesn't matter it's MySQL or SQLite. SQL is a language but not a programming language.

(( Credits: Southclaws and ****** for this knowledge ))