Quote:
Originally Posted by krisk
Quote:
Originally Posted by lakierka
I do not understand very well, but I have to say that file creates in scriptfiles folder. When I open it, there is only one line GetVehiclePos and nothing else. I really need this script, because when I restart my server, players says me that they have to buy cars again and spend it's money.
|
I just explained it to you, please read my post, it's because io_write will wipe the file then print its result, you should just use io_write once and io_append on the rest!
|
What do you mean on the rest? How write code to me? I need write twice this--> new File
os=fopen("vehicles.txt", io_write); ? But in rest I have to write io_append?