Jump to content

RavenLoad

Members
  • Posts

    18
  • Joined

  • Last visited

1 Follower

Details

  • Location
    Germany
  • Occupation
    Spectator
  • Interests
    Scripting, DM Race

Recent Profile Visitors

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

RavenLoad's Achievements

Square

Square (6/54)

2

Reputation

  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.
×
×
  • Create New...