Jerry1218

Member
  • Content count

    6
  • Donations

    0.00 EUR 
  • Joined

  • Last visited

Community Reputation

0 Neutral

About Jerry1218

  • Rank
    Bambi

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

  1. Jerry1218

    Territory Protection Money Exemption

    You could always change the due date in the db for those players to year 2099 or something.
  2. Jerry1218

    ExAD Statusbar restart timer

    Try 2:30 instead of 2.5. In fn_GetTimerstr.sqf lists _text = format["%1:%2", _hours,(if(_minutes < 10 )then{format["0%1",_minutes]}else{_minutes})];
  3. Jerry1218

    Cfg error I can't locate

    That's how it should look in your cfg, if you comment out that last bracket it wont close "class Events". You can copy paste this in, just make a backup before you do in case I missed something.
  4. Jerry1218

    Armed Vehicles not spawning with ammo

    What addons are you running or is it just vanilla?
  5. Jerry1218

    VG not fully functional

    I am having a issue getting the VG to properly open. The app properly shows and you can click on it if you're not in rage and will get the proper error and will change to the VG app screen just with no avaliable options. Once someone is within their territory they click on the app and nothing happens, no error, nothing. Any ideas on what could be missing as it seems part of the app is working. I can provide any requested info, just not sure what is all needed to diagnose the issue. Update: VG works fine when a territory is first placed until server reset. Then it suffers the above symptoms.
  6. Jerry1218

    Unable to set some building spawns

    I am having a issue getting Land_i_Barracks_V2_F, Land_u_Barracks_V2_F, Land_i_Barracks_V1_F, Land_Research_house_V1_F, and Land_Research_HQ_F to properly spawn items. I have been able to add spawns to other building that were missing them. I used the method provided here to successfully add spawns to some buildings.