Jump to content

SaifPro

Members
  • Posts

    51
  • Joined

  • Last visited

Details

  • Gang
    Progamer

SaifPro's Achievements

Snitch

Snitch (10/54)

0

Reputation

  1. لما اشغل السيرفر في الاستضافة يشتغل لما احط ملفات الاصدار الجديد يعمل كدا Retry #0. Starting server, please wait... معي يوقف وصل معي الي Retry #1000. Starting server, please wait... ممكن حل
  2. شوف اخي انا سويت قيم مود حرب عصابات = كان يساعدني المبرمج اوسكار مبرمج سيرفر شباب المملكة F.F بس هو في شغلة عشان كدا انا طبت المود انا اعرف قيم مود حرب عصابات و حياه وقعية و ريس و ديث ماتش قالو لي في هجلوة عشان هيك جيت طلبتو عشان اعرف هو عبارة عن ايش فهمت وجه نظري
  3. حضرتك هتجيب الكود ولا لا
  4. عناد مو حاط فديو مجرد سيارة يركبها الاعب وتتحرك الين ماتصل للبداية ويوقف اللقطة يب يب كيف بقي
  5. شرح عمل قيم مود هجولة الموصفا ______ 1- صور و اغنية في الدخول وبعدين لوحة تسجيل 2- لوحة تقولك تنزل في البداية ام الدئري ام النخيل 3-انزل في عالم وهمي بعد التحميل اروح العالم الاساسي 4-فري روم ______ بس شكراً اظن طلبي صعب شوي
  6. ولله العرفت اسوي عايز اللوحة تظهر بعد التسجيل
  7. --[[------------------------------------------------- Notes: > This code is using a relative image filepath. This will only work as long as the location it is from always exists, and the resource it is part of is running. To ensure it does not break, it is highly encouraged to move images into your local resource and reference them there. --]]------------------------------------------------- GUIEditor = { button = {}, staticimage = {}, label = {} } addEventHandler("onClientResourceStart", resourceRoot, function() wnd = guiCreateWindow(420, 200, 626, 384, "Warps", false) guiWindowSetSizable(wnd, false) guiSetProperty(wnd, "CaptionColour", "FF09F5E2") GUIEditor.staticimage[1] = guiCreateStaticImage(9, 19, 607, 355, "Flag.png", false, wnd) b1 = guiCreateButton(1, 2, 606, 87, "بداية", false, GUIEditor.staticimage[1]) guiSetAlpha(b1, 0.50) GUIEditor.label[1] = guiCreateLabel(4, -95, 592, 50, "بداية -------- Start", false, GUIEditor.button[1]) GUIEditor.label[2] = guiCreateLabel(593, 6, 14, 26, "", false, GUIEditor.staticimage[1]) GUIEditor.label[3] = guiCreateLabel(6, 12, 587, 70, "Start ---- بداية", false, GUIEditor.staticimage[1]) guiSetFont(GUIEditor.label[3], "sa-gothic") guiLabelSetHorizontalAlign(GUIEditor.label[3], "center", false) guiLabelSetVerticalAlign(GUIEditor.label[3], "center") GUIEditor.label[4] = guiCreateLabel(6, 141, 587, 65, "دائري ----------- Da2ery", false, GUIEditor.staticimage[1]) guiSetFont(GUIEditor.label[4], "sa-gothic") guiLabelSetColor(GUIEditor.label[4], 0, 0, 0) guiLabelSetVerticalAlign(GUIEditor.label[4], "center") GUIEditor.label[5] = guiCreateLabel(1, 270, 592, 85, "Na5el", false, GUIEditor.staticimage[1]) guiSetFont(GUIEditor.label[5], "sa-gothic") guiLabelSetColor(GUIEditor.label[5], 193, 0, 0) guiLabelSetHorizontalAlign(GUIEditor.label[5], "center", false) guiLabelSetVerticalAlign(GUIEditor.label[5], "center") b2 = guiCreateButton(3, 136, 594, 87, "", false, GUIEditor.staticimage[1]) guiSetAlpha(b2, 0.50) b3 = guiCreateButton(2, 268, 595, 87, "", false, GUIEditor.staticimage[1]) guiSetAlpha(b3, 0.50) end ),10000,1 ) function onGuiClick(button, state, absoluteX, absoluteY) if source == b1 then-- هنا اسم الزر الي اذا ضغطنا عليه ينقلنا setElementPosition(localPlayer,1145.22058,-2045.95593,69.00061) -- هنا الاحداثيات setPedRotation(localPlayer,91.98) end end addEventHandler("onClientGUIClick", root, onGuiClick) guiSetProperty(b1,"NormalTextColour", "FF2AF209 ") -- لتليون الزر باللون الاخضر function onGuiClick(button, state, absoluteX, absoluteY) if source == b2 then-- هنا اسم الزر الي اذا ضغطنا عليه ينقلنا setElementPosition(localPlayer,1761.02942,867.64703,10.43460) -- هنا الاحداثيات setPedRotation(localPlayer,91.98) end end addEventHandler("onClientGUIClick", root, onGuiClick) guiSetProperty(b2,"NormalTextColour", "FF2AF209 ") -- لتليون الزر باللون الاخضر function onGuiClick(button, state, absoluteX, absoluteY) if source == b3 then-- هنا اسم الزر الي اذا ضغطنا عليه ينقلنا setElementPosition(localPlayer,2045.95593,1023.89703,10.67188) -- هنا الاحداثيات setPedRotation(localPlayer,91.98) end end addEventHandler("onClientGUIClick", root, onGuiClick) guiSetProperty(b3,"NormalTextColour", "FF2AF209 ") -- لتليون الزر باللون الاخضر addEventHandler ( "onClientGUIClick", root, function ( ) if source == b1 then guiSetVisible( wnd, false ) showCursor( false ) guiSetInputEnabled( false ) end end ) addEventHandler ( "onClientGUIClick", root, function ( ) if source == b2 then guiSetVisible( wnd, false ) showCursor( false ) guiSetInputEnabled( false ) end end ) addEventHandler ( "onClientGUIClick", root, function ( ) if source == b3 then guiSetVisible( wnd, false ) showCursor( false ) guiSetInputEnabled( false ) end end ) addEventHandler ( "onClientGUIClick", root, function ( ) if source == b1 then playSound("1.mp3") end end ) addEventHandler ( "onClientGUIClick", root, function ( ) if source == b2 then playSound("1.mp3") end end ) addEventHandler ( "onClientGUIClick", root, function ( ) if source == b3 then playSound("1.mp3") end end )
  8. ارفع اللوحة و حضرتك تقولي
  9. انا سويت لوحة انتقلات تظهر اول ما تسجل اريد اللوحة تظهر بعد ما اسجل دخولي عشان انا سويتها بتظهر مع لوحة التسجيل
  10. ادخل هنا و انت هتفتهمني viewtopic.php?f=160&t=79539
  11. شكراً مع حضرتك سكايب عشان لو وقف معي حاجة اقولك
  12. DxDrawGifImage شكراً جداً بس معلش ممكن اعرف انا الوقتي معايا صورة gif عايزها تظهر اول ما ادخل السير فر 10 ثواني مثلاً و تقفل
  13. ممكن عشان ما نتوه تجيب كود الهو صور gif و بعدين لوحة التسجيل تظهر
×
×
  • Create New...