[SOLVED] Tuned cars saving
#8

I'm not too sure but, make sure the LoadVehicleData() function executes after the vehciles are created, maybe that is the problem. And also try delaying the timer - You have the timer at 1 second, maybe change it to five seconds (probaby the values are still being read while being written? Worth a try

Change:
pawn Код:
SetTimer("SaveVehicleData", 1000, 1);
to:
pawn Код:
SetTimer("SaveVehicleData", 5000, 1);
Reply


Messages In This Thread
[SOLVED] Tuned cars saving - by SpiderPork - 03.10.2009, 12:57
Re: Tuned cars saving - by SpiderPork - 04.10.2009, 09:25
Re: Tuned cars saving - by MadeMan - 04.10.2009, 10:46
Re: Tuned cars saving - by SpiderPork - 04.10.2009, 11:03
Re: Tuned cars saving - by dice7 - 04.10.2009, 12:26
Re: Tuned cars saving - by member - 04.10.2009, 12:39
Re: Tuned cars saving - by SpiderPork - 04.10.2009, 12:48
Re: Tuned cars saving - by member - 04.10.2009, 12:57
Re: Tuned cars saving - by SpiderPork - 04.10.2009, 13:01
Re: Tuned cars saving - by member - 04.10.2009, 13:35

Forum Jump:


Users browsing this thread: 1 Guest(s)