09.04.2013, 13:58
Well, if you want to change the respawn time for the cars. Are you using the AddStaticVehicle? Try
Have you got a debugger for the "loosing connection" problem?
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