Jump to content

Me[Z]oO

Members
  • Posts

    1,830
  • Joined

  • Last visited

Everything posted by Me[Z]oO

  1. ابداع والله يشرفني اكون اول تعليق ﻻ توقف وﻻ هان تعبك ،، استمر
  2. ---#Server addEvent('givewep',true) addEventHandler('givewep',root, function () local plr = getPlayerMoney(source) if plr >=1500 then giveWeapon ( source, 46, 100) takePlayerMoney(source, 1500) else outputChatBox("< 1500",source,0,255,0) end ) @Ahmed Ly سحب الفلوس ناقص ارقمنت
  3. كيف حطيت الالمنت بلشنطة ؟؟
  4. نورت ام ابو الموضوع منور سعد وانشاء الله بحط كل اقتراحاتك
  5. بلاصدار الجديد انشاء الله ومنور
  6. ليه كل ذا؟ استخدم v getAccountsBySerial
  7. منور يا ابن ليبيا =)
  8. addEventHandler ("onPlayerChat", root, function ( ) cancelEvent ( ) outputChatBox ( "الشات مقفل الحين", source, 0,255,0 ) end ) شكرا . بس سوالين . cancelEvent --- ما هدا وشو وضيفته ممكن تشرحه . 2- لين اشغل مود تاقات بصيرو يتكلمو بشات عادي . 3- انا ابي بس كونسول يتكلم . وشكرا addEventHandler ("onPlayerChat", root, function ( ) local accName = getAccountName ( getPlayerAccount ( source) ) if isObjectInACLGroup ("user."..accName, aclGetGroup ( "Console" ) ) then else cancelEvent ( ) outputChatBox ( "الشات مقفل الحين", source, 0,255,0 ) end end )
  9. --Server addEventHandler("onPlayerJoin", root,function () fadeCamera ( source, true) end) --Client addEventHandler("onClientGUIClick",root, function() if source == اسم الزر then fadeCamera ( localPlayer, false) end end)
  10. وتقول لي اعتزل البرمجة منور سوكينج guiSetText(GUIEditor.label[1], "name ( "..getPlayerName(localPlayer).." )" ,0,255,0) guiSetText(GUIEditor.label[2], "money ( "..getPlayerMoney(localPlayer).." )" ,0,255,0) guiSetText(GUIEditor.label[3], "serial ( "..getPlayerSerial(localPlayer).." )" ,0,255,0) X int getPlayerMoney ( ) + getPlayerSerial Server-only function
  11. ] addEventHandler("onClientMarkerHit", Taxi1, function (hitPlayer) if (hitPlayer == localPlayer) and getPlayerTeam (hitPlayer) == getTeamFromName ("Criminals") then guiSetVisible(SheepWindow, true) showCursor( true ) else exports["guimessages"]:outputClient("Only for Criminals Team", 255, 0, 0) end end)
  12. بلاير ماهي معرفة addCommandHandler ( "Teams", function () if ( getPlayerTeam(localPlayer) == getTeamFromName('YourTeamName') ) then guiSetVisible ( wnd, not guiGetVisible(wnd) ) showCursor ( guiGetVisible(wnd) ) end end )
  13. ﻻزم تسوي تريقر كلنت للسورس هيك بيطفي الكاميرا لكل اللاعبين
  14. ] addEventHandler("onClientMarkerHit", Taxi1, function (hitPlayer) if (hitPlayer == localPlayer) and if getPlayerTeam (hitPlayer ) and getPlayerTeam (hitPlayer) == getTeamFromName ("Criminals") then guiSetVisible(SheepWindow, true) showCursor( true ) else exports["guimessages"]:outputClient("Only for Criminals Team", 255, 0, 0) end end)
  15. ماشاء الله كان اسمك لعبة وكنت مصري الحين غيرت اسمك وصرت سعودي ههههههه اوسكار م ترا كوده فوق؟
  16. من جدك؟ وش يسوي اوسكار فوق .؟ طالما انت مبرمج كفو ﻻ تطرح مواضيعك
  17. addEventHandler ("onPlayerChat", root, function ( ) cancelEvent ( ) outputChatBox ( "الشات مقفل الحين", source, 0,255,0 ) end )
  18. GUIEditor = { button = {}, window = {} } GUIEditor.window[1] = guiCreateWindow(443, 85, 550, 456, "", false) guiWindowSetSizable(GUIEditor.window[1], false) guiSetAlpha(GUIEditor.window[1], 1.00) guiSetVisible (GUIEditor.window[1], false ) GUIEditor.button[1] = guiCreateButton(9, 65, 230, 37, "Goood", false, GUIEditor.window[1]) GUIEditor.button[2] = guiCreateButton(9, 402, 230, 37, "", false, GUIEditor.window[1]) GUIEditor.button[3] = guiCreateButton(187, 214, 298, 41, "", false, GUIEditor.window[1]) addEventHandler("onClientGUIClick",root, function ( ) if ( source == GUIEditor.button[1] ) then setWeather ( 9 ) end end ) function OpenWin() guiSetVisible(GUIEditor.window[1],not guiGetVisible(GUIEditor.window[1]) showCursor(guiGetVisible( GUIEditor.window[1]) guiSetInputEnabled(true) end bindKey("F2", "down", OpenWin)
  19. الكود الي عطيتك ياه ملف كلنت
×
×
  • Create New...