Vice City: Multiplayer

Server Development => Scripting and Server Management => Script and Content Requests => Topic started by: =RK=MarineForce on Jul 29, 2017, 05:00 AM

Title: Help Me Auto Respawn Cars Vehicles
Post by: =RK=MarineForce on Jul 29, 2017, 05:00 AM
Give me Fucntion

Fucnton on vehicles auto re spawn

??? HELP

IN A/D
Title: Re: Help Me Auto Respawn Cars Vehicles
Post by: Xmair on Jul 29, 2017, 08:55 AM
vehicle.Respawn( );
vehicle.RespawnTimer = ms;
Title: Re: Help Me Auto Respawn Cars Vehicles
Post by: KAKAN on Jul 29, 2017, 01:41 PM
I guess he wanted a callback to be received when a vehicle is successfully respawn'd
Title: Re: Help Me Auto Respawn Cars Vehicles
Post by: Xmair on Jul 29, 2017, 01:44 PM
function onVehicleRespawn( vehicle )
Title: Re: Help Me Auto Respawn Cars Vehicles
Post by: Thijn on Jul 31, 2017, 04:38 PM
Junk removed. Try to explain what you want so people can help you.
Title: Re: Help Me Auto Respawn Cars Vehicles
Post by: =RK=MarineForce on Aug 01, 2017, 02:09 AM
function onVehicleRespawn( vehicle )
vehicle.Respawn( );
vehicle.RespawnTimer = ms;
}

Bro this is not working my server is error Show :
Title: Re: Help Me Auto Respawn Cars Vehicles
Post by: Javed Ahmadzai on Aug 01, 2017, 08:43 AM
function onVehicleRespawn( vehicle ) {
vehicle.Respawn( );
vehicle.RespawnTimer = 6000;
}

MS = Mili Seconds
Title: Re: Help Me Auto Respawn Cars Vehicles
Post by: KAKAN on Aug 01, 2017, 09:01 AM
Quote from: bhaiok on Aug 01, 2017, 02:09 AMBro this is not working my server is error Show :
It shouldn't as well. It makes an infinite loop.
What I guess you're looking for is for setting respawntimer for every vehicle. It can be done using a loop.
function vehrespawn(ms){
for( local veh, i = 1; i <= 1000; i++ ){
veh = FindVehicle(i);
if( !veh ) continue;
veh.RespawnTimer = ms;
//Respawn them once.
veh.Respawn();
}
}
Title: Re: Help Me Auto Respawn Cars Vehicles
Post by: =RK=MarineForce on Aug 01, 2017, 05:15 PM
bro-you-can-give-A/D-Check-Point-but-i-can't-see-marker-in-map-checkpoint
Title: Re: Help Me Auto Respawn Cars Vehicles
Post by: Xmair on Aug 01, 2017, 07:13 PM
Is your space key broken?
Title: Re: Help Me Auto Respawn Cars Vehicles
Post by: =RK=MarineForce on Aug 01, 2017, 07:51 PM
xamir-bro-but-me-need-make-a/d :'(

auto"Fucntion"this"is"last"broken
Title: Re: Help Me Auto Respawn Cars Vehicles
Post by: DizzasTeR on Aug 02, 2017, 08:45 AM
Bhenchod urdu/hindi mein bhonko kis cheez k leye hath phela rahe ho bharway.

Since its pointless to approach him in English