SA-MP Forums Archive
Map management - 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: Map management (/showthread.php?tid=665127)



Map management - Henson - 23.03.2019

Hello guys,

I want to know if I can optimize my map management on my gamemode (because it takes a lot of lines) and if I can do that by MySQL (phpmyadmin) ... And how ?

Thx.


Re: Map management - SymonClash - 23.03.2019

You need to give us more info. How your maps are structured?


Re: Map management - Henson - 23.03.2019

Basically, I put the lines of my maps in a stock ("stock Mappings()") which is in OnGamemodeInit.


Re: Map management - Henson - 27.03.2019

So ? When I say "Map management", it's like with Texture Studio : i put a file into "scriptfiles", and with an ingame command I load the mapping ... But ! I don't know how can i do that


Re: Map management - raydx - 27.03.2019

You can't do that without basics of MySQL or any other saving system.
Choose between sqlite, mysql, y_ini and read tutorial.
After that, you have to convert your createobject lines. Convertffs is a nice tool to do that online without much effort.