
Professional
Members-
Posts
1,101 -
Joined
-
Last visited
-
Days Won
1
Everything posted by Professional
-
ههههههههههههههههههههههههه يمكن انا شفتها بل انترنت مثل ********************************************** طووووووووووووووووووووووووووووووط
-
لوحه الفيب برمجها كويس وتطلع افضل من الأجانب لو تشوف لوحه الفيب خاصتي, طالعه افضل منهم ضض وبعدين الناس تصنع لوحات بدون ما تبرمجها ... يعني لو يعمل لوحه فيب, يخليها تفتح للي هم بقروب الفيب من الأسل وما فيها شيء غير انه يعبي الدم والدرع ويعطي سياره وبعدين المحترفين من الأجانب هم القدماء منهم والخبره تأتي مع الوقت مو كل شيء يعرفوه هم حتى احنا العرب محترفين وعندنا ناس رائعين والي نجح مع Lua اكيد عنده احلام اكثر واكبر من برمجه MTA يعني مثلاً مبرمج ويب .. آلخ اقرب مثال هو الأخ Micro ما شاء الله عليه الحين هو متعلم لغات برمجه كثيره مفيده وانشأ لعبه خاصه به وهي الأن ناجحه ومعروفه كان بأمكانه ان يجعلها مدفوعه ويربح منه الكثير بكل سهوله ولكنه جعلها مجانيه واتاحها لكل اللاعبين من انحاء العالم يعني يمكنك ان تصنع شيء وتتعب فيه ولكن في النهايه تستطيع الكسب منه وذلك بمجرد تعلم بعض لغات البرمجه السهله والمتوفره لها دروس كثيره كما ان Micro قد ابدع كثيرا وصنع شيئاً مفيده و ممتعاً وهو عربي ! هذا يعني ان الأجانب ليسو فقط من يتحكمون بكل شيء وهم من ينصعون كل شيء حتى ان عندي احلام كثيره وان اكون مبرمج رائع وحالياً اتعلم لغه Python لأنها سهله وخفيفه وأسف على ردي الطويل ذذ وشكراً Like
-
السلام عليكم ابي استفسار كيف استعمل ذي guiCreateProgressBar
-
ههههههههههههههههههههههههههههههههههههههههههههههه ليكون صدق حاله بام تي ايي وكانه عم يهجول عن حقيقه هههههههههههههه
-
بس احس ان البي اتش بي صعبه وجافا كيف قدرت تتعلمهم بسرعه وبنسبه للاخ مودير معاك حق
-
string.upper تستخدم للتحويل حالةالاحرف من الاحرف الصغيره الى الاحرف الكبيره test1 = string.upper("Hello, Lua user!") HELLO, LUA USER!
-
ههههههههههههههههههه ولله معك حق شوف هم لاي مستوى وصلو واحنا لساتنا عا لوحه قوانين ولوحه فيب اكشن تعرف تسوي مثل ذي ؟؟ هههههههههههههه
-
هههههههه الاجانب وشغلهم العبقري
-
Hallo My Friends ...... I want to learn the row Example how working the row ?? pleace help me
-
قصدي مثل ذا GUIEditor = { gridlist = {}, button = {} } addEventHandler("onClientResourceStart", resourceRoot, function() GUIEditor.button[1] = guiCreateButton(295, 375, 160, 58, "", false) guiSetAlpha(GUIEditor.button[1], 0.00) GUIEditor.gridlist[1] = guiCreateGridList(269, 133, 222, 236, false) guiGridListAddColumn(GUIEditor.gridlist[1], "Weapons", 0.9) for i = 1, 11 do guiGridListAddRow(GUIEditor.gridlist[1]) end guiGridListSetItemText(GUIEditor.gridlist[1], 0, 1, "WEAPON_SNIPER", false, false) guiGridListSetItemColor(GUIEditor.gridlist[1], 0, 1, 196, 3, 3, 231) guiGridListSetItemText(GUIEditor.gridlist[1], 1, 1, "WEAPON_SHOTGSPA", false, false) guiGridListSetItemColor(GUIEditor.gridlist[1], 1, 1, 147, 19, 179, 231) guiGridListSetItemText(GUIEditor.gridlist[1], 2, 1, "WEAPON_SAWEDOFF", false, false) guiGridListSetItemColor(GUIEditor.gridlist[1], 2, 1, 8, 189, 166, 231) guiGridListSetItemText(GUIEditor.gridlist[1], 3, 1, "WEAPON_MP5", false, false) guiGridListSetItemColor(GUIEditor.gridlist[1], 3, 1, 241, 245, 135, 231) guiGridListSetItemText(GUIEditor.gridlist[1], 4, 1, "WEAPON_MINIGUN", false, false) guiGridListSetItemColor(GUIEditor.gridlist[1], 4, 1, 187, 232, 147, 231) guiGridListSetItemText(GUIEditor.gridlist[1], 5, 1, "WEAPON_M4", false, false) guiGridListSetItemColor(GUIEditor.gridlist[1], 5, 1, 250, 128, 168, 231) guiGridListSetItemText(GUIEditor.gridlist[1], 6, 1, "WEAPON_HEATSEEKER", false, false) guiGridListSetItemColor(GUIEditor.gridlist[1], 6, 1, 204, 173, 173, 231) guiGridListSetItemText(GUIEditor.gridlist[1], 7, 1, "WEAPON_GRENADE", false, false) guiGridListSetItemColor(GUIEditor.gridlist[1], 7, 1, 160, 70, 70, 231) guiGridListSetItemText(GUIEditor.gridlist[1], 8, 1, "WEAPON_FLAMETHROWER", false, false) guiGridListSetItemColor(GUIEditor.gridlist[1], 8, 1, 10, 219, 212, 231) guiGridListSetItemText(GUIEditor.gridlist[1], 9, 1, "WEAPON_COLT45", false, false) guiGridListSetItemColor(GUIEditor.gridlist[1], 9, 1, 227, 1, 1, 231) guiGridListSetItemText(GUIEditor.gridlist[1], 10, 1, "WEAPON_AK47", false, false) guiGridListSetItemColor(GUIEditor.gridlist[1], 10, 1, 0, 227, 37, 231) end ) addEventHandler("onClientRender", root, function() dxDrawLine(264 - 1, 90 - 1, 264 - 1, 444, tocolor(0, 0, 0, 255), 1, false) dxDrawLine(500, 90 - 1, 264 - 1, 90 - 1, tocolor(0, 0, 0, 255), 1, false) dxDrawLine(264 - 1, 444, 500, 444, tocolor(0, 0, 0, 255), 1, false) dxDrawLine(500, 444, 500, 90 - 1, tocolor(0, 0, 0, 255), 1, false) dxDrawRectangle(264, 90, 236, 354, tocolor(248, 106, 129, 100), false) dxDrawText("Shop Weapon By Hassan Server Iraqi", 274, 97, 491, 129, tocolor(136, 187, 15, 231), 1.00, "default-bold", "center", "center", false, false, false, false, false) dxDrawLine(296 - 1, 375 - 1, 296 - 1, 434, tocolor(0, 0, 0, 255), 1, false) dxDrawLine(455, 375 - 1, 296 - 1, 375 - 1, tocolor(0, 0, 0, 255), 1, false) dxDrawLine(296 - 1, 434, 455, 434, tocolor(0, 0, 0, 255), 1, false) dxDrawLine(455, 434, 455, 375 - 1, tocolor(0, 0, 0, 255), 1, false) dxDrawRectangle(296, 375, 159, 59, tocolor(34, 200, 1, 231), false) dxDrawText("Take", 295, 374, 455, 435, tocolor(193, 7, 7, 231), 1.00, "pricedown", "center", "center", false, false, false, false, false) end ) ابي لما يحدد على الخلاط ويحط على البوتون يعطيه لو سمحتو علموني كيف
-
السلام عليكم ممكن تعلموني ال row وخاصه في ال نوافذ يجي سكايبي او هنا يقلي كل شيئ
-
[Lua] #7 الجداول الجزء الأول || كيف صنع جدول والتحكم فيه
Professional replied to </Mr.Tn6eL>'s topic in دروس في البرمجة
TN6EL ممكن تعلمني ال row وين كمان اكتب الكود ابي اعلم صفحه جويتها عده row وبدي ياه بس يضغط على البوتون ياخذ الي حدده الله يخليك علمني -
ابهاب تعال سكايبي z3im-mt2sm
-
واحد قلك هناك بجراند العرب بمنتداهم قلك انتو عا تعملو وزانيات الطفل ما راح يتعلم ههههههههههههههههههههههههههه وكمان عا تعملو شوبات اسلحه ما عم يتعلم يصير ارهابي ؟؟ ههههههههههههههه على هل دخانه ههههههههههههههههه يدخن احسن ما يروح ينضم لشيئ ارهاب ههههه
-
شكرا اخي اشتغل اما ما عم يعطيني لا طياره ولا شيئ بس اضغط على البوتون دي اكس وانا متاكد ما فيه ولا مشكله بسيرفر لاني فحصته بل دي بق
-
شكرا بس يقلي فيه مشكله بل كود والمشكله السبب من ذا الفنكشن local sx,sy = guiGetScreenSize() ERROR: modhassan22/client.lua:25 attempt to call global 'guiGetScreenSize' (a nil value)
-
شكرا على الكود بس ممكن طلب ممكن اكواد تسجيل قصدي الي تخلي العضو يسجل في لوحه لاهنت ابيهم لو ما فيه تعب وشكرا ثاني مره
-
السلام عليكم عندي مشكله الزر ما يفتح شوفو الوحه GUIEditor = { button = {}, edit = {} } addEventHandler("onClientResourceStart", resourceRoot, function() GUIEditor.button[1] = guiCreateButton(159, 114, 155, 88, "", false) guiSetAlpha(GUIEditor.button[1], 0.00) GUIEditor.button[2] = guiCreateButton(318, 116, 155, 86, "", false) guiSetAlpha(GUIEditor.button[2], 0.00) GUIEditor.button[3] = guiCreateButton(478, 114, 155, 86, "", false) guiSetAlpha(GUIEditor.button[3], 0.00) GUIEditor.button[4] = guiCreateButton(161, 254, 155, 88, "", false) guiSetAlpha(GUIEditor.button[4], 0.00) GUIEditor.button[5] = guiCreateButton(318, 256, 155, 88, "", false) guiSetAlpha(GUIEditor.button[5], 0.00) GUIEditor.button[6] = guiCreateButton(477, 258, 155, 88, "", false) guiSetAlpha(GUIEditor.button[6], 0.00) GUIEditor.edit[1] = guiCreateEdit(158, 345, 477, 82, "ملاحظة : ان تفجرت الطائره او اي سياره لن تستطيع ارجاعها سوف تشتري واحده ثانية", false) guiEditSetReadOnly(GUIEditor.edit[1], true) end ) local sx,sy = guiGetScreenSize() function Dx() dxDrawRectangle(sx*0.3413,sy*0.3550,sx*0.3137,sy*0.2667) dxDrawLine(159 - 1, 91 - 1, 159 - 1, 431, tocolor(0, 0, 0, 255), 1, false) dxDrawLine(636, 91 - 1, 159 - 1, 91 - 1, tocolor(0, 0, 0, 255), 1, false) dxDrawLine(159 - 1, 431, 636, 431, tocolor(0, 0, 0, 255), 1, false) dxDrawLine(636, 431, 636, 91 - 1, tocolor(0, 0, 0, 255), 1, false) dxDrawRectangle(159, 91, 477, 340, tocolor(62, 240, 14, 255), false) dxDrawLine(161, 110, 639, 110, tocolor(255, 255, 255, 255), 1, false) dxDrawText("مود شراء الطائرات والسيارات خاص بسيرفر جراند العراق", 273, 90, 490, 111, tocolor(162, 14, 239, 255), 1.00, "default-bold", "center", "center", false, false, false, false, false) dxDrawLine(161 - 1, 116 - 1, 161 - 1, 200, tocolor(0, 0, 0, 255), 1, false) dxDrawLine(314, 116 - 1, 161 - 1, 116 - 1, tocolor(0, 0, 0, 255), 1, false) dxDrawLine(161 - 1, 200, 314, 200, tocolor(0, 0, 0, 255), 1, false) dxDrawLine(314, 200, 314, 116 - 1, tocolor(0, 0, 0, 255), 1, false) dxDrawRectangle(161, 116, 153, 84, tocolor(162, 14, 239, 255), false) dxDrawLine(162 - 1, 257 - 1, 162 - 1, 341, tocolor(0, 0, 0, 255), 1, false) dxDrawLine(315, 257 - 1, 162 - 1, 257 - 1, tocolor(0, 0, 0, 255), 1, false) dxDrawLine(162 - 1, 341, 315, 341, tocolor(0, 0, 0, 255), 1, false) dxDrawLine(315, 341, 315, 257 - 1, tocolor(0, 0, 0, 255), 1, false) dxDrawRectangle(162, 257, 153, 84, tocolor(242, 5, 111, 255), false) dxDrawLine(320 - 1, 117 - 1, 320 - 1, 201, tocolor(0, 0, 0, 255), 1, false) dxDrawLine(473, 117 - 1, 320 - 1, 117 - 1, tocolor(0, 0, 0, 255), 1, false) dxDrawLine(320 - 1, 201, 473, 201, tocolor(0, 0, 0, 255), 1, false) dxDrawLine(473, 201, 473, 117 - 1, tocolor(0, 0, 0, 255), 1, false) dxDrawRectangle(320, 117, 153, 84, tocolor(229, 23, 23, 255), false) dxDrawLine(480 - 1, 117 - 1, 480 - 1, 201, tocolor(0, 0, 0, 255), 1, false) dxDrawLine(633, 117 - 1, 480 - 1, 117 - 1, tocolor(0, 0, 0, 255), 1, false) dxDrawLine(480 - 1, 201, 633, 201, tocolor(0, 0, 0, 255), 1, false) dxDrawLine(633, 201, 633, 117 - 1, tocolor(0, 0, 0, 255), 1, false) dxDrawRectangle(480, 117, 153, 84, tocolor(108, 134, 143, 255), false) dxDrawLine(320 - 1, 257 - 1, 320 - 1, 341, tocolor(0, 0, 0, 255), 1, false) dxDrawLine(473, 257 - 1, 320 - 1, 257 - 1, tocolor(0, 0, 0, 255), 1, false) dxDrawLine(320 - 1, 341, 473, 341, tocolor(0, 0, 0, 255), 1, false) dxDrawLine(473, 341, 473, 257 - 1, tocolor(0, 0, 0, 255), 1, false) dxDrawRectangle(320, 257, 153, 84, tocolor(78, 242, 6, 255), false) dxDrawLine(480 - 1, 257 - 1, 480 - 1, 341, tocolor(0, 0, 0, 255), 1, false) dxDrawLine(633, 257 - 1, 480 - 1, 257 - 1, tocolor(0, 0, 0, 255), 1, false) dxDrawLine(480 - 1, 341, 633, 341, tocolor(0, 0, 0, 255), 1, false) dxDrawLine(633, 341, 633, 257 - 1, tocolor(0, 0, 0, 255), 1, false) dxDrawRectangle(480, 257, 153, 84, tocolor(179, 72, 67, 255), false) dxDrawText("F16", 160, 115, 313, 200, tocolor(234, 16, 16, 255), 1.00, "default-bold", "center", "center", false, false, false, false, false) dxDrawText("Hunter", 320, 116, 473, 201, tocolor(24, 225, 190, 255), 1.00, "default-bold", "center", "center", false, false, false, false, false) dxDrawText("Raino", 478, 115, 631, 200, tocolor(24, 225, 190, 255), 1.00, "default-bold", "center", "center", false, false, false, false, false) dxDrawText("infernus", 318, 256, 471, 341, tocolor(234, 16, 16, 255), 1.00, "default-bold", "center", "center", false, false, false, false, false) dxDrawText("Bullet", 160, 257, 313, 342, tocolor(234, 16, 16, 255), 1.00, "default-bold", "center", "center", false, false, false, false, false) dxDrawText("NRG-500", 479, 257, 632, 342, tocolor(234, 16, 16, 255), 1.00, "default-bold", "center", "center", false, false, false, false, false) end ------------------------------------------------------------------------------------------- bindKey ( "F4", "down", function () if removeEventHandler("onClientRender",root,Dx) then removeEventHandler("onClientRender",root,Dx) showCursor(false) else addEventHandler("onClientRender",root,Dx) end end) ------------------------------------------------------------------------------------------- addEventHandler ( "onClientGUIClick", root, function ( ) if source == GUIEditor.button[1] then triggerServerEvent("f16",getLocalPlayer()) end end ) --------------------------------------------------- addEventHandler ( "onClientGUIClick", root, function ( ) if source == GUIEditor.button[2] then triggerServerEvent("hunter",getLocalPlayer()) end end ) ------------------------------------------------------ addEventHandler ( "onClientGUIClick", root, function ( ) if source == GUIEditor.button[3] then triggerServerEvent("raino",getLocalPlayer()) end end ) ----------------------------------------------------- addEventHandler ( "onClientGUIClick", root, function ( ) if source == GUIEditor.button[4] then triggerServerEvent("bullet",getLocalPlayer()) end end ) ----------------------------------------------- addEventHandler ( "onClientGUIClick", root, function ( ) if source == GUIEditor.button[5] then triggerServerEvent("infernus",getLocalPlayer()) end end ) -------------------------------------------- addEventHandler ( "onClientGUIClick", root, function ( ) if source == GUIEditor.button[6] then triggerServerEvent("nrg500",getLocalPlayer()) end end ) ------------------------------------------------------
-
يسلمو لكل الي ساعدوني وشكراااااااااااااا
-
شو مشكله الكودد function hassan ( ) local team = createTeam ( "Army",255,255,255,255 ) setPlayerTeam ( source , team ) setTeamFriendlyFire ( Army , true ) end addEventHandler ( "onPlayerJoin", getRootElement(), hassan ) ابي اول ما لاعب يدخل يعطيه التيم وبس يعطيه التيم ام يقدر يضرب احد من تيمه فقط كذا
-
السلام عليكم سريع الي يعرف يرد علينا ابي فنكشات مثال تيم جماعه مع بعضهم ام يقدرو يقتلون بعضهم كذا ابي والسلام عليكم
-
السلام عليكم ابي فنكشن انا احط اوبجكت ذا الي يحط الصواريخ الي يضربها ابيه بس يشوف احد بسياره او بطياره يضربو تلقائي
-
على دوركم انتو من زمان يب ما احد يعرف بخصوص صاحب الموضوع خذ ذي مبارح برمجتها لسيرفر كان يبيها والحين اغلق خذ لوحه كامله دي اكس مي مشفره كلنت GUIEditor = { button = {} } addEventHandler("onClientResourceStart", resourceRoot, function() GUIEditor.button[1] = guiCreateButton(163, 131, 154, 72, "", false) guiSetAlpha(GUIEditor.button[1], 0.00) GUIEditor.button[2] = guiCreateButton(333, 128, 154, 72, "", false) guiSetAlpha(GUIEditor.button[2], 0.00) GUIEditor.button[3] = guiCreateButton(497, 129, 154, 72, "", false) guiSetAlpha(GUIEditor.button[3], 0.00) GUIEditor.button[4] = guiCreateButton(333, 242, 154, 72, "", false) guiSetAlpha(GUIEditor.button[4], 0.00) GUIEditor.button[5] = guiCreateButton(329, 365, 154, 72, "", false) guiSetAlpha(GUIEditor.button[5], 0.00) GUIEditor.button[6] = guiCreateButton(499, 367, 154, 72, "", false) guiSetAlpha(GUIEditor.button[6], 0.00) GUIEditor.button[7] = guiCreateButton(496, 242, 154, 72, "", false) guiSetAlpha(GUIEditor.button[7], 0.00) GUIEditor.button[8] = guiCreateButton(164, 244, 154, 72, "", false) guiSetAlpha(GUIEditor.button[8], 0.00) GUIEditor.button[9] = guiCreateButton(162, 367, 154, 72, "", false) guiSetAlpha(GUIEditor.button[9], 0.00) end ) local sx,sy = guiGetScreenSize() function Dx() dxDrawRectangle(sx*0.3413,sy*0.3550,sx*0.3137,sy*0.2667) dxDrawLine(158 - 1, 95 - 1, 158 - 1, 450, tocolor(0, 0, 0, 255), 1, false) dxDrawLine(656, 95 - 1, 158 - 1, 95 - 1, tocolor(0, 0, 0, 255), 1, false) dxDrawLine(158 - 1, 450, 656, 450, tocolor(0, 0, 0, 255), 1, false) dxDrawLine(656, 450, 656, 95 - 1, tocolor(0, 0, 0, 255), 1, false) dxDrawRectangle(158, 95, 498, 355, tocolor(249, 5, 5, 255), false) dxDrawLine(156, 119, 655, 119, tocolor(255, 255, 255, 255), 1, false) dxDrawText("مود الانتقالات لسيرفر جراند العراق", 210, 94, 585, 119, tocolor(20, 35, 233, 255), 1.00, "default-bold", "center", "center", false, false, false, false, false) dxDrawLine(333 - 1, 130 - 1, 333 - 1, 199, tocolor(0, 0, 0, 255), 1, false) dxDrawLine(485, 130 - 1, 333 - 1, 130 - 1, tocolor(0, 0, 0, 255), 1, false) dxDrawLine(333 - 1, 199, 485, 199, tocolor(0, 0, 0, 255), 1, false) dxDrawLine(485, 199, 485, 130 - 1, tocolor(0, 0, 0, 255), 1, false) dxDrawRectangle(333, 130, 152, 69, tocolor(91, 243, 8, 255), false) dxDrawLine(164 - 1, 131 - 1, 164 - 1, 200, tocolor(0, 0, 0, 255), 1, false) dxDrawLine(316, 131 - 1, 164 - 1, 131 - 1, tocolor(0, 0, 0, 255), 1, false) dxDrawLine(164 - 1, 200, 316, 200, tocolor(0, 0, 0, 255), 1, false) dxDrawLine(316, 200, 316, 131 - 1, tocolor(0, 0, 0, 255), 1, false) dxDrawRectangle(164, 131, 152, 69, tocolor(242, 10, 190, 255), false) dxDrawLine(498 - 1, 129 - 1, 498 - 1, 198, tocolor(0, 0, 0, 255), 1, false) dxDrawLine(650, 129 - 1, 498 - 1, 129 - 1, tocolor(0, 0, 0, 255), 1, false) dxDrawLine(498 - 1, 198, 650, 198, tocolor(0, 0, 0, 255), 1, false) dxDrawLine(650, 198, 650, 129 - 1, tocolor(0, 0, 0, 255), 1, false) dxDrawRectangle(498, 129, 152, 69, tocolor(99, 151, 141, 255), false) dxDrawLine(165 - 1, 245 - 1, 165 - 1, 314, tocolor(0, 0, 0, 255), 1, false) dxDrawLine(317, 245 - 1, 165 - 1, 245 - 1, tocolor(0, 0, 0, 255), 1, false) dxDrawLine(165 - 1, 314, 317, 314, tocolor(0, 0, 0, 255), 1, false) dxDrawLine(317, 314, 317, 245 - 1, tocolor(0, 0, 0, 255), 1, false) dxDrawRectangle(165, 245, 152, 69, tocolor(19, 230, 228, 255), false) dxDrawLine(163 - 1, 368 - 1, 163 - 1, 437, tocolor(0, 0, 0, 255), 1, false) dxDrawLine(315, 368 - 1, 163 - 1, 368 - 1, tocolor(0, 0, 0, 255), 1, false) dxDrawLine(163 - 1, 437, 315, 437, tocolor(0, 0, 0, 255), 1, false) dxDrawLine(315, 437, 315, 368 - 1, tocolor(0, 0, 0, 255), 1, false) dxDrawRectangle(163, 368, 152, 69, tocolor(207, 41, 61, 255), false) dxDrawLine(332 - 1, 244 - 1, 332 - 1, 313, tocolor(0, 0, 0, 255), 1, false) dxDrawLine(484, 244 - 1, 332 - 1, 244 - 1, tocolor(0, 0, 0, 255), 1, false) dxDrawLine(332 - 1, 313, 484, 313, tocolor(0, 0, 0, 255), 1, false) dxDrawLine(484, 313, 484, 244 - 1, tocolor(0, 0, 0, 255), 1, false) dxDrawRectangle(332, 244, 152, 69, tocolor(1, 244, 64, 255), false) dxDrawLine(330 - 1, 368 - 1, 330 - 1, 437, tocolor(0, 0, 0, 255), 1, false) dxDrawLine(482, 368 - 1, 330 - 1, 368 - 1, tocolor(0, 0, 0, 255), 1, false) dxDrawLine(330 - 1, 437, 482, 437, tocolor(0, 0, 0, 255), 1, false) dxDrawLine(482, 437, 482, 368 - 1, tocolor(0, 0, 0, 255), 1, false) dxDrawRectangle(330, 368, 152, 69, tocolor(248, 0, 0, 255), false) dxDrawLine(498 - 1, 244 - 1, 498 - 1, 313, tocolor(0, 0, 0, 255), 1, false) dxDrawLine(650, 244 - 1, 498 - 1, 244 - 1, tocolor(0, 0, 0, 255), 1, false) dxDrawLine(498 - 1, 313, 650, 313, tocolor(0, 0, 0, 255), 1, false) dxDrawLine(650, 313, 650, 244 - 1, tocolor(0, 0, 0, 255), 1, false) dxDrawRectangle(498, 244, 152, 69, tocolor(246, 0, 231, 255), false) dxDrawLine(499 - 1, 368 - 1, 499 - 1, 437, tocolor(0, 0, 0, 255), 1, false) dxDrawLine(651, 368 - 1, 499 - 1, 368 - 1, tocolor(0, 0, 0, 255), 1, false) dxDrawLine(499 - 1, 437, 651, 437, tocolor(0, 0, 0, 255), 1, false) dxDrawLine(651, 437, 651, 368 - 1, tocolor(0, 0, 0, 255), 1, false) dxDrawRectangle(499, 368, 152, 69, tocolor(10, 42, 237, 255), false) dxDrawText("الدائري", 164, 128, 316, 200, tocolor(83, 233, 10, 255), 1.00, "default-bold", "center", "center", false, false, false, false, false) dxDrawText("البداية", 333, 128, 485, 200, tocolor(145, 17, 227, 255), 1.00, "default-bold", "center", "center", false, false, false, false, false) dxDrawText("النخيل", 497, 128, 649, 200, tocolor(83, 233, 10, 255), 1.00, "default-bold", "center", "center", false, false, false, false, false) dxDrawText("المطار الثاني", 332, 242, 484, 314, tocolor(138, 102, 128, 255), 1.00, "default-bold", "center", "center", false, false, false, false, false) dxDrawText("الشارع الطويل ", 329, 366, 481, 438, tocolor(138, 102, 128, 255), 1.00, "default-bold", "center", "center", false, false, false, false, false) dxDrawText("الغروب", 498, 367, 650, 439, tocolor(138, 102, 128, 255), 1.00, "default-bold", "center", "center", false, false, false, false, false) dxDrawText("المطار الاول", 496, 243, 648, 315, tocolor(82, 20, 222, 255), 1.00, "default-bold", "center", "center", false, false, false, false, false) dxDrawText("المطار الثالث", 164, 242, 316, 314, tocolor(82, 20, 222, 255), 1.00, "default-bold", "center", "center", false, false, false, false, false) dxDrawText("الطعوس", 161, 366, 313, 438, tocolor(138, 102, 128, 255), 1.00, "default-bold", "center", "center", false, false, false, false, false) end ------------------------------------------------------- bindKey ( "F5", "down", function () if removeEventHandler("onClientRender",root,Dx) then removeEventHandler("onClientRender",root,Dx) showCursor(false) else showCursor(true) addEventHandler("onClientRender",root,Dx) end end) --------------------------------------------------------- addEventHandler ( "onClientGUIClick", root, function ( ) if source == GUIEditor.button[1] then triggerServerEvent("1",getLocalPlayer()) end end ) ----------------------------------------------------------- addEventHandler ( "onClientGUIClick", root, function ( ) if source == GUIEditor.button[2] then triggerServerEvent("2",getLocalPlayer()) end end ) ------------------------------------------------------------- addEventHandler ( "onClientGUIClick", root, function ( ) if source == GUIEditor.button[3] then triggerServerEvent("3",getLocalPlayer()) end end ) ------------------------------------------------- addEventHandler ( "onClientGUIClick", root, function ( ) if source == GUIEditor.button[4] then triggerServerEvent("4",getLocalPlayer()) end end ) ---------------------------------------- addEventHandler ( "onClientGUIClick", root, function ( ) if source == GUIEditor.button[5] then triggerServerEvent("5",getLocalPlayer()) end end ) ---------------------------------------- addEventHandler ( "onClientGUIClick", root, function ( ) if source == GUIEditor.button[6] then triggerServerEvent("6",getLocalPlayer()) end end ) -------------------------------- addEventHandler ( "onClientGUIClick", root, function ( ) if source == GUIEditor.button[7] then triggerServerEvent("7",getLocalPlayer()) end end ) -------------------------------------- addEventHandler ( "onClientGUIClick", root, function ( ) if source == GUIEditor.button[8] then triggerServerEvent("8",getLocalPlayer()) end end ) ------------------------------------ addEventHandler ( "onClientGUIClick", root, function ( ) if source == GUIEditor.button[9] then triggerServerEvent("9",getLocalPlayer()) end end ) سيرفر addEvent('1',true) addEventHandler('1',root, function ( ) spawnPlayer ( source , 1798.0023193359, 851.57989501953, 10.664346694946 ) outputChatBox("تم نقلك الى الدائري", source, 255, 0, 0) end ) -------------------------------------------------------------------------- addEvent('2',true) addEventHandler('2',root, function ( ) spawnPlayer ( source , 1798.0023193359, 851.57989501953, 10.664346694946 ) outputChatBox("تم نقلك الى البداية", source, 255, 0, 0) end ) ----------------------------------------------------------------------- addEvent('3',true) addEventHandler('3',root, function ( ) spawnPlayer ( source , 2057.7185058594, 1015.7459716797, 10.91438293457 ) outputChatBox("تم نقلك الى النخيل", source, 255, 0, 0) end ) ---------------------------------------------------------------- addEvent('4',true) addEventHandler('4',root, function ( ) spawnPlayer ( source , 1447.05884, 1458.82349, 10.82031 ) outputChatBox("تم نقلك الى المطار الثاني", source, 255, 0, 0) end ) -------------------------------------------------------- addEvent('5',true) addEventHandler('5',root, function ( ) spawnPlayer ( source , -2977.3986816406, -1373.2028808594, 1.3214073181152 ) outputChatBox("تم نقلك الى الشارع الطويل", source, 255, 0, 0) end ) -------------------------------------------- addEvent('6',true) addEventHandler('6',root, function ( ) spawnPlayer ( source , 635.01287841797, 1696.4790039063, 6.9921875 ) outputChatBox("تم نقلك الى الغروب", source, 255, 0, 0) end ) ---------------------------------------------- addEvent('7',true) addEventHandler('7',root, function ( ) spawnPlayer ( source , 1764.70593, -2494.11768, 13.55469 ) outputChatBox("تم نقلك الى المطار الاول", source, 255, 0, 0) end ) ------------------------------------------------ addEvent('8',true) addEventHandler('8',root, function ( ) spawnPlayer ( source , -1367.5183105469, -90.866271972656, 14.1484375 ) outputChatBox("تم نقلك الى المطار الثالث", source, 255, 0, 0) end ) -------------------------------------------------- addEvent('9',true) addEventHandler('9',root, function ( ) spawnPlayer ( source , -2674.7658691406, -2544.1206054688, 3.2746152877808 ) outputChatBox("تم نقلك الى الطعوس", source, 255, 0, 0) end ) طبعا انا حاطط البدايه وشارع الطويل على اساس السيرفر انت غيرهم بل احداثيات
-
لك ههههههههههههههههههههههههههههههههههههههههههههههههههههههههه لك تابل شو انت لكككككك شوووووو هههههههههههههههههههههههههههههههههه
-
لا ولله فهمانين وين نوع المود وين قصدي ال type ايهاب خذ