[SiN] Pvt.Dancer

Member
  • Content count

    44
  • Donations

    0.00 EUR 
  • Joined

  • Last visited

Community Reputation

8 Neutral

About [SiN] Pvt.Dancer

  • Rank
    Bambi

Recent Profile Visitors

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

  1. [SiN] Pvt.Dancer

    Delete Vehicle restriction #0

    Honestly I just replaced all of my BE Filters after this and I haven't seen an issue since. so I'm not sure, but that's what worked for me.
  2. [SiN] Pvt.Dancer

    Delete Vehicle restriction #0

    It's close to mine so I tried a couple of extra entries from a little earlier in the post and will give it a go. thanks.
  3. [SiN] Pvt.Dancer

    Delete Vehicle restriction #0

    OK so I've seen a few of these randomly but I haven't been able to pin point the cause. Anyone know how to format the below delete vehicle log? Console: Player #0 Griff (abc5b295ae8aa2cb5f134dd4de85920d) has been kicked by BattlEye: DeleteVehicle Restriction #0 Deletevehicle.txt Log: 09.10.2015 12:46:49: Griff (66.61.117.160:2304) abc5b295ae8aa2cb5f134dd4de85920d - #0 2:2309 Thanks for the assit
  4. [SiN] Pvt.Dancer

    Latest infiSTAR & Exile 0.9.35 Not Working

    Falcon's right. I've had this exact same problem before. and every time it was me missing a comma or messing up something.
  5. [SiN] Pvt.Dancer

    ok i need help with battle eye filters ("script restriction #58")

    Add this to the end of line 50 !=""e 1 "mpmissions\__CUR_MP.Altis\initPlayerLocal.sqf"\n[] execVM "addons\statusBar\statusBar.sqf";\n[] execVM "addons\welcome\"" Good luck sir.
  6. [SiN] Pvt.Dancer

    SetPos Restriction #1

    Yeah, I'm not that desperate. I learned my lesson on that long ago. lol Thanks.
  7. [SiN] Pvt.Dancer

    SetPos Restriction #1

    Interesting. Your second line has Exile_Unit_Player in quotes mine didn't.... I added the quotes too for funsies. let's see what happens! Thanks again.
  8. [SiN] Pvt.Dancer

    KICK

    The two slashes you added any reading on why those are added? (I'm assuming that's what I missed) At this point I haven't been adding any slashes when putting these into my filters.
  9. [SiN] Pvt.Dancer

    Restriction #41 Reparing Veicules

    Looks like it was missing a set of quotes. Same as before try adding the following to the end of line 43 with a space between every entry. !=""xile_Item_DuctTape" in _equippedMagazines) then\n{\n_vehicle setDamage 0;\nplayer removeMagazineGlobal "Exile_Item_DuctTape";"
  10. [SiN] Pvt.Dancer

    SetPos Restriction #1

    Thanks, Will give that a go. Prior to adding the recommended line the second line only had the following 7 Exile_unit_player No quotes nothing so I appended the line you recommended to it and we will see if that comes up any more. The rest of my problems are now infistar.... Thanks again Rabbit.
  11. [SiN] Pvt.Dancer

    ok i need help with battle eye filters ("script restriction #58")

    If that is the exact error you're getting then add the following to the end of line 60, put a space in between each filter you're adding. IE !="filter" !="Custom filter" !=""["\ryanzombies\functions\fn_ModuleSpawn.sqf",".sqf",0,false,false,false,"RyanZM","Ryanzombiesfactionmodule","rzfunctionspawn"]""
  12. [SiN] Pvt.Dancer

    KICK

    That is a different kick. Add the following to the end of line 54. (as before don't forget to put a space between each new entry.) !="\"t) then {\nif (halvStyle) then {\n\"Gr8s_kill_msg\" addPublicVariableEventHandler {\n_id = (_this select 1);\n_killerName = _id selec\""
  13. [SiN] Pvt.Dancer

    SetPos Restriction #1

    Hi Sushini, I'm having the same problem. I've been working on a solution but I'm afraid I don't have one yet. so far I've been trying to add the following to the setpos.txt file with no luck !="2:4813 Exile_Unit_Player [4891,14423,17]" However I've never been kicked for it but some of the same people keep getting kicked over and over.
  14. Rod just helped me with this so I'll pass it along here. "Take the contents of CfgLootTables.hpp and put them in your CfgLootTables section of exile_server_config/config.cpp" cheers
  15. [SiN] Pvt.Dancer

    Compiler tool

    Holy crap... it's that easy? Thank you sir, it's much appreciated. If a mod sees this. This is obviously in the wrong section and should be moved if you feel so inclined.