Jump to content

Ahmed.MoataZ

Members
  • Posts

    111
  • Joined

  • Last visited

Everything posted by Ahmed.MoataZ

  1. -10/10 دى صوره من سيرفر جراند العرب #~
  2. استخدم addCommandHandler setElementPosition getElementPosition setElementFrozen else addCommandHandler الكلمه إلى تكتبها setElementPosition يحط مكان getElementPosition يجيب المكان Frozen يعمل فريز
  3. عشان تفتح وتقفل حط else و if EventHandler
  4. اكتب فى اف 8 debugscript 3 او ف الشات /debugscript 3 واكتب الى طلعلك بالديبج لانى باند من MTA
  5. انا الحمدلله فى سيرفرى ولا مود مود بس هفتحه فى الاجازه
  6. خد الاغنيه mp3 وحط الكود playSound("sound.mp3")
  7. addEvent("handGun",true) addEventHandler("handGun",root, function() local team = getPlayerTeam(source) if team then if getTeamName(team) == "Police" then giveWeapon ( source, 3, 1 ) else takeWeapon(source, 3) end end end ) جرب ده ده شغال
  8. Alix2015 انا اقدر اعمل اى مود وما تقولى مود بسيط شبه محل اسلحه لو وريتك محل اسلحه بتاعى ممكن تتعقد
  9. رابط المود ^ https://community.multitheftauto.com/in ... s&id=12138 تم تعديل الرابط اللغة العربيه : المود عباره عن لوحه فى اى بى ( الاشخاص المميزين ) خصائص المود : 1-القدره على تعبئه الدم 2-القدره على تعبئه الدرع 3-القدره على اخذ سياره خاصه 4-القدره على الطيران بالمركبه 5-القدره على مشى المركبه على الماء 6-القدره على الحصول على نفاثه 7-القدره على اخفاء نفسك 8-القدره على اخفاء المركبه 9-القدره على اخذ اسلحه 10-القدره على اخذ شخصيه خاصه 11-القدره على القفز قفزه كبيره 12-تاج للعضويه المعلومات : فتح الوحه F10 يمكنك تغير الزر من ملف meta.xml تغير F10 لاى زر عاوزه ACL = VIP اتمنى ان يعجبكم المود ------------------------------------------- English : Resource a board, VIP (discerning people) Resource properties: 1. The ability to mobilize blood 2-ability to mobilize Shield 3-ability to take private car 4-the ability to fly the vehicle 5. Ability to vehicle walked on the water 6-the ability to get a jetpack 7-the ability to hide yourself 8-the ability to hide the vehicle 9-ability to take weapons 10-ability to take personal Specials 11-ability to jump great leap Information: Open Wnd F10. You can change the button from meta.xml file. F10 change any button You Need . ACL = VIP. Vip Image Up Your Skin I hope that you like Vip Resource.
  10. لو عندك اى مود لانشرات غيره من GLA لو اليمينت داتا الانشر
  11. addEvent("handGun",true) addEventHandler("handGun",root, function(_, _, _, _, team) local team = team and getTeamName(team) or "N/A" if team == "Police" then giveWeapon ( source, 3, 1 ) else takeWeapon(source, 3) end end ) جرب
  12. فى ملف سيرفر جربه وقولى لانى عملته على السريع ده يشتغل على جيم مود جراند العرب function give ( player ) for i, player in ipairs(getElementsByType("player")) do if ( isElement(player) ) then setElementData(player, "GLA", getElementData(player, "GLA")+ 2) end addCommandHandler("giveLauncher", give)
  13. -- bind the player's F1 down key دى امثله تدل على نسخ اكواد الويكى انت خربت اكواد الويكى , اكواد الويكى ما فيها اخطاء
  14. اعمل شوب اسلحه احسن شوب فى MTA واذا عملت سلاح واحد مثلا الديجل له اكتر من شكل تكون احسن مبرمج ومش نسخ ولصق شبه المبرمجين الى مش فاهمين حتى فى الميتا يقولك مبرمج وهو حرامى اكواد #مع_احترامى.
  15. لانك باين حاطط الاكود كلها فى الكلنت و الفنكشن غلط مكتوب unction حطها function جرب كده : function registerPlayer ( source, commandName, password ) -- Check if the password field is blank or not (only blank if they didnt enter one) if ( password ~= "" and password ~= nil ) then --Attempt to add the account, and save its value in a var local accountAdded = addAccount( getPlayerName(source), password ) if ( accountAdded ) then -- Tell the user all is done outputChatBox ( "Thank you " .. getPlayerName(source) .. ", you're now registed, you can login with /login", source ) else -- There was an error making the account, tell the user outputChatBox ( "Error creating account, contact the server admin", source ) end ----- function funcInput ( player, key, keyState ) local state = "let go of" if ( keyState == "down" ) then state = "pressed" end outputChatBox ( getPlayerName ( player) .. " " .. state .. " the " .. key .. " key!" ) end function bindTheKeys ( player, commandName ) bindKey ( player, "F1", "down", funcInput ) -- bind the player's F1 down key bindKey ( player, "F1", "up", funcInput ) -- bind the player's F1 up key bindKey ( player, "fire", "both", funcInput ) -- bind the player's fire down and up control end addCommandHandler ( "bindme", bindTheKeys )
×
×
  • Create New...