st3a1th 0 Posted March 6, 2008 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 . I got men to respawn at base but not empty vehicles yet ( Share this post Link to post Share on other sites
dr_eyeball 16 Posted March 7, 2008 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