Posts: 211
Threads: 51
Joined: Dec 2008
Reputation:
0
Hi guys,
I need your help.
I want to save all cars, when the player exits the car (OnPlayerExitVehicle) to a file, so that at OnGameModeInit, after a restart, they spaawn the last exit Pos. Pls help me.
Posts: 6,340
Threads: 58
Joined: May 2009
Reputation:
0
Use dini, if you don't know how to do it then ask in the script request topic.
Posts: 211
Threads: 51
Joined: Dec 2008
Reputation:
0
I tried it with .cfg, but the Server gets crashed.
Posts: 211
Threads: 51
Joined: Dec 2008
Reputation:
0
Ok, where can i find a tutorial, or a thread?
Posts: 211
Threads: 51
Joined: Dec 2008
Reputation:
0
Ok, thanks, and how can i set this float to OnGameModeinit to spawn?
Posts: 6,340
Threads: 58
Joined: May 2009
Reputation:
0
Get the float value with the dini_Float function and give it to the vehicle you want to create. Again, check the link i gave you.