DJson Files
#1

Is there a way to put a djson file in a folder, ex.Scriptfiles/Vehicles
Do i put the file name as Vehicles/blah.djson

Thanks
Reply
#2

Yes, djCreateFile ( "Vehicles/blah.json" );
Reply
#3

Thanks
Reply
#4

Quote:
Originally Posted by Retardedwolf
Посмотреть сообщение
Yes, djCreateFile ( "Vehicles/blah.json" );
pawn Код:
format(VFile, sizeof(VFile), "Vehicles/V_%d.djson", id);
djCreateFile(VFile);
Its not saving the file AT ALL. the VFile string size is 32, but I changed it to 64 to see if it wasn't saving b/c of the string but it didn't help.

Am I doing it wrong? or is djson incapable
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)