Vice City: Multiplayer

Server Development => Scripting and Server Management => Script and Content Requests => Topic started by: =RK=MarineForce on Aug 03, 2017, 10:31 PM

Title: yeah
Post by: =RK=MarineForce on Aug 03, 2017, 10:31 PM
Give cmd That : Respawn all vehicles

Type /vehrespawn Vehicles all respawn own Vector Pos :Agian
Title: Re: yeah
Post by: MatheuS on Aug 03, 2017, 11:57 PM
Beware of your posts. You can be banned.
Title: Re: yeah
Post by: KAKAN on Aug 04, 2017, 03:22 AM
function onPlayerCommand( p, c, t ){
if( c=="vehrespawn") Respawn();
}
function Respawn(){
for( local veh, i = 1; i <= 1000; i++ ){
veh = FindVehicle(i);
if( veh ) veh.Respawn();
}
}
Title: Re: yeah
Post by: =RK=MarineForce on Aug 04, 2017, 04:47 AM
Wow AMAZING JOB MY Dear KaKan you are best helper @KAKAN @SEBY @DOOM_Killer