-
Posts
451 -
Joined
-
Last visited
Everything posted by AhmadQTR
-
addCommandHandler("خروج", function () if isPedInVehicle() then setElementPosition( getLocalPlayer(), 2167.21558, 972.79700, 10.26484 ) end end )
-
جرب كودي الـ 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 )
-
جرب كودي
-
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 )
-
قصده انها معروفه حتى لو ترجمتها من قووقل راح يقولك معناها
-
player not defined.
-
"Requested site is not registered at uCoz Web Services Site NOT found"
-
root هو نفسه getRootElement () و هي تعني للكل مثال: outputChatBox ( "TEST", root, 255, 255, 255, true ) local,elseif,if: https://forum.multitheftauto.com/viewtopic.php?f=119&t=51228 source هو العنصر
-
This is not request forum , if you want ready and public resources you could check the Community
-
مشكوور على الشرح جزاك الله خير و بيض الله وجهك 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)
-
اعرف الكود لو تلاحظ موجود في الكود حقي بس في اي سطر استخدمه ماني عارف سطر 14 غير root الى source واذا ماظبط جرب تغيره الى vehicle
-
ليش انت تفهم منهم اصلن؟
-
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!
-
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 )
-
عندك الويكي العربي في ناس في المنتدى ساهمو لتعريب الويكي و الله يجزاهم خير https://wiki.multitheftauto.com/index.php?title=AR/Main_Page https://forum.multitheftauto.com/viewtopic.php?f=119&t=47037
-
No , this leads to that you didn't read it.
-
get = جلب / إحضار set = تعيين / وضع ادري بس شوف http://img689.imageshack.us/img689/3806/95571373.png
-
جرب ذا --لم يتم التجربه function fireSpeed () if getPlayerFromName "#[iMr][E'rrOr]_N" then getWeaponProperty ( 31, "pro", "firing_speed" ) end end addCommandHandler ( "upgradeweapon", fireSpeed )
-
Still Serial
-
2-Anticheat
-
ليه صرت ذكي مرة !! بالله فهمني وش دخل ذذ getWeaponProperty ( 31, "pro", "firing_speed" ) حط setWeaponProperty ( 31, "pro", "firing_speed" ) شوف
-
It happend to me one time. What version your using? (MTA)