Jump to content

Warner

Member
  • Content Count

    3
  • Joined

  • Last visited

  • Medals

Community Reputation

0 Neutral

About Warner

  • Rank
    Rookie
  1. Hello, I primarily do scripting and map work but recently wanted to try to make a vehicle. I have a vehicle in game and working, only problem is the vehicle will only go 42 km/h on all maps except the VR map. I know that it has something to do with the ground material but i'm not sure what to change since this is not my area. I tried to look up the problem but found a bunch of unrelated problems. Thanks for any help I can get. EDIT: I'm a idiot I knew that terrainCoef would change its interaction with the ground but for some reason I didn't think to edit it.
  2. I am trying to have the slider in my dialog show the value in a text element. I have seen it done in another mission file and I cant figure out how to make it work. I tried to add a action that sets the ctrltext of the RscText but it wont work, Any ideas?
  3. I have a map marker in Kavala, and I want to select a random building that is around it, but the building has to be in the valid building array. validHouse = [ "Land_i_House_Big_01_V1_F", "Land_i_House_Big_02_V1_F", "Land_i_House_Small_01_V1_F", "Land_i_House_Small_01_V2_F", "Land_i_House_Small_02_V1_F", "Land_i_House_Small_03_V1_F" and so on... ]; The way I have it setup now is it will select the building that is closest to the marker with kavalaMarker nearObjects [_randomHouse, 500]; But I would prefer it to be a random house, that is in the 'validHouse' array, inside the 500 radius. Anyone have a solution? Thanks!
×