Miannie83

Member
  • Content count

    184
  • Donations

    0.00 EUR 
  • Joined

  • Last visited

Community Reputation

27 Good

About Miannie83

  • Rank
    Capo

Recent Profile Visitors

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

  1. Reinstalled PBO 1.4 no change, after making edits and repacking the pbo, it no longer works. Its the only one i'm experiencing this issue with. **edit** problem is now rectified, reinstalled pbo manager again and downloaded a new pbo, can now edit the config and repack the pbo. All running as intended now.
  2. I am also experiencing this issue. Infistar and DMS and capture points pbo's are working as intended.
  3. Miannie83

    Sheeps Exile Repack - Expack

    Good to see that you made it over here sheep. Many people will be grateful for your repack.
  4. Miannie83

    kick script restriction #41 - Help...

    Just noted that in your picture, you have 7 ExecVM on lines 43 and 44 and again on 48. Combine those lines so there is only one and that will probably solve your issue.
  5. Miannie83

    Cant fix this

    "\n" means "new line" and should only be added to the start of a new line before you make it one single line of txt. The n in your kick does not need the \ placed before it.
  6. Miannie83

    Script restriction #46 (RHS Error)

    You will find that he is posting his .txt asking if he added it correctly. Posting his log would achieve nothing.
  7. Miannie83

    Battleye restriction #41

    You won't find your answer in the server RPT file. You need to look in your battleye folder in your server. You will see a file called script.log there will be a reason for a kick. Once you have the reason i suggest you head over to the battleye section of the forum and read the "how to" sticky post.
  8. Miannie83

    #61 Error (What's wrong with my exception?)

    Below should work. I'm not sure as to why it wouldn't. I can see it in your script file so i'm not sure as to why it isn't, did you reload the scripts via a RCON tool or restart the server? Simple questions i know but i have been guilty of not reloading the filters and wondering why it doesn't work. !="ys;\n \n _type = typeOf player;\n if!(_type isEqualTo 'Exile_Unit_Player')then\n {\n if((currentWeapon player != '')||(player !"This is the exception i had to add when i installed it. I copied it from my script file. !="\n \n \n _type = typeOf player;\n if!(_type isEqualTo 'Exile_Unit_Player')then\n {\n if((currentWeapon player != '')||(player !"Maybe that might work.
  9. Miannie83

    #35

    !="fnc_addWeaponCargoGlobal\",\"CBA_fnc_createCenter\",\"CBA_fnc_createMarker\",\"CBA_fnc_createTrigger\",\"CBA_fnc_defaultParam\",\"CBA_fnc_"add to end of line 37
  10. Miannie83

    Script restriction #46 (RHS Error)

    Line 48, you really should at least read the stickied post at the top of this section, it will save you some head aches. Looking at the kick i suspect its the line that starts with 7 isplayer
  11. Miannie83

    Script restriction #46 (RHS Error)

    !="_fnc_vectorRandomize\",\"RHS_fnc_cbalTimeToDistance\",\"RHS_fnc_isPlayer\",\"RHS_fnc_sight_bmp2\",\"RHS_fnc_sight_1pz32\",\"RHS_fnc_sight_"
  12. Miannie83

    Delete Vehicle restriction #0

    I experienced this issue last night on my server, no idea why its happening. The kick is #0 14:32 Not sure on why its happening, i can't really see anything in logs apart from that.
  13. Miannie83

    Exile IgiLoad with TaruPodMod

    This mod allows you to connect taru pods to the taru. And load quads/cargo into the back of the hemmt and other various vehicles. To check if its working, spawn in an exile_hemmt and and eile_quad_black, park the quad behind the truck, then get in the truck and on your scroll wheel menu you should see a green text option to load cargo into vehicle. If you don't get the scroll wheel menu then you have missed a step somewhere.
  14. Miannie83

    #24 ExileServer

    I would suggest reading the post stickied at the top of this sub section to understand how battleye filters work. in the meantime, you are getting kicked due to the part i have put in bold, italics and underscored. _publicMessage remoteExecCall ["ExileServer_system_network_dispatchIncomingMessage"," Once you understand how to do the filters they are quite simple, read the document. And you will discover that you need to add this to the end of line 26 of your filters !="ssionId, _messageName, _messageParameters];\n_publicMessage remoteExecCall [\"ExileServer_system_network_dispatchIncomingMessage\","
  15. Miannie83

    a3_vemf_reloaded by IT07

    I think you missed what he is telling you. You are asking the server to include config.cpp twice. Once on line 5 and then a 2nd time on line 92. It is not needed on line 92 as you already have it on line 5, so delete the second one. You will find that your server .rpt will have a heap of item already defined errors,