03.08.2010, 12:51
PAWN's native file functions are fine, it's probably just better to use an alternative like SII or DINI for user files.
I prefer using the native file functions if it's a file that contains things like coordinates, vehicles, etc.
And it's probably best to create one file for all houses, with a line that contains all the needed information, to format, look into sscanf, it's not just for commands, it works extremely well for files, a good example is in my jBizz system.
I prefer using the native file functions if it's a file that contains things like coordinates, vehicles, etc.
And it's probably best to create one file for all houses, with a line that contains all the needed information, to format, look into sscanf, it's not just for commands, it works extremely well for files, a good example is in my jBizz system.