Jump to content

TheSmart

Members
  • Posts

    516
  • Joined

  • Last visited

Everything posted by TheSmart

  1. ohh shukriya yai ma search kar raha ta
  2. hi guys ! i want to host my server from cheap and trusted hosting company if u know like that hosting company please reply with details Thank you!
  3. hello mera bhaiyo! koi mujha patta ya ka ma script kasa bnnao jasa saur ma downloading ho rahe hote toh lika hata ha SAUR Utopia 5.0 ise tera mujha chaiya toh app mujha patta da kasa bnaaooo. shukriya!
  4. TheSmart

    Topic Moved

    ohh ok when it will release? i want to use it urgent
  5. TheSmart

    Topic Moved

    Great job man better if u use DX when we spawn vehicles
  6. Lekin mana souna ha ka aisa software ha liken name nahi patta
  7. Hi guys Koi ASA software ha Jo English ko Urdu ma translate karra jasa ma abhi BT kar raha ho or bilal ki wiki jase Agar ab ko patta ha toh please mujha btta da Shukriya!
  8. As I know it release on community.
  9. Ha mujha mill be gaya ha ya trusted ha.
  10. Hello mera bhaiyo! Agar aap chatta ha ka aap ka pass PayPal card ho toh buss aap payoneer per account bnnaiya or Sarrri information da.ya free ha http://www.payoneer.com
  11. Is server ko acha bannao ppl pher donate karra ga
  12. function updateEngineSound() local allVehicles = getElementsByType("vehicle") for index, veh in ipairs (allVehicles) do local model = getElementModel(veh) if model == 580 then ------ change the vehicle id if getVehicleEngineState(veh) then local x, y, z = getElementPosition(veh) local sound = getElementData(veh, "engineSound") sound = playSound3D("sounds/song.mp3", x, y, z, true) setElementData(veh, "engineSound", sound) end if isSoundPaused(sound) then setSoundPaused(sound, false) end local velocityX, velocityY, velocityZ = getElementVelocity(veh) local actualspeed = (velocityX^2 + velocityY^2 + velocityZ^2)^(0.5) local mph = actualspeed * 50 * 111.847 local minSoundSpeed = 0.25 local soundSpeed = mph/(80+80/minSoundSpeed) + minSoundSpeed setSoundSpeed (sound, soundSpeed) setElementPosition(sound, x, y, z) else -- otherwise (so if the engine is off) setSoundPaused(sound, true) end end end end setTimer(updateEngineSound, 5)
×
×
  • Create New...