Jump to content

AhmadQTR

Members
  • Posts

    451
  • Joined

  • Last visited

Everything posted by AhmadQTR

  1. addCommandHandler("خروج", function () if isPedInVehicle() then setElementPosition( getLocalPlayer(), 2167.21558, 972.79700, 10.26484 ) end end )
  2. جرب كودي الـ 2 ماظبطوا local ip = getLocalPlayer() addCommandHandler("خروج", function(ip) if isPedInVehicle(ip) then setElementPosition( ip, 2167.21558, 972.79700, 10.26484, true ) else setElementPosition( ip, 2167.21558, 972.79700, 10.26484, true ) end end )
  3. addCommandHandler("خروج", function( player) local ip = getLocalPlayer() if isPedInVehicle(player) then setElementPosition( ip, 2167.21558, 972.79700, 10.26484 ) else setElementPosition( ip, 2167.21558, 972.79700, 10.26484 ) end end ) local ip = getLocalPlayer() addCommandHandler("خروج", function(ip) if isPedInVehicle(ip) then setElementPosition( ip, 2167.21558, 972.79700, 10.26484 ) else setElementPosition( ip, 2167.21558, 972.79700, 10.26484 ) end end )
  4. قصده انها معروفه حتى لو ترجمتها من قووقل راح يقولك معناها
  5. "Requested site is not registered at uCoz Web Services Site NOT found"
  6. root هو نفسه getRootElement () و هي تعني للكل مثال: outputChatBox ( "TEST", root, 255, 255, 255, true ) local,elseif,if: https://forum.multitheftauto.com/viewtopic.php?f=119&t=51228 source هو العنصر
  7. AhmadQTR

    Sit Smoke Drink

    This is not request forum , if you want ready and public resources you could check the Community
  8. مشكوور على الشرح جزاك الله خير و بيض الله وجهك tablesانشالله المره الجايه عن ال بس عندك اخطاء نسيت الthen addEventHandler("onPlayerLogin",root, function() --[[ ال source في هالحدث هو اللاعب الذي دخل حسابه ]] if( getPlayerMoney( source ) == 5) -- اذا فلوس اللاعب 5 --[[ الحين هذا لوكال على ال if اللي فوق v ]] then local nass = "فلوسك 5 دولار" outputChatBox(nass,source) -- هنا حطيت سورس عشان النص يشوفه اللاعب اللي دخل فقط هذا اذا كان عنده 5 دولار elseif( getPlayerMoney( source ) == 10 ) -- آخر اذا , فلوس اللاعب اللي دخل 10 --[[ الحين هذا لوكال على ال elseif اللي فوق v ]] then local nass = "فلوسك 10 دولار" outputChatBox(nass,source) end end)
  9. اعرف الكود لو تلاحظ موجود في الكود حقي بس في اي سطر استخدمه ماني عارف سطر 14 غير root الى source واذا ماظبط جرب تغيره الى vehicle
  10. Nice but if you made the buttons for 'Quick Connect' , 'Server Browser',etc more bolder it would be very nice. Keep up the good work!
  11. function enabled ( player ) local account = getAccountName ( getPlayerAccount ( player ) ) if ( isObjectInACLGroup ( "user.".. account,aclGetGroup ( "Admin" ) ) )then local state = ( not getElementData ( player, "godMode" ) ) outputChatBox ( "God mode is now ".. ( state and "enabled" or "disabled" ) .."", player, 255, 0, 0 ) setElementData ( player, "godMode", state ) end end addCommandHandler ( "godmode", enabled )
  12. عندك الويكي العربي في ناس في المنتدى ساهمو لتعريب الويكي و الله يجزاهم خير https://wiki.multitheftauto.com/index.php?title=AR/Main_Page https://forum.multitheftauto.com/viewtopic.php?f=119&t=47037
  13. No , this leads to that you didn't read it.
  14. AhmadQTR

    Neon

    And please search in the Community Before asking here.
  15. get = جلب / إحضار set = تعيين / وضع ادري بس شوف http://img689.imageshack.us/img689/3806/95571373.png
  16. جرب ذا --لم يتم التجربه function fireSpeed () if getPlayerFromName "#[iMr][E'rrOr]_N" then getWeaponProperty ( 31, "pro", "firing_speed" ) end end addCommandHandler ( "upgradeweapon", fireSpeed )
  17. ليه صرت ذكي مرة !! بالله فهمني وش دخل ذذ getWeaponProperty ( 31, "pro", "firing_speed" ) حط setWeaponProperty ( 31, "pro", "firing_speed" ) شوف
  18. It happend to me one time. What version your using? (MTA)
×
×
  • Create New...