Posts: 12
Threads: 4
Joined: Feb 2015
Reputation:
0
23.03.2019, 11:09
(
Last edited by Henson; 27/03/2019 at 07:41 PM.
)
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.
Posts: 261
Threads: 32
Joined: Dec 2018
You need to give us more info. How your maps are structured?
Posts: 12
Threads: 4
Joined: Feb 2015
Reputation:
0
Basically, I put the lines of my maps in a stock ("stock Mappings()") which is in OnGamemodeInit.
Posts: 12
Threads: 4
Joined: Feb 2015
Reputation:
0
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
Posts: 203
Threads: 4
Joined: Feb 2017
Reputation:
0
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.