Jump to content

saef

Members
  • Posts

    97
  • Joined

  • Last visited

Details

  • Gang
    M.5

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

saef's Achievements

Punk-@ss B*tch

Punk-@ss B*tch (12/54)

0

Reputation

  1. saef

    مشكله

    والله مو من مود يزن وش تبي غير كذا
  2. saef

    مشكله

    زارفها من مود يزن خخخ مود يزن مشفر ي الاخوو
  3. saef

    مشكله

    اصل مودات الشخصيات كله مشفره ولا اعرف افك تشفير
  4. saef

    مشكله

    \\السيرفر اذا تقدر تسويه لي ي الغالي
  5. saef

    مشكله

    انا ابي ملف سيرفر ض1
  6. saef

    مشكله

    GUIEditor = { button = {}, window = {}, staticimage = {}, label = {} } GUIEditor.window[1] = guiCreateWindow (211, 187, 379, 227, "لوحة حفظ الشخصيه", false) guiWindowSetSizable(GUIEditor.window[1], false) guiSetAlpha(GUIEditor.window[1], 1.00) guiSetVisible(GUIEditor.window[1],false) GUIEditor.button[1] = guiCreateButton(9, 82, 360, 47, "حفظ ملابس شخصية cj", false, GUIEditor.window[1]) guiSetProperty(GUIEditor.button[1], "NormalTextColour", "FFAAAAAA") GUIEditor.button[2] = guiCreateButton(9, 142, 360, 47, "استرجاع ملابس cj", false, GUIEditor.window[1]) guiSetProperty(GUIEditor.button[2], "NormalTextColour", "FFAAAAAA") guiSetAlpha(GUIEditor.staticimage[1], 0.50) guiSetAlpha(GUIEditor.button[1], 1.00) guiSetAlpha(GUIEditor.button[2], 1.00) guiSetVisible(GUIEditor.window[1], false) GUIEditor.label[2] = guiCreateLabel(9, 192, 337, 25, "لحفظ ملابس cj يجب اولا اختيار شخصية cj واختيار جميع ملابس", false, GUIEditor.window[1]) guiLabelSetColor(GUIEditor.label[2], 245, 9, 159) guiLabelSetHorizontalAlign(GUIEditor.label[2], "center", false) guiLabelSetVerticalAlign(GUIEditor.label[2], "center") GUIEditor.label[3] = guiCreateLabel(4, 23, 370, 52, مرحبا بكم في لوحة حفظ الشخصيه) guiSetFont(GUIEditor.label[3], "sa-header") guiLabelSetColor(GUIEditor.label[3], 15, 235, 238) guiLabelSetHorizontalAlign(GUIEditor.label[3], "center", false) guiLabelSetVerticalAlign(GUIEditor.label[3], "center") GUIEditor.button[5] = guiCreateButton(346, 191, 24, 26, "✖", false, GUIEditor.window[1]) guiSetProperty(GUIEditor.button[5], "NormalTextColour", "76F60000") addCommandHandler('cj', function () guiSetVisible(GUIEditor.window[1],not guiGetVisible(GUIEditor.window[1])) showCursor(guiGetVisible(GUIEditor.window[1])) guiMoveRightToCenter(GUIEditor.window[1]) end) addEventHandler("onClientGUIClick",root, function() if source == GUIEditor.button[5] then -- هنا يتحققق بأن الشيء اللي نبيه يشتغل عليه الحدث هو الزر حق الاغلاق guiSetVisible(GUIEditor.window[1],false) showCursor(false) -- هنا يغلق اللوحة ويشيل المؤشر بعد مايتحقق من الشرط end -- نهاية end -- .. ) -- اقفال الحدث addEventHandler ( "onClientGUIClick", root, function ( ) if ( source == GUIEditor.button[1] ) then triggerServerEvent ( "sa", localPlayer ) end end) addEventHandler ( "onClientGUIClick", root, function ( ) if ( source == GUIEditor.button[2] ) then triggerServerEvent ( "lo", localPlayer ) end end) TimeGuiSetRightC = { } function guiMoveRightToCenter(gui) if getElementData(gui,"HelhGui") == false then setElementData(gui,"HelhGui",true) local s1,s2=guiGetScreenSize() local w1,w2=guiGetSize(gui,false) local x,y = (s1-w1)/2,(s2-w2)/2 guiSetPosition(gui,-x,y,false) TimeGuiSetRightC[gui] = setTimer(guiMoveRightToCenter,50,0,gui) end local a,b=guiGetScreenSize() local w1,w2=guiGetSize(gui,false) local x,y = (a-w1)/2,(b-w2)/2 local x1,y1 = guiGetPosition ( gui, false) if (x1 >= x) then killTimer(TimeGuiSetRightC[gui]) setElementData(gui,"HelhGui",false) else guiSetPosition(gui,x1+20,y,false) end end هذا الي كتبته ب اف8 و جاني ERROR: seva-cj\Client.lua:9: attempt to call global 'guiCreateWindow' (a nil value) بالله عليكم ابي ملف سيرفر لاهنتو
  7. saef

    مشكله

    GUIEditor = { button = {}, window = {}, staticimage = {}, label = {} } GUIEditor.window[1] = guiCreateWindow (211, 187, 379, 227, "لوحة حفظ الشخصيه", false) guiWindowSetSizable(GUIEditor.window[1], false) guiSetAlpha(GUIEditor.window[1], 1.00) guiSetVisible(GUIEditor.window[1],false) GUIEditor.button[1] = guiCreateButton(9, 82, 360, 47, "حفظ ملابس شخصية cj", false, GUIEditor.window[1]) guiSetProperty(GUIEditor.button[1], "NormalTextColour", "FFAAAAAA") GUIEditor.button[2] = guiCreateButton(9, 142, 360, 47, "استرجاع ملابس cj", false, GUIEditor.window[1]) guiSetProperty(GUIEditor.button[2], "NormalTextColour", "FFAAAAAA") guiSetAlpha(GUIEditor.staticimage[1], 0.50) guiSetAlpha(GUIEditor.button[1], 1.00) guiSetAlpha(GUIEditor.button[2], 1.00) guiSetVisible(GUIEditor.window[1], false) GUIEditor.label[2] = guiCreateLabel(9, 192, 337, 25, "لحفظ ملابس cj يجب اولا اختيار شخصية cj واختيار جميع ملابس", false, GUIEditor.window[1]) guiLabelSetColor(GUIEditor.label[2], 245, 9, 159) guiLabelSetHorizontalAlign(GUIEditor.label[2], "center", false) guiLabelSetVerticalAlign(GUIEditor.label[2], "center") GUIEditor.label[3] = guiCreateLabel(4, 23, 370, 52, مرحبا بكم في لوحة حفظ الشخصيه) guiSetFont(GUIEditor.label[3], "sa-header") guiLabelSetColor(GUIEditor.label[3], 15, 235, 238) guiLabelSetHorizontalAlign(GUIEditor.label[3], "center", false) guiLabelSetVerticalAlign(GUIEditor.label[3], "center") GUIEditor.button[5] = guiCreateButton(346, 191, 24, 26, "✖", false, GUIEditor.window[1]) guiSetProperty(GUIEditor.button[5], "NormalTextColour", "76F60000") addCommandHandler('cj', function () guiSetVisible(GUIEditor.window[1],not guiGetVisible(GUIEditor.window[1])) showCursor(guiGetVisible(GUIEditor.window[1])) guiMoveRightToCenter(GUIEditor.window[1]) end) addEventHandler("onClientGUIClick",root, function() if source == GUIEditor.button[5] then -- هنا يتحققق بأن الشيء اللي نبيه يشتغل عليه الحدث هو الزر حق الاغلاق guiSetVisible(GUIEditor.window[1],false) showCursor(false) -- هنا يغلق اللوحة ويشيل المؤشر بعد مايتحقق من الشرط end -- نهاية end -- .. ) -- اقفال الحدث addEventHandler ( "onClientGUIClick", root, function ( ) if ( source == GUIEditor.button[1] ) then triggerServerEvent ( "sa", localPlayer ) end end) addEventHandler ( "onClientGUIClick", root, function ( ) if ( source == GUIEditor.button[2] ) then triggerServerEvent ( "lo", localPlayer ) end end) TimeGuiSetRightC = { } function guiMoveRightToCenter(gui) if getElementData(gui,"HelhGui") == false then setElementData(gui,"HelhGui",true) local s1,s2=guiGetScreenSize() local w1,w2=guiGetSize(gui,false) local x,y = (s1-w1)/2,(s2-w2)/2 guiSetPosition(gui,-x,y,false) TimeGuiSetRightC[gui] = setTimer(guiMoveRightToCenter,50,0,gui) end local a,b=guiGetScreenSize() local w1,w2=guiGetSize(gui,false) local x,y = (a-w1)/2,(b-w2)/2 local x1,y1 = guiGetPosition ( gui, false) if (x1 >= x) then killTimer(TimeGuiSetRightC[gui]) setElementData(gui,"HelhGui",false) else guiSetPosition(gui,x1+20,y,false) end end هذا الي كتبته ب اف8 و جاني ERROR: seva-cj\Client.lua:9: attempt to call global 'guiCreateWindow' (a nil value) ارجو حل المشكله ي عيال
  8. يب هي صوره ولا دي اكس طيب انتم اشان قلت دي اكس خلاص قللنا صوره اللي يبي يساعدين اشكره والي مو مساعدني كمان بشكره
  9. اانا حاط بوتن مخفي و فوقه الدي اكس
  10. اها مشكور اخي خالد على الرد انا حسبت الاصفار هي الحجم ^(^ مشكور م قصرت موفق ي رب انت و برستيج و كل العيال
  11. size = حجم الماركر برستيج انا جربت طلعsize الوان مو حجم جربته غيرت فيه مو راضيه تكبر بس يتغير لوهه وش الوضع
×
×
  • Create New...