yeah

Started by =RK=MarineForce, Aug 03, 2017, 10:31 PM

Previous topic - Next topic

=RK=MarineForce

Give cmd That : Respawn all vehicles

Type /vehrespawn Vehicles all respawn own Vector Pos :Agian

MatheuS

Beware of your posts. You can be banned.
if( !sucess ) tryAgain();
Thanks to the VCMP community. It was the happiest period of my life.

KAKAN

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();
}
}
oh no

=RK=MarineForce

Wow AMAZING JOB MY Dear KaKan you are best helper @KAKAN @SEBY @DOOM_Killer