Posts: 75
Threads: 13
Joined: Feb 2012
Reputation:
0
make a folder in pawno called Objects and then go to
OngameModeInit()
{
#include Objects/object.txt
}
Posts: 854
Threads: 5
Joined: Jan 2012
Reputation:
0
Look how they loaded vehicles from a file in the grandlarc gamemode for a good example.
Posts: 41
Threads: 8
Joined: Dec 2011
Reputation:
0
I wanna advice how to do better but not watch how are do another person. Please tell how to better load vehicles, from files or from mysql database.
Posts: 2,431
Threads: 86
Joined: Nov 2009
Reputation:
0
What about SQLite? If you're going to only load vehicles, why not just put them in a small local SQLite database?