humpabry

Member
  • Content count

    81
  • Donations

    0.00 EUR 
  • Joined

  • Last visited

Everything posted by humpabry

  1. humpabry

    adding custom ammo boxes

    if (isServer) then { _vehicle_99 = objNull; if (true) then { _this = createVehicle ["B_CargoNet_01_ammo_F", [22506.4,20058.8,0], [], 0, "CAN_COLLIDE"]; _vehicle_99 = _this; _this setDir 20; _this setVariable ["permaLoot",true]; clearWeaponCargoGlobal _this; clearMagazineCargoGlobal _this; _this addItemCargoGlobal [""]; _this addItemCargoGlobal [""]; }; }; this code ofc with the _this addItemCargoGlobal [""]; filled in with right items dont seem to spawn me any box. can someone pls tell me what should be changed or let me know how to spawn boxes..wanting to add loot boxes to ai city. ty
  2. humpabry

    OG Gaming Exile Chernarus

    OG Gaming Exile Chernarus Few friends that have played all arma series for last few years just decided to put a server up! if you wanna come try it feel free to do so and if not then dont bother! just a little info about the server for you guys to make your minds up about. Scripts + Addons Open Chernarus Project - who would not use this on cherno its amazing script. most houses are open and have loot positions (fully customised positions and loot in right areas). Tow and Lift - yeah you dont need info its all in the script name. Repair and rearm - once again all in the name! Hacking and Grinding - your able to rob the hell out of other peoples bases (if you have the time to spare). CUP Vehicles/Terrains/Weapons/Maps/Units - all added to loot spawns around the map so fill your boots with the good stuff. DMS (Defents mission system) - Simply because we all need missions and this is a great system. ZCP (Zupa capture point) - also another great script which we could not live without. Status Bar - who actually cares about this? just looks fancy. Virtual garage - so yeah easy way to keep your vehicles safe while your offline (unless you get broke into and hacked ofc). Bounties - always great to put a bounty on somenones ass and watch them run (especially your friend). Deploy bike - Chernarus without this script yeah right! 10K start cash. so thats the scripts we have on the server and its running very well. just looking for some more players to come along now. we have dont a fair bit of server customising too a little list of that. Added buildings to most towns around chernarus. some military in spawn areas for the PvP nut-cases. AI City - hardcore city filled with ai and some special loot only found there. custom black market traders selling special vehicles (costs a lot of Respect + Cash for end game gaming) but some hardcore shit in there! thats all i have to say for now! feel like you wanna play the server or try it? Then get over here. cheers for reading all this. not sure if it was as boring for you reading it as it was for me writing it ! OG Gaming Exile Chernarus mods needed! Cup vehicles/weapons/maps/terrains/units Open Chernarus Project CBA (Community base addons) oh yeah and one that most people get confused on... you need Exile. server ip - 109.70.149.158 port - 2300
  3. humpabry

    flags stop loot spawns

    does anyone know how to edit the flags spawning stopping loot from spawning? half my server dont have loot due to this and its kind of annoying. cheers
  4. humpabry

    hunger and thirst

    for some unknown reason hunger ands thirst dont ever drop below 100% on my server...anyone know wat mistake i made here?
  5. anyone tell me best way to add custom spawns to eseker map? ty
  6. humpabry

    create 2nd database on dedi box

    i cant seem to set a new database up for a test server. i tried to name it exile2 but wont load unless its exile + you cant have 2 DB named the same how can i create a 2nd exile databse for my test server?
  7. humpabry

    arma3server.exe crash

    i have 1 server on my dedi box running arma 3 exile esseker no problem. when i try to put a second server up the arma3server.exe just keeps crashing over and over. i may get 1 lucky boot and it runs bt as soon as i drop the server back to squard 1 again crash after crash. does anyone know how i can fix this or is this due to the last update in steam?
  8. humpabry

    arma3server.exe crash

    If you use tadst to set up your servers due to lazyness or you want to keep it then make sure your second server reads from the config file in exile_server and not the tadst config. As soon as I made it read from my config file in exile_server it worked fine
  9. humpabry

    Can't get my custom trader to show

    exactly right..i did same thing. you have to leave it community customs
  10. humpabry

    [WIP] Modless Zombie Spawn system

    hows the update looking on this? want the modless version for sure!
  11. humpabry

    flag poles

    people cannot move base parts withoutthem disapearing now since lychee update..says they not in thier terrortory but they are..anyone know wats the problem here?
  12. humpabry

    broke?

    ok few things guys... no loot spawns anywhere on map. vehicles fly when entering a safe zone if your going faster then 20 kph. players that die spawn on thier dead bodies
  13. humpabry

    flag poles

    .32 fixed our base problems.just brought a few other issues the devs are working on atm
  14. humpabry

    broke?

    they working on a fix for all the problems you said mate..just give them a little time
  15. humpabry

    broke?

    just have ill try all again
  16. humpabry

    flag poles

    ok cheers for fast replies mate
  17. humpabry

    flag poles

    ok sweet and the flying cars too?
  18. humpabry

    Custom vehicle trader

    so i added a new trader (black market) to my server..i wanted a vehicle trader and this is what i did class BlackMarketVehicles { name = "Attack Choppers"; icon = "a3\ui_f\data\gui\Rsc\RscDisplayArsenal\itemoptic_ca.paa"; items[] = { "Exile_B_Heli_Light_01_armed_F", "Exile_B_Heli_Attack_01_F", "Exile_B_Heli_Transport_01_F", "Exile_B_Heli_Transport_01_camo_F", "Exile_B_Heli_Transport_03_black_F", "Exile_B_Heli_Transport_03_F" }; }; class Exile_Trader_CommunityCustoms { name = "Black Market"; showWeaponFilter = 0; categories[] = { "BlackMarketVehicles" }; }; but it does not give me a vehicle trader where u can add lock and tp you away from trader..instead it gives me the options in the picture below..did i do something wrong or cant you add vehicle traders?
  19. so you cant just add AllInArmaTerrainPack to the mission sqm?
  20. humpabry

    time.sqf

    ya been messing with it mate got it all up and running now...final test on myserver but looking good thank you
  21. humpabry

    time.sqf

    [8,true,true,12] execFSM "timeModule.fsm"; <--- changing the 8 to 7 starts the timer at 7pm instead of 8pm is that right?
  22. humpabry

    day and night

    added to server but still full daylight all 4 hours.. do i need to change class Time { // Uses Dedicated Server time as ingame Time useRealTime = 0; // Will overide RealTime useStaticTime = 1; // time in ARMA FORMAT << CONFIG // https://community.bistudio.com/wiki/setDate staticTime[] = {2039,10,24,12,0}; }; to use real time for this or not?
  23. humpabry

    arma3server.exe crash

    tested it trying to connect to my database for main server and still arma3server.exe crashing constantly ... kinda gettin annoying now seems if i change my mission file to altis it boots fine..but it wont let me use my esseker mission file on 2 servers any ideas on this?
  24. humpabry

    arma3server.exe crash

    Extensions: ARMA_LOG (.\ARMA_LOG.dll) [] [] extDB2 (E:\Testserveresseker\steamapps\common\Arma 3 Server\@ExileServer\extDB2.dll) [65.0.0.0] [65.0.0.0] Distribution: 0 Version 1.50.131969 Fault time: 2015/09/27 13:17:14 Fault address: 01094C23 01:007F3C23 E:\Testserveresseker\steamapps\common\Arma 3 Server\arma3server.exe file: Exile (__cur_mp) world: Esseker Prev. code bytes: 8B 0E C7 46 08 00 00 00 00 C7 46 0C 00 00 00 80 Fault code bytes: 89 0A 8B 16 8B 4E 04 56 89 4A 04 C7 46 04 00 00 Registers: EAX:10F09CFC EBX:00000000 ECX:238FFC80 EDX:00000000 ESI:2EB41C90 EDI:00000000 CS:EIP:0023:01094C23 SS:ESP:002B:0233F188 EBP:1726A470 DS:002B ES:002B FS:0053 GS:002B Flags:00210246 ======================================================= note: Minidump has been generated into the file E:\Testserveresseker\steamapps\common\Arma 3 Server\TADST\testess\arma3server_2015-09-27_13-16-01.mdmp thats in every rpt i have from my second server and the extdb seems fine no errors there and its connects to server
  25. humpabry

    Refueling on Esseker

    the scripts that i put up adds fuel stations to esseker so if your running esseker then mine will be fine that it true you get the sign...but once you press it your fuel does not go up. the ones i added i also put a pump on the roof for helis. also i did not create this script i belive someone else asked about it and a dev asked..so im just showing you guys what the dev said