Jump to content

Othydn74

Members
  • Posts

    8
  • Joined

  • Last visited

About Othydn74

  • Birthday 10/08/2001

Details

  • Location
    Qatar

Recent Profile Visitors

371 profile views

Othydn74's Achievements

Newbie

Newbie (4/54)

0

Reputation

  1. Othydn74

    Help

    Ok, I want to delete my topic
  2. Othydn74

    Help

    theVeh = getPedOccupiedVehicle(localPlayer) function printGear(value) currentGear2 = print(getVehicleCurrentGear(theVeh)) end addEventHandler ("onClientPreRender", root, printGear) function updateGearPosition() if theVeh and printGear == 1 then local rx, ry, rz = getVehicleComponentRotation(theVeh, "handbrake_ok") setVehicleComponentRotation(theVeh, "handbrake_ok", rx+12, 0, 0) end end not debugging Calculating current gear but 2.function not working so not rotating
  3. Othydn74

    Help

    How can I use a payout system based in the real world time? In my business script @Abdul KariM
  4. Othydn74

    Help

    لا ايم سبيك ارابيك
  5. Othydn74

    Help

    theVeh = getPedOccupiedVehicle(localPlayer) function printGear(value) currentGear2 = print(getVehicleCurrentGear(theVeh)) end addEventHandler ("onClientPreRender", root, printGear) function updateGearPosition() if theVeh and printGear == 1 then local rx, ry, rz = getVehicleComponentRotation(theVeh, "handbrake_ok") setVehicleComponentRotation(theVeh, "handbrake_ok", rx+12, 0, 0) end end not debugging, Calculating current gear, but 2.function not working so not rotating
×
×
  • Create New...