Jump to content

PSoma

Members
  • Posts

    4
  • Joined

  • Last visited

Recent Profile Visitors

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

PSoma's Achievements

Vic

Vic (3/54)

0

Reputation

  1. Hello, I'm using 3ds Max 2020 and I've made a road. My problem is that I can't see the vehicle headlight reflection on my model. I set the material type to "Tarmac [Default]" in coleditor. What should I do to make vehicle headlight reflection enable?
  2. You right, I missed something in my original code. It's working now.
  3. Hello, thank you for replying. The setPedControlState() has only only two state. I would like to accelerate the vehicle smoothly. For that I need a method like setAnalogControlState() where I can set the value as float.
  4. Hello, I would like to make a custom vehicle acceleration script. My script looks like something like this. addEventHandler("onClientRender", root, function() setAnalogControlState("accelerate", a) end) addEventHandler("onClientResourceStart", resourceRoot, function() toggleControl("accelerate", false) end) I would like to disable the WASD keys. I disabled the acceleration by the toggleControl() function. The problem is that, it disabled the setAnalogControlState() function too. Is there any way to disable the vehicle acceleration key?
×
×
  • Create New...