Posts: 242
Threads: 66
Joined: Nov 2012
Reputation:
0
I need help making my player cars stay spawned in when they logout, I have tried this many different ways and no luck, could someone please help me? I am using zGaming script.
Posts: 2,181
Threads: 98
Joined: Jan 2011
Reputation:
0
Check for something like DestroyVehicle at OnPlayerDisconnect
Posts: 4,885
Threads: 57
Joined: Jun 2012
Reputation:
0
The cars are dynamic so once a player logs out they automatically destroy it's done purposely otherwise vehicles will keep building up. Now it would be possible to certainly make them stay for a period of time after the player logs out but its going to take a log of re-coding. If you couldn't figure out your approach right away your going to have trouble solving this problem.