Making things dynamically
#1

Ok so I am wanting to make job locations dynamic, I want things to be easily configured in game, but what is the best way to do this? Should I use the pawn default file functions? or should i use something else? Are the default file functions slow?
Reply
#2

You should learn to use y_ini if you haven't already. If you are good with the default file functions, then y_ini will be no sweat for you. It is also perfect for what you are trying to achieve.
Reply
#3

Well in first i use dini but somehow someone invite me to use y_ini so i use y_ini.
Use y_ini for saving system INI, it is the fastest INI Saving system yet.
Reply
#4

In all honesty, i'd recommend using SQLite. It's not complicated at all, and it's fully supported natively. There's no server, just a single .db file that stores all the information you need!
Reply
#5

Yea I am using SQLITE now, I figured out how to do it, thanks for everyones help +rep for you all(if it lets me give it to all of you.)
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)