Posts: 73
Threads: 26
Joined: Feb 2013
Reputation:
0
Is there a way to load all my MySQL data, like business, houses etc, when the script start, E.g OnGameModeInit?
Posts: 801
Threads: 30
Joined: Mar 2013
Reputation:
0
Just create a function like OnServerLoad() add in there all your MySQL querys "SELECT * `BusinessInfo`" etc... then format it the way you want it.