SA-MP Forums Archive
[Question] Vehicle Respawn Delay - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: [Question] Vehicle Respawn Delay (/showthread.php?tid=438720)



[Question] Vehicle Respawn Delay - Maxips2 - 21.05.2013

When the vehicle respawns due to the respawn delay parameter (CreateVehicle), does it call any callback?


Re: [Question] Vehicle Respawn Delay - edzis84 - 21.05.2013

Delete this, was wrong answer, sorry.


Re: [Question] Vehicle Respawn Delay - CJay9209 - 22.05.2013

feel free to correct me if I'm wrong but i think it will call OnVehicleSpawn(vehicleid)

I use that in my vehicle management and it seems to work just fine


Re: [Question] Vehicle Respawn Delay - Maxips2 - 22.05.2013

Quote:
Originally Posted by CJay9209
Посмотреть сообщение
feel free to correct me if I'm wrong but i think it will call OnVehicleSpawn(vehicleid)

I use that in my vehicle management and it seems to work just fine
Thanks, it does call OnVehicleSpawn.