Jump to content

MANAMAY

Members
  • Posts

    61
  • Joined

  • Last visited

About MANAMAY

  • Birthday 01/11/2000

Details

  • Gang
    9MoD
  • Location
    BAHRAIN

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

MANAMAY's Achievements

Snitch

Snitch (10/54)

0

Reputation

  1. مشكور برستيج عناد
  2. أعرف اسوي تايمر بس ماحطيته في الكود عشان يصلحوه بعدين ادمج بلتايمر اي اللي ماضبط؟ كود عناد
  3. ما ضبط أعرف اسوي تايمر بس ماحطيته في الكود عشان يصلحوه بعدين ادمج بلتايمر
  4. لا بس اللاعب يتحرك بسرعه
  5. --كلنت addEventHandler("onClientGUIClick", root, function() if(source == B_H4) then triggerServerEvent("speed",localPlayer) guiSetVisible ( W_H2 , false ) showCursor ( false ) end end ) --سيرفر function speed() local PlayerMoney = getPlayerMoney(source) if ( PlayerMoney >= 10000) then takePlayerMoney(source,10000) speedx, speedy, speedz = getElementVelocity (source) setElementVelocity (source , x+50, y+50, z+50 ) end end addEvent("speed", true) addEventHandler("speed", getRootElement(), speed )
  6. addEventHandler("onClientGUIClick", root, function() if(source == B_H4) then triggerServerEvent("speed",localPlayer) guiSetVisible ( W_H2 , false ) showCursor ( false ) speedx, speedy, speedz = getElementVelocity (source) setElementVelocity (source , x+50, y+50, z+50 ) end end ) كذا؟
  7. function speed() local PlayerMoney = getPlayerMoney(source) if ( PlayerMoney >= 10000) then takePlayerMoney(source,10000) function speed (player) speedx, speedy, speedz = getElementVelocity (player) setElementVelocity (player , x+50, y+50, z+50 ) end end end addEvent("speed", true) addEventHandler("speed", getRootElement(), speed ) ؟؟؟؟؟؟؟؟
  8. بجرب وبرد عليك مشكور
  9. function speed (player) speedx, speedy, speedz = getElementVelocity (player) setElementVelocity (player , speedx, speedy, speedz ) end addEvent("speed", true) addEventHandler("speed", getRootElement(), speed )
  10. قصدي ان اللاعب يركض سريع
  11. ماتوقع يصير للكل Peds Vehicles Objects (Clientside only) Projectiles (Clientside only)
  12. شباب ابغي اخلي اللاعب سريع لمده معينه شلون؟
  13. ممكن الفكشنات الا استخدمها عشان اخلي الزومبي مايوصلون لقيم مود السي دي أم
  14. اسأل فقط ان ذي الطرية الصحيحه لعمل جدول؟
×
×
  • Create New...