Search results

  1. H

    LF Script to re-add dead vehicles

    I have set chance on 1.000 and it doesn't work, or it must be 0.999 ?
  2. H

    LF Script to re-add dead vehicles

    For now all dead (Destroyed) vehicles on my server don't respawn after restart. Can anyone give me tutorial or a script how to make destroyed vehicles to respawn on restart. (Not all vehicles, only destroyed ones) Thanks!
  3. H

    Custom Vehicles - Help

    I don't have that db_spawn_vehicles..... Where can I get it?
  4. H

    Custom Vehicles - Help

    I'm with Vert Hosting.
  5. H

    Custom Vehicles - Help

    How you mean respawn script? Which one's that.
  6. H

    Custom Vehicles - Help

    I am having an issue... although my custom vehicle (and locations) are working well. 1. After blowing up SUV it doesn't respawn on restart, why? (I set chance to 1.000, and limit_min is 1, and limit_max 1) (I am on Taviana, vert hosting)
  7. H

    Custom Vehicle Location Spawns - Question

    Lock, I got everything cleared :D
  8. H

    Custom Vehicle Location Spawns - Question

    I find out everything, can anyone just tell me 2 things. 1. Is this valid worldspace (I want facing angle included) [127.81,[6874.49,8279.41]] 2. How does spawn chance works, do I select it in "chance" in world_vehicle or in "vehicle" limit_min & limit_max
  9. H

    Custom Vehicle Location Spawns - Question

    Hello. I am hosting on Vert Hosting and I have Taviana 2.0. I made my own custom vehicle spawn (and specific number of each vehicle) in Arma 2 OA Editor (Taviana map)... And I saved it, now I have my mission.sqf and mission.biedi. Containing locations or whatnot from editor... Now my...
  10. H

    Spawning with painkillers - Can't get rid of it.

    Can you explain me how?
  11. H

    Removing "Refuel" option when NOT at gas station

    Thanks that works, I just had to edit: kh_actions.sqf This line: _vehicle_refuel_id = _vehicle addAction ["Refuel", "Scripts/kh_vehicle_refuel.sqf", [], -1, false, false, "", To this: _vehicle_refuel_id = _vehicle addAction ["Refuel", "kh_vehicle_refuel.sqf", [], -1, false, false, ""...
  12. H

    Spawning with painkillers - Can't get rid of it.

    Private Hive Taviana 2.0, on Vert Hosting
  13. H

    Removing "Refuel" option when NOT at gas station

    I have refuel script in my server and it works perfectly. BUT I wan't option "Refuel" when you scroll to be REMOVED unless you are at gas station. I don't know how to do it. Please help. Here's my files: init.sqf // Extra actions for Taviana: if (!isDedicated) then { [] execVM...
Back
Top