Jump to content

iPrestege

Members
  • Posts

    10,056
  • Joined

  • Last visited

  • Days Won

    27

Everything posted by iPrestege

  1. الملف الصورة متاكد من صيغتها وماهي داخل ملف؟
  2. ياعزيزي كل الاكواد شغالة من بداية كودي بس ماعدلت true اخر اللوحة اطرح الميتا :@@
  3. https://community.multitheftauto.com/index.php?p=resources&s=details&id=141
  4. iPrestege

    طلب

    ذذ تعديل بسيط على كودي فيه خطأ يصير كذا : بالنسبة للدرع كودي وكود اسامة بيوكنون شغالين # local load = false addEventHandler("onClientGUIClick",زرك, function () load = not load setPedHeadless(localPlayer,load and load or load) end,false)
  5. iPrestege

    طلب

    local load = false addEventHandler("onClientGUIClick",الزر, function () load = not load setPedHeadless(localPlayer,load and load or not load) end,false)
  6. حمل اخر نسخة من مود اللوحات > GuiEditor
  7. مدري عن قياساتك اللي مسويها ذذ
  8. اللوحةة مآ ظهرت أبد ! = ( شغالة معي بس صغيرة بالزاوية اللي يمين مرة صغيرة
  9. function guiCreateWindow( x2, y2, width2, height2, titleBarText2, relative2 ) local mainBackground = guiCreateStaticImage ( x2, y2, width2, height2, "games.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_Image = {} GUIEditor_Window[1] = guiCreateWindow(0.265,0.2217,0.4575,0.615,"",false) GUIEditor_Button[1] = guiCreateButton(0.355,0.38,0.105,0.0767,"Sound 1",true,GUIEditor_Window[1]) GUIEditor_Button[2] = guiCreateButton(0.5375,0.3767,0.105,0.0767,"Sound 2",true,GUIEditor_Window[1]) GUIEditor_Button[3] = guiCreateButton(0.355,0.5833,0.105,0.0767,"Sound 3",true,GUIEditor_Window[1]) GUIEditor_Button[4] = guiCreateButton(0.5362,0.5783,0.105,0.0767,"Sound 4",true,GUIEditor_Window[1]) GUIEditor_Button[5] = guiCreateButton(0.3875,0.7433,0.105,0.0767,"Stop | إيقآف",true,GUIEditor_Window[1]) GUIEditor_Button[6] = guiCreateButton(0.5113,0.7433,0.105,0.0767,"Close Wnd",true,GUIEditor_Window[1]) GUIEditor_Label[1] = guiCreateLabel(0.3625,0.2783,0.3925,0.07,"=== | لوحــةة الأنآشــيد | ===",true,GUIEditor_Window[1]) guiLabelSetColor(GUIEditor_Label[1],0,134,139) guiSetFont(GUIEditor_Label[1], guiCreateFont( "RaYaN.ttf", 18 ) ) GUIEditor_Label[2] = guiCreateLabel(0.6062,0.23,0.1163,0.0283,"By : Mr.Ray[b]ak",true,GUIEditor_Window[1]) guiLabelSetColor(GUIEditor_Label[2],255,0,0) GUIEditor_Label[3] = guiCreateLabel(0.2725,0.7933,0.0925,0.0283,"Saleh Al Yami",true,GUIEditor_Window[1]) guiLabelSetColor(GUIEditor_Label[3],122,103,238) GUIEditor_Image[1] = guiCreateStaticImage(0.2663,0.2233,0.4563,0.6133,"games.png",true,GUIEditor_Window[1]) ------------------------------------------------------- function open() if (guiGetVisible(GUIEditor_Window[1]) == false) then guiSetVisible(GUIEditor_Window[1], true) showCursor(true) else guiSetVisible(GUIEditor_Window[1], false) showCursor(false) end end bindKey("F2","down",open)
  10. iPrestege

    طلب

    كلنت : addEventHandler("onClientGUIClick",الزر, function ( ) triggerServerEvent("Armor",localPlayer) end,false ) سيرفر : addEvent("Armor",true) addEventHandler("Armor",root, function ( ) if (getPedArmor(source) >= 1) then setPedArmor(source,0) outputChatBox("** Armor Removed",source,255,0,0,true) elseif (getPedArmor(source) < 1) then setPedArmor(source,100) outputChatBox("** Armor Added",source,255,255,0,true) end end ) جرب #
  11. iPrestege

    طلب

    يجيب الدرع ذذ
  12. iPrestege

    طلب

    getPedArmor setPedArmor "onClientGUIClick" triggerServerEvent
  13. ماشاء الله كيف عرفت؟ يمكن مايقبل! ذذ اذا من الكومنتي اطرح لي الرابط #
  14. لول يمكن التوب ماهو معرف ع الهنتر اقصد الاي دي ذذ #
  15. اوكيشن المرة الجاية سوي اللي تبية واذا فية خطأ نعدلة لك ونقولك وش هو و تتعلم منة (; . اوك و نسيت اقلك اوقت ما اعرف الفنكش لا طيبين ان شاء الله #
  16. اوكيشن المرة الجاية سوي اللي تبية واذا فية خطأ نعدلة لك ونقولك وش هو و تتعلم منة (; .
  17. تحب اصور لك الهستوري ؟؟؟ لا بس وش هو اللي مافهمتة كل شيء واضح في الويكي علمني عشان ماتقعد تتوهق فية كل مرة
  18. الصوت من اسهل شيء والايفنت تتعود عليه بس مجرد سؤال وجاوبني بـ كل صراحة فتحت الويكي؟ ولو لـ مرهـ؟ حق التشغيل مال الصوت؟
×
×
  • Create New...