Jump to content

DivineTimes

APD Officer
  • Posts

    325
  • Joined

  • Last visited

Posts posted by DivineTimes

  1. Just now, Boris said:

    If you're definitely turning up overall AND object, check your in-game phone settings to ensure you haven't dicked around with the view distance there, although I feel like video settings would likely override that anyway.

    no no im just asking for over all missions ect

  2. is there a debug command like  setViewDistance 7000 but to incress the distance that ai and vechiles load in ive tried a few commands cant seem to get it i want something like in koth or ace mod

  3. Just now, Gnashes said:

    That would be correct.

    
    player addAction["Reload Vehicle Ammo",{(_this select 3) setVehicleAmmo 1},vehicle player,-1,false,false,",'!(isNull objectParent player) && (((gunner vehicle player) == player) || ((vehicle player turretUnit -1) == player))'];

    That might work.

    yeah im not getting anything :(  i was wondering maybe if it was my mission or something so i tried just running

    player addAction ["A Useless Action", {}];

    and that seemed to work and when i run if (local vehicle player) then { 
     vehicle player setAmmo [currentWeapon vehicle player, 5009]; 
    };

    that still reloads the jet so im not quite sure. what im doing wrong or whats wrong

    https://gyazo.com/abf597731bff2b193bc5937af606c9f

     

     

     

  4. @FuzzyPanda @Gnashes i ran  player addAction["Reload Vehicle Ammo",{(_this select 3) setVehicleAmmo 1},vehicle player,-1,false,false,",'!(isNull objectParent player) && ((gunner vehicle player) == player)']; i ran in debug menu  tried sever exe glob and local did not work am i doing something wrong? im trying to get it working for me and my friend

  5. does anyone know how i could turn this command ----if (local vehicle player) then {  
     vehicle player setAmmo [currentWeapon vehicle player, 500];  ---- into a script that would use the scroll menu to rearm? 

×
×
  • Create New...