Jump to content

RavenLoad

Members
  • Posts

    18
  • Joined

  • Last visited

Everything posted by RavenLoad

  1. I think you mean an Modpanel. Try this: https://community.multitheftauto.com/index.php?p=resources&s=details&id=11499
  2. local speedx, speedy, speedz = getElementVelocity ( theVehicle )
  3. local thecar = getPedOccupiedVehicle(localPlayer) local sx, sy, sz = getElementVelocity (thecar) ----------------------------------------------------- or just: local sx, sy, sz = getElementVelocity (localplayer)
  4. Change the 06 to 6.png in meta and in the folder
  5. RavenLoad

    Car shop

    You mean something like this one? https://community.multitheftauto.com/index.php?p=gallery&s=show&pic=4572
  6. Looks great. If you need one more drifter tell me
  7. https://wiki.multitheftauto.com/wiki/SetVehicleHandling
  8. So you want the radio on a place or general as alltime music on the server?
  9. RavenLoad

    repet

    outputChatBox("true") outputChatBox("false")
  10. Or you can try it with an clientside lua and triggerClientEvent https://wiki.multitheftauto.com/wiki/TriggerClientEvent
  11. Maybe with only player? warpPedIntoVehicle(player, jobVehicle) And mta Wiki say that it only work with client side not server side vehicle
  12. What is /debugscript 3 saying? ------------------------------------------- Try this: warpPedIntoVehicle(thePlayer, jobVehicle, 0) Available client side from 1.3.1 (It will only work with client side vehicles and peds)
  13. dont change the name of the folder. just let it like you downloaded it.
  14. open the F8 Console and type in "rebind" and press enter. or if you on a server open the chatbox and type in "/rebind" and press enter.
  15. here you have 2 times localPlayer. so try: ------------------ function openInventory(Element) if (pElement) then if (showInventory) then showLeft = false else showInventory = true showLeft = true end triggerServerEvent("getElementItems", localPlayer, pElement, 2) activeSide = "bag" if getElementType(pElement) == "vehicle" then vehBoot = pElement if not getElementData(pElement, "veh >> bootOpened") then triggerServerEvent("toggleTrunk",localPlayer,pElement,1) setElementData(pElement, "veh >> bootOpened", true) end end end end ----------------- And dont forget about addEventHandler
  16. Have you changed the name of the folder? It has to be the downloaded name.
  17. You have an "addEventHandler"?
×
×
  • Create New...