Jump to content

ABO-SR777777A

Members
  • Posts

    602
  • Joined

  • Last visited

Everything posted by ABO-SR777777A

  1. طيب اخر كود تصليح السياره للالعب واحد فقط وكود الريموف ؟
  2. لالا خلاص تتغير لكن ابيك تشفلي كود اغلاق النافذه وسلامتك
  3. طيب الاللوان ماتتغير حقت الميوت والباند الخ ؟ ليش
  4. طيب ابيك تعطيني كود اغلاق النافذه لاهنت طيب الكلام يطلع للللي في السيرقفر وللا بس لي
  5. سويت الاكواد ان شاء الله صح كلينت -- addEventHandler("onClientGUIClick",getRootElement(), function ( ) local Player = guiGridListGetItemText ( GUIEditor_Grid[1], guiGridListGetSelectedItem ( GUIEditor_Grid[1] ), 1 ) local element = getPlayerFromName ( Player ) if ( source == GUIEditor_Button[5] ) then if ( guiGridListGetSelectedItem(GUIEditor_Grid[1]) == -1 ) then return outputChatBox("الرجاء اختيار لاعب ..") end triggerServerEvent("KickSelectedPlayer",localPlayer,Player) elseif ( source == GUIEditor_Button[6] ) then if ( guiGridListGetSelectedItem(GUIEditor_Grid[1]) == -1 ) then return outputChatBox("الرجاء اختيار لاعب ..") end triggerServerEvent("BanSelectedPlayer",localPlayer,Player) elseif ( source == GUIEditor_Button[7] ) then if ( guiGridListGetSelectedItem(GUIEditor_Grid[1]) == -1 ) then return outputChatBox("الرجاء اختيار لاعب ..") end triggerServerEvent("setPedArmor",localPlayer,Player) elseif ( source == GUIEditor_Button[8] ) then if ( guiGridListGetSelectedItem(GUIEditor_Grid[1]) == -1 ) then return outputChatBox("الرجاء اختيار لاعب ..") end triggerServerEvent("MuteSelectedPlayer",localPlayer,Player) elseif ( source == GUIEditor_Grid[1] ) then if ( guiGridListGetSelectedItem(GUIEditor_Grid[1]) == -1 ) then guiSetText ( GUIEditor_Label[1] ,"IP : N/A" ) guiSetText( GUIEditor_Button[7] ,"Mute" ) return end triggerServerEvent("GetIP",localPlayer,Player) if element then if ( getElementData ( element , "MuteText" )) then guiSetText( GUIEditor_Button[7] ,"UnMute" ) else guiSetText( GUIEditor_Button[7] ,"Mute" ) end end end end ) ---- سيرفر addEvent("givePlayerArmor",true) if getPedArmor(player) == 100 then outputChatBox("Your armor already is complete!", player, 220, 0, 0 ). end if amount and tonumber(amount) >= 100 or tonumber(amount) <= 100 then . setPedArmor( player, tonumber(amount) ) -- Set amount armor that player chosen on the command. else end outputChatBox( "sintax: /addarmor [armor-amount]", player, 220, 0, 0 ) . end end addCommandHandler( "addarmor", givePlayerArmor يب بيس مود اي نوع
  6. لا مثلا احدد على اسم الاعب واسويله ادد يقوم يدخل الماب ويلعب او ريموف له مثلا يلعب اسوي له ريموف يموت
  7. طيب ابي لما تدق على ميوت يجيله ويتغير الكلام مثلا ميوت تدق يجيله ميوت بعدين يجيله فك الميوت وادقه وينفك بس ابيك تشفلي طلباتي الى تحت
  8. وش اقول وش اخلي يا قلبي والله اشكرك على مساعددتك لي يا بطل
  9. طيب ابي كود اغلاق النافذه وتعئبه الدم لجميع الاعبين ولاعب واحد ودرع وادد وريموف وشكرآ لكم
  10. اها اوك مشكور يعطيك العافيه
  11. لالا انا مثلا ابحث على MuteSelectedPlayer مايجيني ابحث على add مايجي مايجي شي
  12. طيب كيف ابحث على اكود من الويكي
  13. طيب ابي لما اضغط ميوت على اسمه يجيله ميوت ادق مره ثانيه ينفك الميوت والكمله تتغير
  14. لالا معليش زبط باند طيب ابي مود الميوت
  15. طيب ابي الباند ساعه بس مو مأبد
  16. كود الباند addEventHandler("onClientGUIClick",getRootElement(), function ( ) if ( source == GUIEditor_Button[5] ) then local Player = guiGridListGetItemText ( GUIEditor_Grid[1], guiGridListGetSelectedItem ) ( GUIEditor_Grid[1] ), 1 ) outputChatBox("الرجاء اختيار لاعب ..") end triggerServerEvent("KickSelectedPlayer",localPlayer,Player) end end ) - سيرفر addEvent("onPlayerLogin",true) addEventHandler ( 'onPlayerLogin', getRootElement ( ), function ( Player ) SelectedElement = getPlayerFromName ( Player ) if ( SelectedElement ) then if Serial ~= getPlayerSerial ( source ) then banPlayer ( source, false, false, true, getRootElement ( ), 'reason ban' ) end end end )
  17. يب اشتغل الحين ابي الباند ! بحاول اسويه
  18. يقلي WARNING: 10\server.lua:6: Access denied @ 'kickPlayer'
×
×
  • Create New...