Jump to content

iPrestege

Members
  • Posts

    10,056
  • Joined

  • Last visited

  • Days Won

    27

Everything posted by iPrestege

  1. لا لازم تكون النافذهـ اسمها كذا GUIEditor_Window[num] for i = 1,3 do ================== اللهه يعافيكك ذذ
  2. local load = false function guiCreateWindow( x2, y2, width2, height2, titleBarText2, relative2 ) local mainBackground = guiCreateStaticImage ( x2, y2, width2, height2,not load and "Back1.png", relative2 ) local mainBackgroundLabel = guiCreateLabel ( 0, 0, 250, 100, titleBarText2, false, mainBackground ) guiSetEnabled ( mainBackgroundLabel, false ) return mainBackground end GUIEditor_Window = {} GUIEditor_Button = {} GUIEditor_Label = {} GUIEditor_Edit = {} GUIEditor_Window[1] = guiCreateWindow(234,59,377,374,"",false) GUIEditor_Window[2] = guiCreateWindow(234,59,377,254,"",false) guiSetVisible(GUIEditor_Window[1],false) guiSetVisible(GUIEditor_Window[2],false) Background = guiCreateButton(300,10,90,30,"Background",false,GUIEditor_Window[1]) addEventHandler ( "onClientGUIClick", root, function ( ) if source == Background then for i = 1, 2 do guiStaticImageLoadImage(GUIEditor_Window[i],load and "Back1.png" or "Back2.png") end load = not load end end )
  3. No the new gamemode "play" is different .
  4. iPrestege

    Help

    cancelEvent or setTimer -- and fixVehicle -- (;
  5. تقريبا لان الزر للنافذهـ نفسها حق الـاولى =============================== جرب # local load = false function guiCreateWindow( x2, y2, width2, height2, titleBarText2, relative2 ) mainBackground = guiCreateStaticImage ( x2, y2, width2, height2,not load and "Back1.png", relative2 ) local mainBackgroundLabel = guiCreateLabel ( 0, 0, 250, 100, titleBarText2, false, mainBackground ) guiSetEnabled ( mainBackgroundLabel, false ) setElementID( mainBackground, "gui") return mainBackground end GUIEditor_Window = {} GUIEditor_Button = {} GUIEditor_Label = {} GUIEditor_Edit = {} GUIEditor_Window[1] = guiCreateWindow(234,59,377,374,"",false) GUIEditor_Window[2] = guiCreateWindow(234,59,377,254,"",false) guiSetVisible (GUIEditor_Window[1], false) guiSetVisible (GUIEditor_Window[2], false) Background = guiCreateButton(255,70,90,30,"Background",false,GUIEditor_Window[1]) addEventHandler ( "onClientGUIClick", root, function ( ) if source == Background then guiStaticImageLoadImage(getElementByID("gui"),load and "Back1.png" or "Back2.png") load = not load end end )
  6. لا المفروض يشتغل ذذ لانة الفنكشن يرجع للوظيفة كاملة حق انشاء النافذهـ [=
  7. iPrestege

    Help

    onVehicleExplode
  8. function guiCreateWindow( x2, y2, width2, height2, titleBarText2, relative2 ) mainBackground = guiCreateStaticImage ( x2, y2, width2, height2, "Back1.png", relative2 ) local mainBackgroundLabel = guiCreateLabel ( 0, 0, 250, 100, titleBarText2, false, mainBackground ) guiSetEnabled ( mainBackgroundLabel, false ) return mainBackground end GUIEditor_Window = {} GUIEditor_Button = {} GUIEditor_Label = {} GUIEditor_Edit = {} GUIEditor_Window[1] = guiCreateWindow(234,59,377,374,"",false) GUIEditor_Window[2] = guiCreateWindow(234,59,377,254,"",false) guiSetVisible (GUIEditor_Window[1], false) guiSetVisible (GUIEditor_Window[2], false) Background = guiCreateButton(255,70,90,30,"Background",false,GUIEditor_Window[1]) local load = false addEventHandler ( "onClientGUIClick", root, function ( ) if source == Background then guiStaticImageLoadImage(mainBackground,load and "Back1.png" or "Back2.png") load = not load end end ) جربةة
  9. وين هو الزر اللي يغير اصلا ؟ واسم الصور غلطط
  10. لول خلاص احسبك تقول ماشتغل :@
  11. اطرح النافذه كاملة ذذ
  12. show me the broph.lua for your play gamemode
  13. لول طيب تقدر تفهمني وش مشكلتك مع الاكواد الحين ؟
  14. لول متأكد من نافذتك؟
  15. فيها تأثير سحري .. يمزح مافيها شيء
  16. لول شوف رد عناد واعرف كيف اقصد الايفنت !
  17. كويس وش المشكلة؟ افكر حطيط كودك تعديل على حقي انه مو شغال Can you speak arabic?
  18. كويس وش المشكلة؟
  19. مسوي ترايقر ومافية ايفنت سحر مثلا؟
  20. بالتوفيق عزيزي خطوهـ موفقة (;
  21. setTimer(guiSetVisible,5000,1,GUIEditor_Window[2],false)
  22. iPrestege

    Panel Help

    Lol?Does it work? show it here
×
×
  • Create New...