Jump to content

Alexey Lisenko

Members
  • Posts

    1
  • Joined

  • Last visited

Details

  • Location
    Ukraine
  • Occupation
    scripter

Recent Profile Visitors

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

Alexey Lisenko'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. I guess I'm new so I'm not even sure I'm writing there. But I have such a question. I can not hide objects that are in door_rf_dummy, i can not hide doors in a car model. Please say, this is your own crookedness or MTA bug. Hide the dummy I do not like, i need to hide object in dummy. I would be grateful for the help Code: addCommandHandler("door", -- for vehicle component function() local theVeh = getPedOccupiedVehicle(localPlayer) if (theVeh) then setVehicleComponentVisible(theVeh, "door_lf_ok", false) -- hides the component setVehicleComponentVisible(theVeh, "door_rf_ok", false) -- hides the component end end )
×
×
  • Create New...