Jump to content

yazan

Members
  • Posts

    1,452
  • Joined

  • Last visited

Everything posted by yazan

  1. اعمله مثل ترقيه قيم مود لكن على مودك لو تشغله يطفي ماب القبله يعني لو تشغل مود بلي مثلن يطفي ريس
  2. function open() guiSetVisible(GUIEditor_Window[1],not guiGetVisible(GUIEditor_Window[1])) showCursor(guiGetVisible(GUIEditor_Window[1])) guiSetInputEnabled(guiGetVisible(GUIEditor_Window[1])) end bindKey("H","down",open) ذا امر الاغلاق
  3. يعني ما لها داعي حط امر اغلق و فتح h على فكرا انت مو حاط امر جنب حرف
  4. مشكور الكود شغال 100/100
  5. مشكورين بس شلون اخليه له وقت يعطيك يعني لو لاعب اخد ما يقدر يخد غير بعد دقيقه و الكود بيكون للاعب نفسه بس يعني مو للكل
  6. سلام عليكم الحمد الله سرت اعتمد على نفسي بشكل بسيط عملت الكود هذى و فيه غلط الكود عباره عن مارك لو تدخله تجيك لوحه فيها زر و تخذ فلوس yazan = createMarker( 1365, -1275.5, 13.5" cylinder", 2, 255, 255, 255, 150 ) GUIEditor_Window = {} GUIEditor_Button = {} GUIEditor_Window[1] = guiCreateWindow(522,202,182,94,"by yaZan",false) guiSetVisible(GUIEditor_Window[1],false) GUIEditor_Button[1] = guiCreateButton(18,30,149,53,"Money",false,GUIEditor_Window[1]) function open() guiSetVisible(GUIEditor_Window[1],not guiGetVisible(GUIEditor_Window[1])) showCursor(guiGetVisible(GUIEditor_Window[1])) guiSetInputEnabled(guiGetVisible(GUIEditor_Window[1])) end addEventHandler("onClientMarkerHit", yazan, GUIEditor_Window[1]) addEventHandler( "onClientGUIClick", root, function money = getPlayerMoney(thePlayer) if (money > 100) then outputChatBox('You took money',255, 255, 0, true )
  7. function guiClick (button, state, absoluteX, absoluteY) local scheck = guiGridListGetItemText ( Grid_Wheel, guiGridListGetSelectedItem ( Grid_Wheel ), 1 ) if (source == Butto_Wheel_on) then if ( guiCheckBoxGetSelected(Checkbox_txd_for_wheel_on) ) then triggerServerEvent ( "addWheel", getLocalPlayer(), scheck) else outputChatBox ( "رسائله التضهر بل شات هنا " , 0, 217,176, false ) هذى مثال
  8. +1 قلت له من قبل كثير و تايل قله
  9. سلام عليكم ودي طلب منكم هذي الستضافه https://panel.cinfu.com/cart.php اقدر اعمل عليه سيرفر عادي و اقدر اعمل عليها خادم كامل ؟ و اذا تقدرون شرح
  10. قصده يطلع كلام من اليمين لليسار
  11. I do not speak English
  12. He wants when you finish loading the situation in the team
  13. مشكور والله انك كفو لكنه اول ما ادخل سيرفر يضهر وين احط فلس مشان ما يضهر
  14. لا هو كتب بعده كلام عربي افكر بغير
  15. تابل كودك سطر 22 وش وضعه ؟
  16. و شلون اشحن بايبل ؟؟ و المشكله كاش يو بعيد عني
  17. طيب بسير احد يصلحه ؟
  18. سلام عليكم ودي اعرف وش الغلاط في هذى الكود مع علم لوحه فيها لمن تكبس يطلع صوت GUIEditor_Window = {} GUIEditor_Button = {} GUIEditor_Label = {} GUIEditor_Image = {} GUIEditor_Window[1] = guiCreateWindow(235,62,356,296,"sond by yaZan",false) GUIEditor_Button[1] = guiCreateButton(38,93,92,42,"B",false,GUIEditor_Window[1]) GUIEditor_Button[2] = guiCreateButton(232,95,92,42,"A",false,GUIEditor_Window[1]) GUIEditor_Button[3] = guiCreateButton(35,174,92,42,"D",false,GUIEditor_Window[1]) GUIEditor_Button[4] = guiCreateButton(236,180,92,42,"C",false,GUIEditor_Window[1]) GUIEditor_Button[5] = guiCreateButton(134,141,100,38,"PLAY\STOP",false,GUIEditor_Window[1]) GUIEditor_Label[1] = guiCreateLabel(9,258,121,32,"by yaZan",false,GUIEditor_Window[1]) GUIEditor_Image[1] = guiCreateStaticImage(9,19,338,73,"yazan/jo.png",false,GUIEditor_Window[1]) function open() guiSetVisible(GUIEditor_Window[1],not guiGetVisible(GUIEditor_Window[1])) showCursor(guiGetVisible(GUIEditor_Window[1])) guiSetInputEnabled(guiGetVisible(GUIEditor_Window[1])) end bindKey("F5","down",open) isOn = true addEventHandler( "onClientGUIClick", function () if ( source == GUIEditor_Button[1] ) then function local sound = playSound("sounds/A.mp3") if ( source == GUIEditor_Button[2] ) then function local sound = playSound("sounds/B.mp3") if ( source == GUIEditor_Button[3] ) then function local sound = playSound("sounds/C.mp3") if ( source == GUIEditor_Button[4] ) then function local sound = playSound("sounds/D.mp3") if ( source == GUIEditor_Button[5 ) then function local sound = playSound or stopSound end end)
  19. مشكور اسامة و عناد قصم انكم كفو و مشكورين على دردو الكل
×
×
  • Create New...