Jump to content

ASiberianHusky

Member
  • Content Count

    6
  • Joined

  • Last visited

  • Medals

Everything posted by ASiberianHusky

  1. ASiberianHusky

    Helicopter Physics

    For one, this crash was on snow, Arma 3 (Vanilla) doesn't have snow implemented. Also a Hummingbird has skids, the Apache has gears. Finally Arma doesn't have the best physics either. Keep in mind its a game.
  2. initPlayerServer.sqf Executed only on server when a player joins mission (includes both mission start and JIP). See initialization order for details about when the script is exactly executed. [player:Object, didJIP:Boolean]
  3. ASiberianHusky

    Helmet Mounted Displays MOD

    Fantastic work thanks so much!
  4. ASiberianHusky

    Script for KOTH type scenario

    Hey, To achieve your goal, your will have to look into the following links: addAction - To add a scroll wheel option hint - Message if blue/red wins ect. Finally for the smoke on player, try something like this: (hasn't been tested) _smokeRedgear = "SmokeShellRed" createVehicle (position player); _smokeRedgear attachto [player, [0,0,0]]; Wish you luck, Chris
  5. Arma 3 is very CPU intensive, I recommend investing in a good CPU (ie. Intel Core i7 4790k) before anything.
  6. Hey, I've done some searching and I found something on ArmaHolic forums which might help HERE Good luck! Chris
×