Jump to content

UnLimiTeD

Members
  • Posts

    2
  • Joined

  • Last visited

UnLimiTeD's Achievements

I ordered some spaghetti with marinara sauce and I got egg noodles and ketchup. I'm an average nobody.

I ordered some spaghetti with marinara sauce and I got egg noodles and ketchup. I'm an average nobody. (2/54)

0

Reputation

  1. Found it. I had to type : getVehicleComponentPosition( getPedOccupiedVehicle(localPlayer), "door_rf_dummy") I didn´t have these string.
  2. Hello everyone. I have a little problem with the vehicle components. I'am trying to get the position of the component "door_rf_dummy". But every time he returns false when I try to print "x". That's my script. Got anyone an idea ? local components = getVehicleComponents(getPedOccupiedVehicle(localPlayer)) local door_rf_dummy = components["door_rf_dummy"] local x,y,z = getVehicleComponentPosition( getPedOccupiedVehicle(localPlayer), door_rf_dummy ) outputChatBox(x)
×
×
  • Create New...