Make car re-spawn.
#3

Quote:
Originally Posted by DaRk_RaiN
Посмотреть сообщение
Well there is a parameter that controls the respawn delay.
In case you use CreateVehicle
pawn Код:
// Respawn time of 60 seconds
    CreateVehicle(520, 2109.1763, 1503.0453, 32.2887, 82.2873, 0, 1, 60);//the last param
In case you use AddStaticVehicleEx
pawn Код:
// Respawn time of 15 seconds
    AddStaticVehicleEx ( 520, 2109.1763, 1503.0453, 32.2887, 82.2873, 0, 1, 15 );
Note:If you used AddStaticVehicle replace it with AddStaticVehicleEx, and add the respawn delay.
I'll try

Quote:
Originally Posted by DaRk_RaiN
Посмотреть сообщение
Well there is a parameter that controls the respawn delay.
In case you use CreateVehicle
pawn Код:
// Respawn time of 60 seconds
    CreateVehicle(520, 2109.1763, 1503.0453, 32.2887, 82.2873, 0, 1, 60);//the last param
In case you use AddStaticVehicleEx
pawn Код:
// Respawn time of 15 seconds
    AddStaticVehicleEx ( 520, 2109.1763, 1503.0453, 32.2887, 82.2873, 0, 1, 15 );
Note:If you used AddStaticVehicle replace it with AddStaticVehicleEx, and add the respawn delay.
Did not work. Remember I want it to respawn if someone push it out of its place not when you exit it necause I already have that.
Reply


Messages In This Thread
Make car re-spawn. - by RiChArD_A - 13.02.2013, 21:01
Re: Make car re-spawn. - by DaRk_RaiN - 13.02.2013, 21:11
DaRk_RaiN - by RiChArD_A - 13.02.2013, 21:33
Re: Make car re-spawn. - by MattSlater - 13.02.2013, 22:32
Respuesta: Re: Make car re-spawn. - by RiChArD_A - 13.02.2013, 23:25
Re: Make car re-spawn. - by macparas - 14.02.2013, 04:03
Re: Make car re-spawn. - by zxc1 - 14.02.2013, 11:05
Re: Make car re-spawn. - by adsy - 14.02.2013, 11:13

Forum Jump:


Users browsing this thread: 2 Guest(s)