Quote:
Originally Posted by Elusive138
Do you know where that temp file is created and/or why I can't seem to create one?
Also, if anyone has an alternative method to save (modifiable) origins for spawning entities?
Thanks!
|
Maybe because you don't have specific permissions to write in that directory?
The alternative would be to use the new file natives (fopen, fputs, etc.).
When saving, read the whole file data into variables, then write to the file again with all of the updated data.
__________________