Jump to content

Mr. Davy Jones

Member
  • Content Count

    5
  • Joined

  • Last visited

  • Medals

Community Reputation

1 Neutral

About Mr. Davy Jones

  • Rank
    Rookie

Recent Profile Visitors

354 profile views
  1. Hello there! I´ve recently added speedbombs to my altis life server and for some reason whenever the bomb gets activated at 70km/h it kicks you off the server and this shows up in the RemoteExec.log: #1 "life_fnc_playsound [C Civilian 04:1 (Davy) REMOTE (civ_4),"caralarm",10]" I know that I have to put it in as an exeception in the remotexec.txt however I have no idea what to put in which is what I need help with. What should I write so that it doesn´t kick players using the bomb? Thanks!
  2. Mr. Davy Jones

    Altis Life Shops Interaction Range

    So lets say I´ve got this code for my Carshop: this enableSimulation false; this allowDamage false; this addAction[localize "STR_MAR_Car_shop",life_fnc_vehicleShopMenu,["civ_car",civilian,["civ_car_1","civ_car_1_1"],"civ","Bruce's New & Used Auto's"]]; this setVariable ["realname", "Car Shop"]; Where would I type in the code you´ve just given me for it to work?
  3. Mr. Davy Jones

    Altis Life Shops Interaction Range

    So lets say I´ve got this Code for my carshop: this enableSimulation false; this allowDamage false; this addAction[localize "STR_MAR_Car_shop",life_fnc_vehicleShopMenu,["civ_car",civilian,["civ_car_1","civ_car_1_1"],"civ","Bruce's New & Used Auto's"]]; this setVariable ["realname", "Car Shop"]; Where would I write in the code you´ve just given me for it to work?
  4. Mr. Davy Jones

    Altis Life Shops Interaction Range

    Thats great I appriciate the help, I´ve actually managed to work my way around the problem by copying my code for the atm and reworking it to fit markets and such. :D
  5. Hi there! I´m a new coder in need of assistance on a little problem I´ve got on my server, for some reason you can interact with the store NPC´s from a distance of 30m simply by looking in their direction. I´ve done my best to find out the cause of this but from what I´ve seen so far no one else has or have had this problem there for I can´t find a fix. I´m really in need of help to reduce the interaction range to roughly 1-4m distance instead of the current 30. Thank you! This is what I´ve got typed in on the NPC store Init ---> this allowDamage false; this enableSimulation false; this addAction[localize"STR_Shops_Market",life_fnc_virt_menu,"market"];
×