[MAKE HELP]Automatic Car Respawn - 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)
+---- Forum: Help Archive (
https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: [MAKE HELP]Automatic Car Respawn (
/showthread.php?tid=149700)
[MAKE HELP]Automatic Car Respawn -
zalyy - 23.05.2010
Hi i need help about automatic car respawn to how to make.This need to an RP server.
Example:30 Minutes Car Respawn.
Re: [MAKE HELP]Automatic Car Respawn -
park4bmx - 23.05.2010
use a timer or something
Re: [MAKE HELP]Automatic Car Respawn -
zalyy - 23.05.2010
can u do the script?
Re: [MAKE HELP]Automatic Car Respawn -
park4bmx - 23.05.2010
Quote:
Originally Posted by zalyy
can u do the script? 
|
I cant right now SORRY
Re: [MAKE HELP]Automatic Car Respawn -
billiout - 23.05.2010
https://sampwiki.blast.hk/wiki/SetVehicleToRespawn
https://sampwiki.blast.hk/wiki/SetTimer
i think this will help you.
Re: [MAKE HELP]Automatic Car Respawn -
zalyy - 23.05.2010
Yes ty
Re: [MAKE HELP]Automatic Car Respawn -
Blt950 - 23.05.2010
Are you thinking of:
1) All cars respawns 30 min after it got exploded/destroyed ?
2) Specific car respawns each 30 min
3) All cars respawns each 30 min
Re: [MAKE HELP]Automatic Car Respawn -
zalyy - 23.05.2010
3)
(So all cars respawn after every 30 mins)
Re: [MAKE HELP]Automatic Car Respawn -
Kurence - 23.05.2010
CreateVehicle(modelid,Float

,Float:y,Float:z,Floa t:angle,color1,color2,
respawn_delay)
Respawn delay-seconds
Re: [MAKE HELP]Automatic Car Respawn -
Blt950 - 23.05.2010
Quote:
Originally Posted by Kurence
CreateVehicle(modelid,Float  ,Float:y,Float:z,Floa t:angle,color1,color2, respawn_delay)
Respawn delay-seconds
|
Wouldn't that be 1) ?