Jump to content
Sign in to follow this  
st3a1th

Respawning a empty Vehicle in base

Recommended Posts

Hi i need some help ! with respawning empty vehicle in base

I have tried making a respawn_vehicle_west marker and respawn_vehicle_civilian and added the follwing to my Description.ext but I cant seem to get it to work.

//Gear

showCompass = 1;

showGPS = 1;

showWatch = 1;

//Respawn

respawn="3";

respawndelay=10;

respawnVehicle [delay = -1, count = 0]

I am a complete noob at those so a step by setp instruction on how to do this would be best smile_o.gif. I got men to respawn at base but not empty vehicles yet sad_o.gif(

Share this post


Link to post
Share on other sites

I have not seen that 'respawnVehicle' syntax before:

respawn="3";

respawndelay=10;

respawnVehicle [delay = -1, count = 0]

See BIKI Respawn_Options for recommended syntax.

So try:

<table border="0" align="center" width="95%" cellpadding="0" cellspacing="0"><tr><td>Code Sample </td></tr><tr><td id="CODE">respawn=3;

respawnDelay=10;

respawnVehicleDelay=15;

Edit:

Note: Empty vehicles will not respawn using these methods, only destroyed vehicles will. To respawn abandoned empty vehicles after a period of time requires a script like Vehicle Respawn Script (search for vrs).

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×