Izzer

Member
  • Content count

    70
  • Donations

    0.00 EUR 
  • Joined

  • Last visited

Community Reputation

24 Neutral

2 Followers

About Izzer

  • Rank
    Inmate

Personal Information

Recent Profile Visitors

1224 profile views
  1. Izzer

    Statusbar Script?

    so on line #39 of scripts.txt add the following: !="ons\restart.paa' color='%10'/>%18:%19</t>",\n\n"%",\ncount playableUnits,\n_damage,\n_wallet,\n_hunger,\n_thirst,\n_serverFPS,\n_ene"\n denotes a new line
  2. Izzer

    Statusbar Script?

    so in your scripts.txt file add the following to end of line #43 !="execVM "addons\statusBar\statusBar.sqf";"or if that doesn't work try !="execVM \"addons\statusBar\statusBar.sqf\";"(scripts.txt is the only BE Filter that doesn't support regex, so you shouldn't need the \ infront of " marks) http://opendayz.net/threads/a-guide-to-battleye-filters.21066
  3. Izzer

    Statusbar Script?

    @Ayato post your scripts.log and we can help you better. there are a few scripts.txt additions you'll need to add for this script.
  4. Izzer

    mission.sqm

    Yes correct they are loading...reason I say that is, my traders have the weapons, the missions where i have the weapons added are loading the AI and crates with the weapons etc.. When I add the pbo addon names to the mission.sqm is when it stops working...the server wont even load. Only thing I can think of is when I try to rapify the mission.sqm it is breaking something. I haven't tried loading the mission.sqm in plain text.
  5. Izzer

    Mas vehicles and weapons

    Having the same issue... I've modified the mission.sqm to include the weapon classes same as you did above but now my rpt gets spammed with the same message.. doesn't make sense. PM'd you btw too
  6. Izzer

    Adding mods, what to add to mission.sqm?

    So these go in the Exile_server_config.pbo and not mission.SQM?
  7. Izzer

    mission.sqm

    @Dawg711 and @TheSh1tGamer Please refer to OP... You guys are looking at REMUS'S post...
  8. Izzer

    a3_vemf_reloaded by IT07

    This fixed the issue i was having as well... Opened PBO and changed the prefix path... Good find King!
  9. Izzer

    mission.sqm

    agreed, just wondering what I need to add to the mission.sqm I have @mas in the root directory so the weapons load just fine..I'd just like to lock it down so if you don't have the mod you can't join. -Izz
  10. Izzer

    Script restriction #24

    Open your scripts.log file and post it here...
  11. Izzer

    Player Marker & Group Markers Script

    @_Unit You need to fix your _aLocalM entry. Infistar is kicking for _marker, not _markers From: _aLocalM = ['MissionMarker','DMS_MissionMarkerCircle','DMS_MissionMarkerDot','_markers','_member','_members','_x','_unit'];To: _aLocalM = ['MissionMarker','DMS_MissionMarkerCircle','DMS_MissionMarkerDot','_marker','_member','_members','_x','_unit'];
  12. Izzer

    a3_vemf_reloaded by IT07

    Mine is in a similar spot, so I'm not really sure where else it can be moved. Really the server side stuff is where I believe it is failing. Trying to come up with another way to execute the Launch script. Any suggestions?
  13. Izzer

    R3F Exile

    @WickedMoonShiner Getting this same error... Haven't found a fix for it yet.
  14. Izzer

    mission.sqm

    i just add the @mas folder to the ARMA 3 directory then call it via the startup parms... you're saying i need to add it to the addons folder? -izz
  15. Izzer

    Player Marker & Group Markers Script

    @Zara That looks like a BE script you need to add the following !="#line 1\n"mpmissions\__CUR_MP.Altis\init.sqf"\n[] execVM "playerMarker.sqf";" to line 50 @ATK, you should fix yours to the above as well... The script isn't kicking because of MPMISSIONS...its kicking because of the execution of the playerMarker.sqf might even get away with !="[] execVM "playerMarker.sqf";"