Jump to content

kacperppl

Members
  • Posts

    4
  • Joined

  • Last visited

Everything posted by kacperppl

  1. addCommandHandler("scp", -- short for 'set component position' function() local theVeh = getPedOccupiedVehicle(localPlayer) local getComponent = door_lr_dummy (theVeh) -- returns table with all the components of the vehicle if (theVeh) then for k in pairs (getComponent) do local x, y, z = getVehicleComponentPosition(theVeh, k) --get the position of the component setVehicleComponentPosition(theVeh, k, x+1, y+1, z+1) -- increases by 1 unit end end end )
  2. Im trying and i don't know how to Make it (sorry for my English)
  3. Jak zrobić taki skrypt jak na tym filmiku? Mógłbym prosić o gotowy kod do ambulansu? https://youtu.be/l4MrKllPDiI
  4. how to do something like in this movie? could I get a ready code for the side door from the ambulance? https://www.youtube.com/watch?v=l4MrKllPDiI
×
×
  • Create New...