Jump to content

Santy.

Members
  • Posts

    1
  • Joined

  • Last visited

About Santy.

  • Birthday 13/02/1995

Details

  • Gang
    PRO Race

Santy.'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. Santy.

    a little help

    well im noob ( really noob in scripting ) please help me addEventHandler("onClientResourceStart", getResourceRootElement(getThisResource()), function () speedmarker1 = createMarker(4773.90234375, -1728.6389160156, 7.0291533470154, "arrow", 9, 0, 255, 0, 255) end) function MarkerHit (element) if (element == getLocalPlayer()) then if (source == speedmarker1) then if (getElementType(element) == "player") then if (isPedInVehicle(element)) then local vehicle = getPedOccupiedVehicle(element) local velx, vely, velz = getElementVelocity(vehicle) local newx, newy, newz = velx*3.5, vely*3.5, velz*3.5 setElementVelocity(vehicle, newx, newy, newz) end end end end end addEventHandler("onClientMarkerHit", getRootElement(), MarkerHit) Sayme Error please, in game dont work...
×
×
  • Create New...