ghosted

Member
  • Content count

    61
  • Donations

    0.00 EUR 
  • Joined

  • Last visited

Community Reputation

3 Neutral

About ghosted

  • Rank
    Inmate

Recent Profile Visitors

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

  1. ghosted

    R3F Exile

    still nothing any fix for this ?
  2. ghosted

    R3F Exile

    nope still dosent work here are my files pretty much the same but 1 added extra what im trying to do is make it so i can put upto 4 crates ["Exile_Container_SupplyBox", 50], in the truck ["Exile_Car_HEMMT", 300] but still can only add 1 in there R3F_LOG_CFG_can_transport_cargo = R3F_LOG_CFG_can_transport_cargo + [ ["Exile_Bike_QuadBike_Black", 30], ["Exile_Bike_QuadBike_Blue", 30], ["Exile_Bike_QuadBike_Red", 30], ["Exile_Bike_QuadBike_White", 30], ["Exile_Bike_QuadBike_Nato", 30], ["Exile_Bike_QuadBike_Csat", 30], ["Exile_Bike_QuadBike_Fia", 30], ["Exile_Bike_QuadBike_Guerilla01", 30], ["Exile_Bike_QuadBike_Guerilla02", 30], ["Exile_Car_Kart_BluKing", 20], ["Exile_Car_Kart_RedStone", 20], ["Exile_Car_Kart_Vrana", 20], ["Exile_Car_Kart_Green", 20], ["Exile_Car_Kart_Blue", 20], ["Exile_Car_Kart_Orange", 20], ["Exile_Car_Kart_White", 20], ["Exile_Car_Kart_Yellow", 20], ["Exile_Car_Kart_Black", 20], ["Box_NATO_Wps_F", 50], ["I_CargoNet_01_ammo_F", 50], ["Exile_Container_SupplyBox", 50], <------------------------------------------ ["Box_East_WpsSpecial_F", 50] ]; R3F_LOG_CFG_can_be_transported_cargo = R3F_LOG_CFG_can_be_transported_cargo + [ ["Exile_Car_Van_Box_Guerilla01", 50], ["Exile_Car_HEMMT", 300], <---------------------------------------- ["Exile_Car_Van_Box_Guerilla02", 50], ["Exile_Car_Van_Box_Guerilla03", 50], ["Exile_Car_Van_Box_Guerilla04", 50], ["Exile_Car_Van_Box_Guerilla05", 50], ["Exile_Car_Ural_Open_Worker", 100] ]; R3F_LOG_CFG_can_be_moved_by_player = R3F_LOG_CFG_can_be_moved_by_player + [ "Box_NATO_Wps_F", "I_CargoNet_01_ammo_F", "Exile_Container_SupplyBox", <------------------------------- "Box_East_WpsSpecial_F" ];
  3. ghosted

    R3F Exile

    how do i make this let me load things in to the tempes or any other vechile i can only load 1 crate im using this "Exile_Car_HEMMT and trying to load in Exile_Container_SupplyBox but it will only let me add one if someone could help that would be great
  4. ghosted

    Vehicle Traders

    same here i fiddled for hours and it shows me my menus i want but also the other vehciles in the none custom traders that i dont want lol
  5. ghosted

    R3F Exile

    yeah same here people can now tow in a safezone and when vehicles are locked i wish there would be a relise or just r3f towing and no creation factory lol would be so much simpler
  6. ghosted

    [CLOSED] Advanced Banking

    if you want to add banking to your laptop for your base here is how to do it In your config.cpp in your mission files place in class Laptop class ATM_Access: ExileAbstractAction { title = "ATM_Access"; condition = "((ExileClientInteractionObject animationPhase 'LaptopLidRotation') >= 0.5)"; action = "createDialog 'AdvBankingATM';"; }; place in class Player next to ATM class ATM_Access { targetType = 2; target = "Exile_Item_Laptop"; class Actions { class Access: ExileAbstractAction { title = "ATM_Access"; condition = "true"; action = "createDialog 'AdvBankingATM';"; }; }; };
  7. ghosted

    [CLOSED] Advanced Banking

    it dosent let us search wallets on ai or zombies im sure theres a way to add this ? Also how would i give access to banking from a laptop in a players base
  8. ghosted

    [CLOSED] Advanced Banking

    ok all fixed thanks for the help i checked my values and didnt see the hot fix section also how do i add wallets to zombies and ais i know there is a code but cannot find it
  9. ghosted

    [CLOSED] Advanced Banking

    got a simlar problem i go to atm i draw out 200 kill a zombie will remove 180 from me and give me 20 for killing the zombie then i go to the bank to add that 20 it will give me the 180 back it took from me when killing the zombie and also put the 20 in the bank from killing the zombie but if i kill 1 zombie/ai with my wallet balance as 0 i go to the bank and try and add the 20 in it says cannot deposit the ammount as i dont have enuff would be great for some support on this mod!!
  10. ghosted

    [XM8 App] Apoc's Airdrop Assistance

    hi getting a problem all of a sudden i can call airdrops all works fine but when the crate lands only get a aoption to mount move or install no inventory options ? also the crate is off the floor which is odd also the vehicles are comign in blown up lol
  11. ghosted

    [CLOSED] Advanced Banking

    got it working to some point but when starting the server xm8 app shows any i can add money to bank and withdraw it but when i logout it resets it
  12. ghosted

    [CLOSED] Advanced Banking

    cannot deposit or withdraw anything and ai's and zombies dont have any wallets is there a fix for the atm issue apart from that its working
  13. run the steam update from your control pannel or update you home server with steamcmd
  14. @SadBoy1981 im getting a simalr problem its showing perfectly fine for me on internet list but wont show on my lan like it used to maybe someone would know why ps dont forget to forward your new port
  15. thanks guys for all the support and fixes helps us out alot and makes a great community without you we would go no where