On players death, vehicles unspawn
#4

Well, if you want to change the respawn time for the cars. Are you using the AddStaticVehicle? Try

pawn Код:
AddStaticVehicleEx ( 520, 2109.1763, 1503.0453, 32.2887, 82.2873, 0, 1, 15 ); // "15" is the respawntime in seconds without a driver

// or you can try

CreateVehicle(520, 2109.1763, 1503.0453, 32.2887, 82.2873, 0, 1, 60); // "60" seconds is the respawn time without a driver
Have you got a debugger for the "loosing connection" problem?
Reply


Messages In This Thread
Vehicles Unspawning and Server Losing Connection :( - by 15outland - 09.04.2013, 11:46
Re: On players death, vehicles unspawn - by DobbysGamertag - 09.04.2013, 11:50
Vehicles Unspawning and Server Losing Connection :( - by 15outland - 09.04.2013, 13:05
Re: On players death, vehicles unspawn - by DobbysGamertag - 09.04.2013, 13:58
Re: On players death, vehicles unspawn - by Threshold - 09.04.2013, 14:04
Re: On players death, vehicles unspawn - by 15outland - 10.04.2013, 02:05
Re: On players death, vehicles unspawn - by 15outland - 10.04.2013, 02:22

Forum Jump:


Users browsing this thread: 1 Guest(s)