Jump to content

xNKM51

Members
  • Posts

    150
  • Joined

  • Last visited

Everything posted by xNKM51

  1. خخخخخخخخخخخخخخخخخ ,ولآ ععععععععععععععععععععع
  2. طيب عطني سكايب أنا أعرف أنقليزي بـس م أعرف ألمعاني تعلمني ألكلام بـ ألانقليزي ألآساسي ... أعرف كلام شوي , ألمهم تعلمني ؟؟؟
  3. اعرض الصفحه اللي تبيها تترجم بالويكي وابشر بعزك بترجمها لك +لا تنسى تشترك بقناتي قدد تفيدك بالبرمججه بما اني ما اشفر سكربتاتي https://www.youtube.com/channel/UCdj86RDfGVxRqLY-W0NunoA تم ألاشراك ي حلو
  4. شرط , ولا شريط ض ألمهم علمني وش ألاساسيات ؟
  5. يب أنت صادق أنا من كثير اترجم نص ألكلام ألانقليزي يطلعه غلط ومليت وانا اعرف الحروف والانقليزي بـس م اعرف المعنئ بـ ألانقليزي
  6. بـسم ألله ألرحمن ألرحيم ألسلام عليكم ورحمه ألله وبركاته أنا ألآحظ ألاجانب ألدول الثانيه ترجمت ألصفحه عندهم وخلصو , ي ولد وش فيكم كسولين للهدرجه قسم لو اخش الويكي ألاجنبي م يوضح , أطلب شرح الويكي بـ العربي يقول سوي , وحنا نساعدكـ أي مساعدهـ قسم بالله م راح افهم وقول م يترجم بعض الكلام صح أكبير دليل حط كلمه S يقولك صوره ؟؟؟؟ ي شباب تكفون خلصو الويكي للعربي عشان بـدون أي أخطاء محد يقدر يتخرج ألا يعرف انقليزي انا أعرف أنقليزي بـس م أعرف ألمعنئ هذي مشكلتي :*( وبعد مهو بـس عشاني ألاحظ كثير صار يعتزل من قراند لآن سبب كثير ألي يقول أنا مبرمج واخر شي يهكر ويسوي غيرهـ ويبي مبرمج وتكرر طيب ليش ألعرب دايم طبعهم كذا يخرب ويروح , ولآجانب قليل كثير يخرب , أتحداء تروح سيرفر وتقول ابي مبرمج لآبد تلاقي يجي يقول ابي استضافة طيب اذا قالت اعطيك اف تي بي يقول في ملفات لآزم تتحدث أنا خسرت 17 سيرفر وأكثيرهم حرب عصابات , والحين أبي أتعلم برمجه :*( وبس أطلب كود يطلع أنقليزي اروح اترجم يطلع مهو واضح الترجمه -- ألحين اترجم من قوقل شف الفرق function registerPlayer ( source, commandName, password ) -- Check if the password field is blank or not (only blank if they didnt enter one) if ( password ~= "" and password ~= nil ) then --Attempt to add the account, and save its value in a var local accountAdded = addAccount( getPlayerName(source), password ) if ( accountAdded ) then -- Tell the user all is done outputChatBox ( "Thank you " .. getPlayerName(source) .. ", you're now registed, you can login with /login", source ) else -- There was an error making the account, tell the user outputChatBox ( "Error creating account, contact the server admin", source ) end else -- There was an error in the syntax, tell the user the correct syntax. outputChatBox ( "Error creating account, correct syntax: /register <password>", source ) end end addCommandHandler ( "register", registerPlayer ) -- add the command handler -- ألمترجم function registerPlayer ( source, commandName, password ) -- تحقق مما إذا كان حقل كلمة المرور فارغ أم لا (فارغ فقط إذا لم يدخل واحد) if ( password ~= "" and password ~= nil ) then -- محاولة الحساب، وحفظ قيمته في فار local accountAdded = addAccount( getPlayerName(source), password ) if ( accountAdded ) then -- أخبر المستخدم يتم كل شيء outputChatBox ( "Thank you " .. getPlayerName(source) .. ", you're now registed, you can login with /login", source ) else -- حدث خطأ أثناء إجراء الحساب، أخبر المستخدم outputChatBox ( "Error creating account, contact the server admin", source ) end else -- كان هناك خطأ في بناء الجملة، أخبر المستخدم بناء الجملة الصحيح. outputChatBox ( "Error creating account, correct syntax: /register <password>", source ) end end addCommandHandler ( "register", registerPlayer )-- إضافة معالج الأوامر -- من ألصفحه الويكي ألعربي function registerPlayer(source, commandName, password) -- تحقق مما إذا كان حقل كلمة المرور فارغ أم لا (فارغ إلا إذا لم يدخل واحد) if (password ~= "" and password ~= nil) then -- محاولة إضافة الحساب، وحفظ قيمته في فار local accountAdded = addAccount(getPlayerName(source), password) if (accountAdded) then -- اخبار المستخدم ان كل شيء تم outputChatBox("Thank you "..getPlayerName(source)..", you're now registed, you can login with /login", source) else -- اخبار المستخدم انا هناك خطا عند انشاء الحساب outputChatBox("Error creating account, contact the server admin", source) end else -- هناك خطأ في تركيب الامر ,اخبار المستخدم التركيب الصحيح outputChatBox("Error creating account, correct syntax: /register <password>", source) end end addCommandHandler("register", registerPlayer) -- اضافة امر زي م شايفين مهو واضح مرهـ و أتمناء التعريب بـ سرعه وشكرآ
  7. طيب ألداتا و وتساوب if getElementData ( element , "data" ) ~= true then -- التحقق من ان الداتا لا تساوب صح
  8. if not getElementHealth ( element ) == 1000 then -- التحقق اذا ما كانت صحة الاليمنت تساوي 1000 شباب وش ألآليمنت وأ if getElementData ( element , "data" ) ~= true then -- التحقق من ان الداتا لا تساوب صح والداتا وتساوب
  9. Members 45 255 posts Report post Posted 11 minutes ago سامج ههههههههههههههههههههههههههههههههههههههههههههههه مع ألوقت تتعود. ض سامج ولآ ينكت هههههههههههههههههههههههههههههههههههههههههههههههه
  10. كيف أحول قسم م أعرف أنقليزي , وبعدألي أقصد أبي شرح عربي -- تعلموني ألي مكتوب عندهـ شرطتين قوقل م يوضح ألكلام
  11. أبي يسوي لي شرح بـ ألعربي ألاول
  12. طيب راح أحول مثل ألاول createBlip ( 3073,2106,31 , 23 ) cars = { { 415}, { 541}, { 411}, { 560}, { 506}, { 451}, { 480}, { 579}, { 545}, { 431}, { 400}, { 536}, { 603}, { 475}, { 568}, -- { 581}, { 521}, { 522}, { 461}, { 468}, -- { 469}, { 487} } local Markers = { -- الماركرات {3045.10132 ,2047.44727 ,23.59525}, {3064.66455 ,2047.49512 ,23.59525}, {3083.14307 ,2047.31677 ,23.59525}, {3083.98706 ,2165.42358 ,23.59525}, {3064.50220 ,2165.48853 ,23.59525}, {3047.02734 ,2165.67456 ,23.59525}, } for i,M in ipairs(Markers) do local marker = createMarker ( M[1], M[2], M[3] -2 , "cylinder", 1.5, 0, 0, 255 , 35 ) end VehiclesS = guiCreateWindow(606, 221, 259, 378, "::[Vehicles]::", false) guiWindowSetSizable(VehiclesS, false) guiSetVisible( VehiclesS, false ) guiSetProperty(VehiclesS, "CaptionColour", "FF6FBC40") playerList = guiCreateGridList ( 9, 22, 240, 322, false, VehiclesS) guiGridListAddColumn( playerList, "Vehicles", 0.85 ) Colos = guiCreateButton(147, 346, 98, 22, "Close", false, VehiclesS) guiSetFont(Colos, "default-bold-small") guiSetProperty(Colos, "NormalTextColour", "FFD14529") for i,v in ipairs ( cars ) do local row = guiGridListAddRow ( playerList ) ; guiGridListSetItemText ( playerList , row , 1 , getVehicleNameFromID ( v[1] ) , false , false ) end addEventHandler("onClientMarkerHit", root,function(plr) if plr == localPlayer then guiSetVisible(VehiclesS, true) showCursor(true) end end ) ; addEventHandler("onClientGUIClick", root,function() if ( source == Colos ) then guiSetVisible( VehiclesS, false ) showCursor( false ) end end ) -- When client's resource starts, create the GUI function Use( ) -- Create our button Use = guiCreateButton(14, 346, 98, 22, "Use", false, VehiclesS) guiSetFont(Use, "default-bold-small") guiSetProperty(Use, "NormalTextColour", "FF62977A") -- And attach our button to the outputEditBox function addEventHandler ( "onClientGUIClick", Use, outputEditBox, false ) -- Create an edit box and define it as "editBox". editBox = guiCreateEdit( 0.3, 0.1, 0.4, 0.1, "Type your message here!", true ) guiEditSetMaxLength ( editBox, 230 ) -- The max chatbox text length is 128, so force this end addEventHandler( "onClientResourceStart", getResourceRootElement( getThisResource( ) ), Use ) -- Setup our function to output the message to the chatbox function outputEditBox ( cars ) if button == "left" then local text = guiGetText ( editBox )-- Get the text from the edit box outputChatBox ( text ) -- Output that text end end مهو زبط ,,, ؟ للحين عدلت بـس م فهمت أبي شرح عربي , لو سمحت
  13. كل هذول اركبهم ~؟؟
  14. طيب ألحين أبي أول م يضغط ألآعب علي زر Use يعطيه سيارهـ
  15. مدري هذا عطوني createBlip ( 3073,2106,31 , 23 ) GUIEditor = { gridlist = {}, window = {}, button = {} } VehiclesS = guiCreateWindow(606, 221, 259, 378, "::[Vehicles]::", false) guiWindowSetSizable(VehiclesS, false) guiSetVisible( VehiclesS, false ) guiSetProperty(VehiclesS, "CaptionColour", "FF6FBC40") Use = guiCreateButton(14, 346, 98, 22, "Use", false, VehiclesS) guiSetFont(Use, "default-bold-small") guiSetProperty(Use, "NormalTextColour", "FF62977A") Colos = guiCreateButton(147, 346, 98, 22, "Colos", false, VehiclesS) guiSetFont(Colos, "default-bold-small") guiSetProperty(Colos, "NormalTextColour", "FFD14529") local Markers = { -- الماركرات {3045.10132 ,2047.44727 ,23.59525}, {3064.66455 ,2047.49512 ,23.59525}, {3083.14307 ,2047.31677 ,23.59525}, {3083.98706 ,2165.42358 ,23.59525}, {3064.50220 ,2165.48853 ,23.59525}, {3047.02734 ,2165.67456 ,23.59525}, } for i,M in ipairs(Markers) do local marker = createMarker ( M[1], M[2], M[3] -2 , "cylinder", 1.5, 0, 0, 255 , 35 ) end wndroot = getResourceRootElement() addEventHandler("onClientMarkerHit", root, function(plr) if plr == localPlayer then guiSetVisible(VehiclesS, true) showCursor(true) end end ) addEventHandler("onClientGUIClick", wndroot, function() if ( source == Colos ) then guiSetVisible( VehiclesS, false ) showCursor( false ) end end ) function clientsideResourceStart () local playerList = guiCreateGridList ( 9, 22, 240, 322, false, VehiclesS) local column = guiGridListAddColumn( playerList, "Player", 0.85 ) -- Create a 'players' column in the list if ( column ) then -- If the column was successfully created for id, playeritem in ipairs(getElementsByType("player")) do --Loop through all the players, adding them to the table local row = guiGridListAddRow ( playerList ) guiGridListSetItemText ( playerList, row, column, getPlayerName ( playeritem ), false, false ) end end end addEventHandler ( "onClientResourceStart", getResourceRootElement(), clientsideResourceStart ) local PlayerCars = {} cars = { {462}, {422}, {551}, {463}, {579}, {494}, {506}, {522}, {411}, {487}-- طيارهـ } سويت بـس زي مت شايف أحول ~أغير ألجدول للعب يصير رقم 1؟؟؟ جنني ألكود
  16. -- ألمركر ألسيارهـ GUIEditor = { gridlist = {}, window = {}, button = {} } VehiclesS = guiCreateWindow(606, 221, 259, 378, "::[Vehicles]::", false) guiWindowSetSizable(VehiclesS, false) guiSetVisible( VehiclesS, false ) guiSetProperty(VehiclesS, "CaptionColour", "FF6FBC40") Use = guiCreateButton(14, 346, 98, 22, "Use", false, VehiclesS) guiSetFont(Use, "default-bold-small") guiSetProperty(Use, "NormalTextColour", "FF62977A") Colos = guiCreateButton(147, 346, 98, 22, "Colos", false, VehiclesS) guiSetFont(Colos, "default-bold-small") guiSetProperty(Colos, "NormalTextColour", "FFD14529") local Markers = { -- الماركرات {3045.10132 ,2047.44727 ,23.59525}, {3064.66455 ,2047.49512 ,23.59525}, {3083.14307 ,2047.31677 ,23.59525}, {3083.98706 ,2165.42358 ,23.59525}, {3064.50220 ,2165.48853 ,23.59525}, {3047.02734 ,2165.67456 ,23.59525}, } for i,M in ipairs(Markers) do local marker = createMarker ( M[1], M[2], M[3] -2 , "cylinder", 1.5, 0, 0, 255 , 35 ) end wndroot = getResourceRootElement() addEventHandler("onClientMarkerHit", root, function(plr) if plr == localPlayer then guiSetVisible(VehiclesS, true) showCursor(true) end end ) addEventHandler("onClientGUIClick", wndroot, function() if ( source == Colos ) then guiSetVisible( VehiclesS, false ) showCursor( false ) end end ) function clientsideResourceStart () local playerList = guiCreateGridList ( 9, 22, 240, 322, false, VehiclesS) local column = guiGridListAddColumn( playerList, "Player", 0.85 ) -- Create a 'players' column in the list if ( column ) then -- If the column was successfully created for id, playeritem in ipairs(getElementsByType("player")) do --Loop through all the players, adding them to the table local row = guiGridListAddRow ( playerList ) guiGridListSetItemText ( playerList, row, column, getPlayerName ( playeritem ), false, false ) end end end addEventHandler ( "onClientResourceStart", getResourceRootElement(), clientsideResourceStart ) سويت بـس يطلع أسمي , كيف أسوي جدول Vehicles = { 492 , 485} زي كذا ؟
  17. GUIEditor = { gridlist = {}, window = {}, button = {} } VehiclesS = guiCreateWindow(606, 221, 259, 378, "::[Vehicles]::", false) guiWindowSetSizable(VehiclesS, false) guiSetVisible( VehiclesS, false ) guiSetProperty(VehiclesS, "CaptionColour", "FF6FBC40") Use = guiCreateButton(14, 346, 98, 22, "Use", false, VehiclesS) guiSetFont(Use, "default-bold-small") guiSetProperty(Use, "NormalTextColour", "FF62977A") Colos = guiCreateButton(147, 346, 98, 22, "Colos", false, VehiclesS) guiSetFont(Colos, "default-bold-small") guiSetProperty(Colos, "NormalTextColour", "FFD14529") local Markers = { -- الماركرات {3045.10132 ,2047.44727 ,23.59525}, {3064.66455 ,2047.49512 ,23.59525}, {3083.14307 ,2047.31677 ,23.59525}, {3083.98706 ,2165.42358 ,23.59525}, {3064.50220 ,2165.48853 ,23.59525}, {3047.02734 ,2165.67456 ,23.59525}, } for i,M in ipairs(Markers) do local marker = createMarker ( M[1], M[2], M[3] -2 , "cylinder", 1.5, 0, 0, 255 , 35 ) end wndroot = getResourceRootElement() addEventHandler("onClientMarkerHit", root, function(plr) if plr == localPlayer then guiSetVisible(VehiclesS, true) showCursor(true) end end ) addEventHandler("onClientGUIClick", wndroot, function() if ( source == Colos ) then guiSetVisible( VehiclesS, false ) showCursor( false ) end end ) function createPlayerList () -- Create the grid list playerList = guiCreateGridList(9, 22, 240, 322, false, VehiclesS) -- Create a players column in the list local column = guiGridListAddColumn(playerList, "#", 0.1) if ( column ) then -- If the column has been created, fill it with players for id, playeritem in ipairs(getElementsByType("player")) do local row = guiGridListAddRow ( playerList ) guiGridListSetItemText ( playerList, row, column, getPlayerName ( playeritem ), false, false ) end addEventHandler ( "onClientGUIClick", playerList, click ) end end addEventHandler ( "onClientResourceStart", resourceRoot, createPlayerList ) function click ( button, state, sx, sy, x, y, z, elem, gui ) -- if state is down ( not to trigger the function twice on mouse button up/down), clicked gui and the element is our player list if ( ( state == "down" ) and ( gui == true ) and ( source == playerList ) ) then -- get the player name from the selected row, first column local playerName = guiGridListGetItemText ( playerList, guiGridListGetSelectedItem ( playerList ), 1 ) outputChatBox ( playerName ) -- output it to chat box end end function clientsideResourceStart () --Create Use on the gridlist local Use = guiGridListAddColumn(playerList, "Vehicles", 0.6) --Add 2 rows to the grid list rowA = guiGridListAddRow ( playerList ) rowB = guiGridListAddRow ( playerList ) --Create the text "Hello" for rowA, Use guiGridListSetItemText ( playerList, rowA, Use, "429", false, false ) --Create the text "World!" for rowB, Use guiGridListSetItemText ( playerList, rowB, Use, "429", false, false ) --Choose randomly which grid list item text to retrieve getRandomItem = math.random ( 1, 2 ) if getRandomItem == 1 then randomItemData = guiGridListGetItemText ( playerList, rowA, Use ) elseif getRandomItem == 2 then randomItemData = guiGridListGetItemText ( playerList, rowB, Use ) end --Output the randomly retrieved item text outputChatBox ( "My gridlist item text: "..randomItemData ) end addEventHandler ( "onClientResourceStart", resourceRoot, clientsideResourceStart ) يخي كيف أول أثنين جننوني أحول فيهم ساعه ,,,,, وش ألحل أبي تساعدني أول كودين لآن تو م تعلمت زين ألبرمجه أبي أتعلم GUIEditor = { gridlist = {}, window = {}, button = {} } VehiclesS = guiCreateWindow(606, 221, 259, 378, "::[Vehicles]::", false) guiWindowSetSizable(VehiclesS, false) guiSetVisible( VehiclesS, false ) guiSetProperty(VehiclesS, "CaptionColour", "FF6FBC40") Use = guiCreateButton(14, 346, 98, 22, "Use", false, VehiclesS) guiSetFont(Use, "default-bold-small") guiSetProperty(Use, "NormalTextColour", "FF62977A") Colos = guiCreateButton(147, 346, 98, 22, "Colos", false, VehiclesS) guiSetFont(Colos, "default-bold-small") guiSetProperty(Colos, "NormalTextColour", "FFD14529") local Markers = { -- الماركرات {3045.10132 ,2047.44727 ,23.59525}, {3064.66455 ,2047.49512 ,23.59525}, {3083.14307 ,2047.31677 ,23.59525}, {3083.98706 ,2165.42358 ,23.59525}, {3064.50220 ,2165.48853 ,23.59525}, {3047.02734 ,2165.67456 ,23.59525}, } for i,M in ipairs(Markers) do local marker = createMarker ( M[1], M[2], M[3] -2 , "cylinder", 1.5, 0, 0, 255 , 35 ) end wndroot = getResourceRootElement() addEventHandler("onClientMarkerHit", root, function(plr) if plr == localPlayer then guiSetVisible(VehiclesS, true) showCursor(true) end end ) addEventHandler("onClientGUIClick", wndroot, function() if ( source == Colos ) then guiSetVisible( VehiclesS, false ) showCursor( false ) end end ) function createPlayerList () -- Create the grid list playerList = guiCreateGridList(9, 22, 240, 322, false, VehiclesS) -- Create a players column in the list local column = guiGridListAddColumn(playerList, "#", 0.1) if ( column ) then -- If the column has been created, fill it with players for id, playeritem in ipairs(getElementsByType("player")) do local row = guiGridListAddRow ( playerList ) guiGridListSetItemText ( playerList, row, column, getPlayerName ( playeritem ), false, false ) end addEventHandler ( "onClientGUIClick", playerList, click ) end end addEventHandler ( "onClientResourceStart", resourceRoot, createPlayerList ) function click ( button, state, sx, sy, x, y, z, elem, gui ) -- if state is down ( not to trigger the function twice on mouse button up/down), clicked gui and the element is our player list if ( ( state == "down" ) and ( gui == true ) and ( source == playerList ) ) then -- get the player name from the selected row, first column local playerName = guiGridListGetItemText ( playerList, guiGridListGetSelectedItem ( playerList ), 1 ) outputChatBox ( playerName ) -- output it to chat box end end function clientsideResourceStart () --Create Use on the gridlist local Use = guiGridListAddColumn(playerList, "Vehicles", 0.6) --Add 2 rows to the grid list rowA = guiGridListAddRow ( playerList ) rowB = guiGridListAddRow ( playerList ) --Create the text "Hello" for rowA, Use guiGridListSetItemText ( playerList, rowA, Use, "429", false, false ) --Create the text "World!" for rowB, Use guiGridListSetItemText ( playerList, rowB, Use, "429", false, false ) --Choose randomly which grid list item text to retrieve getRandomItem = math.random ( 1, 2 ) if getRandomItem == 1 then randomItemData = guiGridListGetItemText ( playerList, rowA, Use ) elseif getRandomItem == 2 then randomItemData = guiGridListGetItemText ( playerList, rowB, Use ) end --Output the randomly retrieved item text outputChatBox ( "My gridlist item text: "..randomItemData ) end addEventHandler ( "onClientResourceStart", resourceRoot, clientsideResourceStart )
  18. تعديل شوي بـ ألوحه GUIEditor = { gridlist = {}, window = {}, button = {} } Vehicles = guiCreateWindow(606, 221, 259, 378, "::[Vehicles]::", false) guiWindowSetSizable(Vehicles, false) guiSetVisible( Vehicles, false ) guiSetProperty(Vehicles, "CaptionColour", "FF6FBC40") ID = guiCreateGridList(9, 22, 240, 322, false, Vehicles) guiGridListAddColumn(ID, "#", 0.3) guiGridListAddColumn(ID, "Vehicles", 0.3) guiGridListAddColumn(ID, "ID", 0.3) Use = guiCreateButton(14, 346, 98, 22, "Use", false, Vehicles) guiSetFont(Use, "default-bold-small") guiSetProperty(Use, "NormalTextColour", "FF62977A") Colos = guiCreateButton(147, 346, 98, 22, "Colos", false, Vehicles) guiSetFont(Colos, "default-bold-small") guiSetProperty(Colos, "NormalTextColour", "FFD14529") local Markers = { -- الماركرات {3045.10132 ,2047.44727 ,23.59525}, {3064.66455 ,2047.49512 ,23.59525}, {3083.14307 ,2047.31677 ,23.59525}, {3083.98706 ,2165.42358 ,23.59525}, {3064.50220 ,2165.48853 ,23.59525}, {3047.02734 ,2165.67456 ,23.59525}, } for i,M in ipairs(Markers) do local marker = createMarker ( M[1], M[2], M[3] -2 , "cylinder", 1.5, 0, 0, 255 , 35 ) end wndroot = getResourceRootElement() addEventHandler("onClientMarkerHit", root, function(plr) if plr == localPlayer then guiSetVisible(Vehicles, true) showCursor(true) end end ) addEventHandler("onClientGUIClick", wndroot, function() if ( source == Colos ) then guiSetVisible( Vehicles, false ) showCursor( false ) end end )
  19. بـسم ألله ألرحمن ألرحيم ألسلام عليكم ورحمه ألله وبركاته أبي مساعدهـ GUIEditor = { gridlist = {}, window = {}, button = {} } GUIEditor.window[1] = guiCreateWindow(558, 182, 264, 450, "::|[Vehicles]|::", false) guiWindowSetSizable(GUIEditor.window[1], false) guiSetAlpha(GUIEditor.window[1], 1.00) guiSetVisible( GUIEditor.window[1], false ) guiSetProperty(GUIEditor.window[1], "CaptionColour", "FF0FB4EA") GUIEditor.gridlist[1] = guiCreateGridList(9, 24, 243, 367, false, GUIEditor.window[1]) guiGridListAddColumn(GUIEditor.gridlist[1], "#", 0.1) guiGridListAddColumn(GUIEditor.gridlist[1], "Vehicles", 0.83) GUIEditor.button[1] = guiCreateButton(9, 401, 112, 35, "Use", false, GUIEditor.window[1]) guiSetProperty(GUIEditor.button[1], "NormalTextColour", "FFEBD40D") GUIEditor.button[2] = guiCreateButton(140, 401, 112, 35, "Close", false, GUIEditor.window[1]) guiSetProperty(GUIEditor.button[2], "NormalTextColour", "FFDE1C77") local Markers = { -- الماركرات {3045.10132 ,2047.44727 ,23.59525}, {3064.66455 ,2047.49512 ,23.59525}, {3083.14307 ,2047.31677 ,23.59525}, {3083.98706 ,2165.42358 ,23.59525}, {3064.50220 ,2165.48853 ,23.59525}, {3047.02734 ,2165.67456 ,23.59525}, } for i,M in ipairs(Markers) do local marker = createMarker ( M[1], M[2], M[3] -1 , "cylinder", 1.5, 155, 0, 0 ) end wndroot = getResourceRootElement() addEventHandler("onClientMarkerHit", root, function(plr) if plr == localPlayer then guiSetVisible(GUIEditor.window[1], true) showCursor(true) end end ) addEventHandler("onClientGUIClick", wndroot, function() if ( source == GUIEditor.button[2] ) then guiSetVisible( GUIEditor.window[1], false ) showCursor( false ) end end ) أبي ألكود هذا يطلع سيارات مثل حقت ألقروبات ألعصابه , وابي طال عمركم مركر أنتقال
  20. تدري ألمشكله طلبت ألموادات قبل أبداء بـ الماب
  21. عرف نفس طريقه الباب تاكسد بس أبي يروح ويجي مثل الهجوله حق المصعد
  22. ألسلام عليكم ورحمه ألله وبركاته كيفكم أنشاء الله بخير _______________________________________________ أبي كود طال عمركم 1-كود مركر أنتقال 2-أبي يتغير المركر من كل مكان ألا مكان , وانا أحط احدثيات 3- أبي ألمركر ألثاني أذا وصل له ينقله ويعطيه فلوس _____________________________________________ , ابي كود يحط شخصيات بـ ماب , أول م يشوف شخص في ألامكن حط له يلحق الشخص ألي أقصده أول م يخش مركر رقم 15 يلحقه , اذا وصل قرب له ألشخص ألمركر ألثاني رقم 1,5 يعني مركر ألآول مخفي , والثاني ألآول أذا دخله يلحقه ألحجم 15 ألثاني أذا دخله جاء سلاب ألحجم 1,5 , اول م يوصل له يموت يجيه سلاب ______________________________________________ ألفكرهـ ماب ألشبح ألي أقصدهـ شخص واحد ألي لآعب وهمي المميزات 1- سرعه 2- ينتقل من مكان ألا مكان بعد 5 دقائق ينتقل في ألموقع احط له يعني ألفكرهـ فيها رعب أم اذا دخل شخص المركر ينتقل بعد 10 دقائق بس معليه حاس منتم فاهمين علي بس أسالو , واشرح لكم ابي كود يخلي ألشجر يمشي, وشكرآ وطبعن ألمركر ينتقل من مكان ألا مكان يجلس في المكان دقيقه
×
×
  • Create New...