Jump to content

MatreN

Members
  • Posts

    34
  • Joined

  • Last visited

Everything posted by MatreN

  1. @xFabel Thanks Bro ( ͡°◡ ͡° )
  2. (int model) will be replaced with vehicle name?
  3. local rotationElement = createElement("rotationElement") local duration = 1000 addEventHandler("onClienRender", root, function () setElementRotation(rotationElement, 0,0, (getTickCount()%20)/30*360) -- Duration Araba Dönüş Hızı end) local vehicle1 = createVehicle(2500.1000976563, -1662.5999755859, 13.199999809265) setElementParent(vehicle1, rotationElement) local vehicle2 = createVehicle(2499.8999023438, -1673, 13.199999809265) setElementParent(vehicle2, rotationElement) local vehicle3 = createVehicle(2491.6999511719, -1667.5999755859, 13.10000038147) setElementParent(vehicle3, rotationElement) setElementFrozen(rotationElement, false) I don't know if I did it right, but the cars don't turn 360 degrees.
  4. I'll make a showroom-style system.
  5. How do I turn an infernus 360 degrees?
  6. Hi friends, I did the toptime script, but when the map changes it says the name of the previous map. And when the map changes from time to time, the name of the map that appears opens. map names are bug is happening. Help me please.
  7. We did the login panel but at 1280x720 resolution, the background photo is very big but the 1920x1080 background is fully compatible. What should we do. Help
×
×
  • Create New...