Recent content by oshydaka

  1. O

    Vehicles Cruise Control

    Yeah thanks mate. I'll look at it ^^
  2. O

    Vehicles Cruise Control

    If you cand find me this for ArmA 3, I could take a look to it and see what i can do, that could really be helpfull !
  3. O

    Vehicles Cruise Control

    Hi guys. Just an idea that appear in my head. I know that's sound weird, but do you think it would be possible to make a cruise control ? I know there is slow speed and fast speed in ArmA, but it's not really accurate. So, it should work like this : 1°) Enter a vehicle 2°) Drive 3°) Mouse...
  4. O

    Custom texture on a board

    Nope. You just don't place it to the right folder. Your two pics show "dayz_server". You need to place here (for exemple) c:/programs/steam/steamapp/common/arma2OperationArrowhed/MPMissions/dayz_epoch_11.chernarus
  5. O

    Custom texture on a board

    You have to put your "pic.jpg" in the root folder of the mission
  6. O

    Help Thread for Epoch Remove Weapons

    It's working for me with your code ^^ Maybe you made a mistake somewhere else ! Check if you have add this : fnc_remWepSG = compile preprocessFileLineNumbers "\z\addons\dayz_server\compile\fnc_remWepSG.sqf"; And if your calls to that are good !
  7. O

    Help Thread for Epoch Remove Weapons

    Here is what i've done for the Wildcat : if (_object isKindof "AW159_Lynx_BAF") then { _mag = _object magazinesTurret [-1]; diag_log ("AMMO LIST OF AW159_Lynx_BAF: " + str(_mag)); cpt = 0; { _object removeMagazinesTurret [_mag select cpt,[-1]]...
  8. O

    Help Thread for Epoch Remove Weapons

    Hi. I've try and made a little upgrade to your script ^^ Here is what i do for now in the fnc_remWepSG.sqf: if (_object isKindof "BRDM2_HQ_Gue") then { // List all mag of the gunner seat _mag = _object magazinesTurret [0]; // Give me an array like...
  9. O

    Custom texture on a board

    Thanks for this man, works great ! ;) But yes, just with the WarfareBunkerSign, and no ad bilboard :/
  10. O

    Custom texture on a board

    Ok, will try tonight ^^ Thanks for your time !
  11. O

    Custom texture on a board

    Didn't work with a square image :( The bilboard still look like default..
  12. O

    Custom texture on a board

    Are you sure of that ? Cause the billboard is not square. I'll try tonight anyway
  13. O

    Custom texture on a board

    Hi guys. I've made a little base, and i wan't to put a board with a picture saying "No entry allowed, military zone" So, i've made a 1024*512 jpg picture, with my text, named noentry.jpg In the editor, i've create a bilboard, and in the init field, i've add this SetObjectTexture...
  14. O

    Adding a new trader with humanity req. of 30k

    Add the trader where you want on the map, assign it to the "Super" trader config, add mysql entries for what stuff this guy is going to sell etc...
Back
Top