Search results

  1. T

    Mission.sqm Markers not showing up

    I've go everything working now, thanks guys.
  2. T

    Mission.sqm Markers not showing up

    These markers are not showing up in my mission.sqm class Item17 { position[]={12144.021,0,16482.77}; name="Info1"; text="Website: mohawkinteractive.net"; type="mil_warning"; colorName="ColorRed"; }; class Item18...
  3. T

    Traders Not Cancelling

    bump
  4. T

    Traders Not Cancelling

    Yesterday it was brought to my attention that when you wanted to try and cancel a trade by walking away it wouldn't work. It would just continue to purchase items until you were out of currency. With a bunch of looking around, I found a post that said it was your debug monitor. So I commented...
  5. T

    Debug Monitor Hiding But Not Calling Back

    Alright, let me try.
  6. T

    Debug Monitor Hiding But Not Calling Back

    Here is my Debug Monitor that I'm making. if (isNil "custom_monitor") then {custom_monitor = true;} else {custom_monitor = !custom_monitor;}; dayz_spaceInterrupt = { private ["_dikCode", "_handled"]; _dikCode = _this select 1; _handled = false; if (_dikCode == 0x44) then {...
  7. T

    [Help/Discussion] Zabns Take Clothes

    These are all the skins for EPOCH ONLY. // By Zabn 2013 @ BalotaBuddies.net private["_itemNew","_onLadder","_skin","_body","_okSkin","_clothesTaken","_itemNewName","_result"]; _body = _this select 3; _onLadder = (getNumber (configFile >> "CfgMovesMaleSdr" >> "States" >> (animationState player)...
  8. T

    Hiding Debug Monitor Via Scroll Menu

    Lol, yeah, I saw a bunch of people complaining on other forums of adding the scroll option so. Thanks for offering help though.
  9. T

    Hiding Debug Monitor Via Scroll Menu

    Nevermind, I've decided to just use a dik code key
  10. T

    Hiding Debug Monitor Via Scroll Menu

    Hello everyone, I'm currently trying to make it to where I can toggle my debug monitor on and off via scroll menu instead of using a "dik code key" I've already set the toggle in selfactions I just need to code to put in my custom_monitor.sqf. Does anyone know how to do this?
  11. T

    [Help/Discussion] Zabns Take Clothes

    I currently have custom skins for AI patrols on my server and I was wondering how you add custom skins to the sqf.
  12. T

    Custom Loading Screen Not Working [HELP]

    It should be working. Post your rpt logs
  13. T

    Custom Loading Screen Not Working [HELP]

    Try changing the dimensions.
  14. T

    Custom Loading Screen Not Working [HELP]

    Is the file image name the same as in your init.sqf
  15. T

    Custom Loading Screen Not Working [HELP]

    What is the dimensions of the image?
  16. T

    [EFFECT] No FOG

    Wow, thanks man. I really appreciate that.
  17. T

    [Tutorial] Anti-Glitch script. Block unconscious players from being dragged into bases [Epoch]

    This seems pretty cool. I'm going to look in adding this when I get home.
  18. T

    [EFFECT] No FOG

    I'm currently working on a script that will give players the ability to toggle rain and fog via action menu. I personally love the weather but the rest of the player base doesn't
  19. T

    [Project] Fort Revolver

    I'm currently on vacation so when I get back in tie days I will.
Back
Top