Jump to content
🛡️FORUMS ARE IN READ-ONLY MODE Read more... ×

oldpz

Member
  • Content Count

    18
  • Joined

  • Last visited

  • Medals

Everything posted by oldpz

  1. I'm trying to add a custom sound inside my mission , i have used the description wizard and I have used the command playSound"soundname" why it doesn't work?
  2. oldpz

    Creating "Hints"

    [objNull, ObjNull, tskExample1, "SUCCEEDED"] execVM "CA\Modules\MP\data\scriptCommands\taskHint.sqf";
  3. when i double ckick on the map nothing happens , unit , group, trigger everything works but not waypoints , do you know the cause?
  4. I'm trying to set bullet time when the designed target is dead , in this case a rebel boss: i want to use these two command , ! (alive Boss1) and the command SetAccTime 0.0500 how can i create this situation?
  5. I'm trying to set an unit inside an helicopter with the command moveincargo Name moveInCargo Fhz1 but it doesnt' work ? why ??
  6. i have to assign a group name to my 2 soldiers , i have to use an eject script and i need to know thr group name, what's the command to assign a group name between people?
  7. Hi , i have used the briefing wizard but my briefing is always empty , I have missed something?
  8. i place the script inside the scripts folder in the mission folder : documents/Arma2/missions/missionname/scripts the command is nul=[this] execVM "scripts/bullettime.sqf"
  9. why the editor doesnt' find the script ?
  10. the editor says " no boss.sqf found " but there is boss.sqf script inside the scripts folder , why the editor doesnt' see the script inside the folder?
  11. I'm new in editing can you explian more deeply? I have to create a txt file and fill with that codes? inside init box of the boss I have to write nul=[this] execVM "scriptname.sqf" that recall the script right?
  12. maybe I can't associate 2 triggers at the same target?it still don't works , i try SetAccTime 0.0500 ; SetAccTime 1.0 and the two command erase eachother crearly , how can i add a delay between these two commands?
  13. it doens't work , the game remain in bullet time , why?
  14. ok it works : init line ! (alive Boss1) activation oine : SetAccTime 0.0500 but how can i deactivate the bullet time after 5 seconds?
  15. I'm trying to use the UAV at the base but it doesn't work , i try to push enter in front of this uav but nothing happens? can you help me?
  16. thanks a lot !!!!!!! you have understood everything !!
×