Different Scripting? - 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)
+---- Forum: Help Archive (
https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: Different Scripting? (
/showthread.php?tid=189212)
Different Scripting? -
Abraham2nd - 10.11.2010
Okay I know there MySQL based script and many more..can you all tell me the "names" of the different types?
that uses dcmd and stuff...
Re: Different Scripting? -
Finn - 10.11.2010
There are many scripting languages, but in SA-MP you need just the knowledge of PAWN to get a gamemode started.
MySQL is a database system.
Re: Different Scripting? -
Abraham2nd - 10.11.2010
but why do people say there gamemode is MySQL based??
Re: Different Scripting? -
Moglizorz. - 10.11.2010
They say that because their script uses mySQL throughout the script to connect to their database for information which is uses in game.
Re: Different Scripting? -
SuperS82 - 11.11.2010
Yeah a MySQL based script just means that all the files like playersname.ini, car.cfg etc... are all stored on a MySQL server and are accessed via the script/gamemode. This is a good way to avoid anyone from accessing the servers files to edit them if they somehow get into your server host or your own server computer etc.