arigoth156

Member
  • Content count

    33
  • Donations

    0.00 EUR 
  • Joined

  • Last visited

Community Reputation

2 Neutral

About arigoth156

  • Rank
    Bambi

Recent Profile Visitors

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

  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??