arigoth156

Member
  • Content count

    33
  • Donations

    0.00 EUR 
  • Joined

  • Last visited

Everything posted by arigoth156

  1. have a small issue with the heli transport part seems when i enter cords it keeps throwing this RTP Config
  2. im aware one is rare one isnt but thats not what im asking the call SC_VehicleClassToUse and SC_VehicleClassToUseRare is used 2 different times per call is used in the script lines 274 , 279 first time the call is made lines 524, 530 second time the call is made
  3. sc_vehicleclasstouse is found 2 times in there first at 274 second at 524 is there a reason is what im wondering same with the rare is called 2 times
  4. besides the vehicles the call is the same cause when i use it the bottom ones will spawn only not the ones defines under roaming land vehicles setup
  5. IS there a reason this is in 2 places first is on line 274 to 287 and the second location is on lines 524 to 534 SC_VehicleClassToUse = [ ["B_GEN_Offroad_01_gen_F",0], ["C_Offroad_02_unarmed_F",0], ["I_C_Offroad_02_unarmed_F",0] ]; SC_VehicleClassToUseRare = [ ["B_LSV_01_unarmed_black_F",1], ["O_T_LSV_02_unarmed_black_F",1], ["O_T_Truck_03_device_ghex_F",1] ];
  6. arigoth156

    Players stuck on spawn

    Ok so here it is sometime when a player tries to respawn they stay stuck on spawn and i will have to kill them to get them to respawn here is my rtp is there someone who can help https://ghostbin.com/paste/prur7
  7. arigoth156

    [Release] (Bounties) Most Wanted

    Does anyone have this updated for 1.0.4
  8. arigoth156

    New XM8 App coding?

    on my app im missing the drop down to select vechicles and ect. thats all for some reason that is not adding lmao someone shot me lmao
  9. arigoth156

    New XM8 App coding?

    Still nothing idk what is going on all other apps work just not apoc airdrop i give i guess
  10. arigoth156

    New XM8 App coding?

  11. arigoth156

    New XM8 App coding?

    i sent u a message if you could look over that it would be awesome maybe you will see what i over looked
  12. arigoth156

    New XM8 App coding?

    well i reinstalled everything lmao and still get no text the app opens but like just 2 empty boxes with no drop down lmao go figure lmao its like something is not calling to give it options of selections
  13. arigoth156

    New XM8 App coding?

    class Functions { mode = 1; jip = 0; class fnc_AdminReq { allowedTargets=2; }; class ExileServer_system_network_dispatchIncomingMessage { allowedTargets=2; }; class AR_Client_Rappel_From_Heli { allowedTargets=0; }; class AR_Hint { allowedTargets=1; }; class AR_Hide_Object_Global { allowedTargets=2; }; class AR_Enable_Rappelling_Animation { allowedTargets=2; }; class AR_Rappel_From_Heli { allowedTargets=2; }; class ExileSecurity_AlarmLights { allowedTargets=1; }; class ExAdServer_fnc_clientRequest { allowedTargets=2; }; class APOC_srv_startAirdrop { allowedTargets=2; }; does this need to be in there for apoc??
  14. arigoth156

    New XM8 App coding?

    Still nothing could you pehaps give me a hand i have a discord
  15. arigoth156

    New XM8 App coding?

    the text is still gone i did a fresh install as well
  16. arigoth156

    New XM8 App coding?

    THANK YOU BTW DO U HAVE ANY IDEA WHY TANKS WILL NOT STORE IN THE VG I AM USING EXAD
  17. arigoth156

    New XM8 App coding?

    ok i had it to that before still didnt work
  18. arigoth156

    New XM8 App coding?

    https://pastebin.com/x5MkynZ0 and do u have a link to a fresh apoc i just copied my old one from another server
  19. arigoth156

    Exile 1.0.4 Bugs Megathread !! READ THE RULES!!

    llook at this
  20. arigoth156

    New XM8 App coding?

    would u mind if i get a copy of config file? cause i have the app but no text or drop downs show
  21. arigoth156

    New XM8 App coding?

    Has anyone got the apoc airdop to work correctly yet?
  22. arigoth156

    New XM8 App coding?

    i still got no answer on my post can someone tell me what i did wrong
  23. arigoth156

    New XM8 App coding?

    So i have the apoc air drop pbo in my exileserver addons and everything in the mpmission file when i select the apoc air drop from the xm8 all text is gone nothing in it. here is my config https://pastebin.com/NRiQWvbu is there something in the new exad i need to add i have the apoc airdrop in ExAdClient\xm8\apps\APOC_Airdrop is there something i am missing?