Jump to content

AboShanab

Members
  • Posts

    1,348
  • Joined

  • Last visited

Everything posted by AboShanab

  1. تسلم حبيبي ، حياك الله
  2. Delete My Resources https://community.multitheftauto.com/in ... ls&id=6821 https://community.multitheftauto.com/in ... ls&id=5992 https://community.multitheftauto.com/in ... ls&id=5908 https://community.multitheftauto.com/in ... ls&id=7849 DONE
  3. الله يعافيك ي بعد قلبي
  4. ووجهك و الجميع ان شاء الله حياك الله ..
  5. منور ي لبى قلبك .. حياك الله
  6. شف انا غير عن الناس على حسب مزاجي مرة اعطيه الكود كامل ومرة اعطيه الكودات اللي يستخدمها , وما علي من احد
  7. ابو وليد انت جربت الكود ؟ يوم تضغط اف 3 تفتح النافذة واذا ضغطت مرة ثانية تسكر النافذة عدل كلامي ولا لا
  8. خلني افهمك الكود .. bindKey("F3","down",function ( ) if ( guiGetVisible(window) ) then -- اذا كانت النافذة مفتوحه guiSetVisible(window,false) -- يسكر النافذة showCursor(false) -- يخفي الماوس if ( isElement(sound) ) then destroyElement (sound) end -- يطفي الصوت else -- اذا كانت النافذة مو مفتوحه guiSetVisible(window,true) -- يفتح النافذة showCursor(true) -- يظهر الموس sound = playSound("sound.mp3") -- يشغل الصوت end end)
  9. وياك ي رب .. حياك الله منور ..
  10. if ( guiGetVisible(window) ) then -- اذا كانت اللوحة مفتوحة if not ( guiGetVisible(window) ) then -- اذا كانت اللوحة مسكرة
  11. ي اخي والله انا اقول احسن استضافة www.gta-servers.net لا استضافة fpsserver الفاشلين ولا غيرها
  12. الله يعافيك , حياك الله
  13. bindKey("F3","down",function ( ) if ( guiGetVisible(window) ) then guiSetVisible(window,false) showCursor(false) if ( isElement(sound) ) then destroyElement (sound) end else guiSetVisible(window,true) showCursor(true) sound = playSound("sound.mp3") end end) الاستبدال : السطر الثاني غير window الى اسم النافذة و الثالث و السابع نفس الحالة وسطر 10 غير sound.mp3 الى اسم الصوت وصيغته ..
  14. السلام عليكم ورحمة الله وبركاته كيف حالكم ؟؟ عساكم بالف خير وصحة وسلامة اليوم صممت توب 30 مال بالعربي فلوس خخ صورة للمود : https://community.multitheftauto.com/ind ... &pic=12097 بعض المعلومات : السكربت يستخدم خاصية SQL التحميل : https://community.multitheftauto.com/ind ... includes=1 تحياتي ..
  15. هنا عدل وضيف عليه عند تسجيل الدخول addEventHandler("onPlayerQuit", root, function() setPlayerTeam(source, nil) local playeraccount = getPlayerAccount(source) if playeraccount and not isGuestAccount(playeraccount) then setAccountData(playeraccount, "s.weap0", getPedWeapon(source, 0)) setAccountData(playeraccount, "s.weap1", getPedWeapon(source, 1)) setAccountData(playeraccount, "s.weap2", getPedWeapon(source, 2)) setAccountData(playeraccount, "s.ammo2", getPedTotalAmmo(source, 2)) setAccountData(playeraccount, "s.weap3", getPedWeapon(source, 3)) setAccountData(playeraccount, "s.ammo3", getPedTotalAmmo(source, 3)) setAccountData(playeraccount, "s.weap4", getPedWeapon(source, 4)) setAccountData(playeraccount, "s.ammo4", getPedTotalAmmo(source, 4)) setAccountData(playeraccount, "s.weap5", getPedWeapon(source, 5)) setAccountData(playeraccount, "s.ammo5", getPedTotalAmmo(source, 5)) setAccountData(playeraccount, "s.weap6", getPedWeapon(source, 6)) setAccountData(playeraccount, "s.ammo6", getPedTotalAmmo(source, 6)) setAccountData(playeraccount, "s.weap7", getPedWeapon(source, 7)) setAccountData(playeraccount, "s.ammo7", getPedTotalAmmo(source, 7)) setAccountData(playeraccount, "s.weap8", getPedWeapon(source, 7+1)) setAccountData(playeraccount, "s.ammo8", getPedTotalAmmo(source, 7+1)) setAccountData(playeraccount, "s.weap9", getPedWeapon(source, 9)) setAccountData(playeraccount, "s.ammo9", getPedTotalAmmo(source, 9)) setAccountData(playeraccount, "s.weap10", getPedWeapon(source, 10)) setAccountData(playeraccount, "s.weap11", getPedWeapon(source, 11)) setAccountData(playeraccount, "s.weap12", getPedWeapon(source, 12)) setAccountData(playeraccount, "WantedLevel", getPlayerWantedLevel(source)) end end)
  16. جرب خخ ----------------------------- -- Made By AboShanab --- -- Skype : alooy.almajhol --- -- Don't remove this --- ----------------------------- function clear(player) local accName = getAccountName ( getPlayerAccount ( player ) ) if isObjectInACLGroup ("user."..accName, aclGetGroup ( "Admin" ) ) then for i=1,30 do outputChatBox(" ") end outputChatBox("*** #ff0000INFO:#ffff00#736F6E ADMIN [ #FF0000"..getPlayerName(player).."#736F6E ] #ffff00#736F6E#736F6ECLEARED THE CHAT #ff0000***",root,255,12,15, true) else outputChatBox ("** You are Not Admin", player, 193, 13, 13) end end addCommandHandler("77", clear) اكتب باف 8 77 لمسح الشات
  17. افضل مبرمج .. افضل سكربت .. من احلى انسان واصل بدون فواصل .. تحياتي لك ..
×
×
  • Create New...