Jump to content

TheSmart

Members
  • Posts

    516
  • Joined

  • Last visited

Everything posted by TheSmart

  1. 0.15 per slot i need under 0.10
  2. ohh shukriya yai ma search kar raha ta
  3. but i not think u trusted
  4. bohat active forum ha yar
  5. great job man!
  6. 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!
  7. 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!
  8. TheSmart

    Topic Moved

    ohh ok when it will release? i want to use it urgent
  9. great Job Man Keep it up!
  10. Great job man keep it up!
  11. TheSmart

    Topic Moved

    Great job man better if u use DX when we spawn vehicles
  12. Great job man!
  13. Lekin mana souna ha ka aisa software ha liken name nahi patta
  14. 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!
  15. Great job man!
  16. As I know it release on community.
  17. Ma be thek ho.
  18. Mana apna papa ka diya.
  19. Ha mana apni birth 18+ rakki ha
  20. I'm also mapper.
  21. Ha mujha mill be gaya ha ya trusted ha.
  22. 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
  23. Is server ko acha bannao ppl pher donate karra ga
  24. Kia hal ha Sab ka?
  25. 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...