Kampexia

Member
  • Content count

    22
  • Donations

    0.00 EUR 
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by Kampexia

  1. Kampexia

    Merry Christmas!

    Merry Christmas!
  2. Kampexia

    Problems at joinig a exile server with extendet base mod

    Can you put your full rpt log in (pastebin) Did you put your key file into the keys folder? Are the BE Filters setup correctly?
  3. Kampexia

    gtx gaming server

    I have GTX Gaming and i don't use there mods. I always get into my steam workshop folder and copy the files with Filezilla (or any other ftp program) to my server. its the easiest way to stay updated.
  4. Kampexia

    SpecOps Non Safe Zones

    This is mine use it as a example.
  5. Kampexia

    Has anyone seen this error?

    Server didn't update
  6. Kampexia

    Adding Items to map

    This is a small example how it has to look like iff your not using concrete mixers or russian roullete dont put its in. iff you do i can give you a example
  7. Kampexia

    AI Roaming Vehicles Sell Price

    compare the occupation list off vehicles with your mission file config.ccp
  8. Kampexia

    serverLag on item pickup and other similar actions

    AUTO script generator is the awnser for me when i hassle with BattleEye
  9. Kampexia

    Vehicle Trader zeigt den fehlenden Respekt nicht an

    Did you set the Quality correct? 1 2 3 4 5 6?
  10. Kampexia

    DMS Not Spawning AI or Missions

    Did you change something else other than DMS?
  11. Kampexia

    adding init.sqf files to the right places?

    you probably made a typo. i face that a lot it can be the smallest thing
  12. Kampexia

    Base Building in Server

    it is the office trader.... Do you have a custom map? are office traders implemented? if not you can do it tru the eden editor.
  13. Kampexia

    How to rollback Arma 3 to version 1.84

    i still have signature 1 and everything is still working fine for me and my crew
  14. Kampexia

    ESCORT PLAYER! HELP

    title = "Escort"; condition = "(alive ExileClientInteractionObject) && (ExileClientInteractionObject getVariable ['ExileIsHandcuffed', false]) && !ExileClientIsHandcuffed"; action = "_this call fnc_Escort"; replace with this maybe? title = "Escort"; condition = "(alive ExileClientInteractionObject) && (ExileClientInteractionObject getVariable ['ExileIsHandcuffed', true]) && !ExileClientIsHandcuffed"; action = "_this call fnc_Escort";
  15. Kampexia

    Trader mods list issue

    can you put in a part of your categories into here so we can look at your code
  16. Kampexia

    DMS Missionen MD Update

    nope
  17. Kampexia

    1440p, tiny UI

    UI is effected in arma interface set it to small......i hope for you it works.
  18. Kampexia

    DMS Missionen MD Update

    Can you please translate that?
  19. Try automatic battleeye script generator from Eraser1 DOWNLOAD: https://github.com/eraser1/BE_AEG
  20. Some people encounter a problem that cement mixers are not showing up on the server. JUST delete the russian roullete and cement mixers code and paste this code in because it is not working anymore. //Just place this line of code in the bottom of your initserver.sqf coordinates are from Exile.Altis private ["_objs"]; _objs = [ ["Exile_ConcreteMixer",[14354.5,18959.5,0],0,[[0,1,0],[0,0,1]],false], ["Exile_ConcreteMixer",[18309.4,15575,0.00109863],90,[[1,-4.37114e-008,0],[0,-0,1]],false], ["Exile_ConcreteMixer",[11391.2,14259.5,0.00148201],-40,[[-0.642788,0.766044,0],[0,0,1]],false] ]; { private ["_obj"]; _obj = createVehicle [_x select 0, [0,0,0], [], 0, "CAN_COLLIDE"]; if (_x select 4) then { _obj setDir (_x select 2); _obj setPos (_x select 1); _obj enableSimulationGlobal true; } else { _obj setPosATL (_x select 1); _obj setVectorDirAndUp (_x select 3); _obj enableSimulationGlobal true; }; } foreach _objs;
  21. Kampexia

    Quick fix for Cement Mixers not showing up

    I don't have this error i have seen some posts with people that have problems with it. Thats why is called Quick fix.