SA-MP Forums Archive
Chop shop - 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: Chop shop (/showthread.php?tid=558607)



Chop shop - Amorsity - 18.01.2015

I was asked to make a chopshop system, and I know how to do the internal stuff but I'm completely stumped on how to start it. Any help? Like how do I start the script? ENUm's, etc?


Re: Chop shop - Amorsity - 19.01.2015

Anyone?


Re: Chop shop - ChromeAmazing - 19.01.2015

Well, seeing that you must first know how to script pawno (SA-MP Code) I recommend seeing the sa-mp wiki: https://sampwiki.blast.hk/

Next, I would consider either learning Y_INI or MySQL.

Now, if you followed those steps you should find this easy;
1. Create a basic registration/login system using Y_INI or MySQL.
2. Create a saving system either using Y_INI or MySQL to store the information.
3. Get some simple includes ZCMD.


Re: Chop shop - Amorsity - 19.01.2015

I know how to script I just don't know how I would start a Chop Shop system. I know y_ini and parts of MySQL