-
Posts
4,805 -
Joined
-
Last visited
-
Days Won
10
Everything posted by فاّرس
-
شوف هذا المثال , local marker = createMarker(...) -- نسوي ماركر # addEventHandler('onMarkerHit',marker, -- اذا لمس الماركر # function(player) -- نظيف العنصر للفنكشن # if getElementType(player) == 'player' then -- نعرف العنصر انه لاعب # if getPlayerTeam(player) and (getTeamName(getPlayerTeam(player)) == 'Blue' ) then -- تحقق اذا كان اللاعب في الفريق # (Blue) setElementPosition(player,x,y,z) -- نرسله لإحداثيات محدده # end -- اغلاق # end -- اغلاق # end,false -- اغلاق # ) -- اغلاق # اذا تبي الي لمس الماركر يكون اللاعب لازم تتحقق , والسورس على حسب الايفنت , نشوف السورس حق onMarkerHit : The source of this event is the marker that got hit by the element. يعني السورس هو الماركر الي انلمس على كذا لازم نعرف اللاعب ذذ, مثال ثاني , addEventHandler('onPlayerWasted',root, -- اذا مات اللاعب # function() -- وظيفه # if getPlayerTeam(source) and (getTeamName(getPlayerTeam(source)) == 'Grove') then -- نتحقق اذا اللاعب في التيم (Grove) # setPlayerTeam(source ,nil) -- نحذف اللاعب من التيم # end -- اغلاق # end -- اغلاق # ) -- اغلاق # هنا السورس هو اللاعب الي مات , كيف عرفت ؟ نشوف الايفنت onPlayerWasted : The source of this event is the player that died or got killed. إن شاء الله فهمت ,
-
سوي حدث , onClientGUIClick وتحقق من التيم قبل ما يضغط الزر , واذا ضغط الزر سوي , guiSetEnabled وسوي مخالفه للشرط - else وسوي تحقق , if not getPlayerTeam.... وسوي guiSetEnabled
-
if getPlayerTeam(element) and (getTeamName(getPlayerTeam(element)) == 'TeamName' ) then element = على حسب الفنكشن , ان كان كلنت والفنكشن فاضي - funtion() - فـ تحط localPlayer TeamName = اسم التيم,
-
getPlayerTeam getTeamName + الماركر بس للي ضغط الزر حسب ما اعرف ما تقدر ,
-
القسم آحس انه خطأ ذذ, + حساب addAccount ( string name, string pass ) المفروض ما تغير فيها ذذ, + ترجم جنب الكلام موب تحته ولا فوقه عشان الي توه جديد يفهم ذذ
-
--Checking the datas for the right type----------------------------------------------------- --- المود صنع مستر الكارثه --- [email protected] --- الرجاء عدم نزع الحقوق --]]------------------------------------------------- outputChatBox("#1569c7* [ Login #ffffff/ #1569c7Register ] : By : #FF0000Mr~AL~#FFF000~Kartha",0,0,0,true) ---- الكلام الظاهر في الشات GUIEditor = { staticimage = {}, edit = {}, button = {}, window = {}, label = {} } addEventHandler("onClientResourceStart", resourceRoot, function() GUIEditor.window[1] = guiCreateWindow(1, 0, 799, 600, "[AK-KSA]~سيرفر اكادمية الهجوله , رفع شباب تبوك~[AK-KSA]", false) guiWindowSetSizable(GUIEditor.window[1], false) guiSetAlpha(GUIEditor.window[1], 0.99) guiSetProperty(GUIEditor.window[1], "CaptionColour", "FFFF0000") GUIEditor.staticimage[1] = guiCreateStaticImage(9, 22, 780, 308, "win.png", false, GUIEditor.window[1]) GUIEditor.label[1] = guiCreateLabel(193, 344, 406, 24, "الرجاء عدم اعطاء الرقم السري الى احد حتا لو كان اخوك ولد عمك لا تعطيه ناس", false, GUIEditor.window[1]) guiSetFont(GUIEditor.label[1], "default-bold-small") guiLabelSetColor(GUIEditor.label[1], 255, 252, 0) user = guiCreateEdit(305, 417, 185, 29, "", false, GUIEditor.window[1]) pass = guiCreateEdit(305, 474, 185, 29, "", false, GUIEditor.window[1]) GUIEditor.label[2] = guiCreateLabel(342, 395, 117, 22, "آســم آلــمــســتــخــدم", false, GUIEditor.window[1]) guiSetFont(GUIEditor.label[2], "default-bold-small") guiLabelSetColor(GUIEditor.label[2], 255, 0, 0) GUIEditor.label[3] = guiCreateLabel(352, 452, 95, 22, "كــلــمــة آلــمــرور", false, GUIEditor.window[1]) guiSetFont(GUIEditor.label[3], "default-bold-small") guiLabelSetColor(GUIEditor.label[3], 251, 255, 0) GUIEditor.button[1] = guiCreateButton(274, 534, 88, 31, "تـسـجـيـل", false, GUIEditor.window[1]) guiSetFont(GUIEditor.button[1], "default-bold-small") guiSetProperty(GUIEditor.button[1], "NormalTextColour", "FFFBFF00") GUIEditor.button[2] = guiCreateButton(362, 534, 88, 31, "دخـول", false, GUIEditor.window[1]) guiSetFont(GUIEditor.button[2], "default-bold-small") guiSetProperty(GUIEditor.button[2], "NormalTextColour", "FF05FF00") GUIEditor.button[3] = guiCreateButton(450, 534, 88, 31, "زآئـر", false, GUIEditor.window[1]) guiSetFont(GUIEditor.button[3], "default-bold-small") guiSetProperty(GUIEditor.button[3], "NormalTextColour", "FF00FFF5") GUIEditor.label[4] = guiCreateLabel(236, 371, 320, 20, "\" رَبَّنَا آتِنَا فِي الدُّنْيَا حَسَنَةً وَفِي الآخِرَةِ حَسَنَةً وَقِنَا عَذَابَ النَّارِ\"", false, GUIEditor.window[1]) guiSetFont(GUIEditor.label[4], "default-bold-small") guiLabelSetColor(GUIEditor.label[4], 255, 252, 0) GUIEditor.label[5] = guiCreateLabel(14, 337, 114, 21, "Mod By : Mr-Kartha", false, GUIEditor.window[1]) guiSetFont(GUIEditor.label[5], "default-bold-small") guiLabelSetColor(GUIEditor.label[5], 0, 251, 255) GUIEditor.button[4] = guiCreateButton(411, 513, 29, 16, "EN", false, GUIEditor.window[1]) guiSetFont(GUIEditor.button[4], "default-bold-small") guiSetProperty(GUIEditor.button[4], "NormalTextColour", "FFFF0000") GUIEditor.button[5] = guiCreateButton(366, 513, 29, 16, "AR", false, GUIEditor.window[1]) guiSetFont(GUIEditor.button[5], "default-bold-small") guiSetProperty(GUIEditor.button[5], "NormalTextColour", "FF2FFF00") showCursor(true) guiSetInputEnabled(true) end ) addEventHandler('onClientGUIClick',root, function () if ( source == GUIEditor_button[5] ) then guiSetText(GUIEditor_window[1],"[AK-KSA]~سيرفر اكادمية الهجوله , رفع شباب تبوك~[AK-KSA]") guiSetText(GUIEditor_label[2],"آســم آلــمــســتــخــدم") guiSetText(GUIEditor_label[3],"كــلــمــة آلــمــرور") guiSetText(GUIEditor_button[2],"دخـول") guiSetText(GUIEditor_button[1],"تـسـجـيـل") guiSetText(GUIEditor_button[3],"زآئـر") elseif ( source == GUIEditor_button[4] ) then guiSetText(GUIEditor_lindow[1],"Welcome To Our Server AK-KSA") guiSetText(GUIEditor_label[2],"Username") guiSetText(GUIEditor_label[3],"Password") guiSetText(GUIEditor_button[2],"Login") guiSetText(GUIEditor_button[1],"Register") guiSetText(GUIEditor_button[3],"Guest") elseif ( source == GUIEditor_button[3] ) then guiSetVisible(GUIEditor_window[1],false) showCursor(false) guiSetInputEnabled(false) elseif ( source == GUIEditor_button[2] ) then triggerServerEvent("onlogin",localPlayer,guiGetText(user),guiGetText(pass)) elseif ( source == GUIEditor_button[1] ) then triggerServerEvent("onre",localPlayer,guiGetText(user),guiGetText(pass)) end end ) addEvent("setcol",true) addEventHandler("setcol",root, function () if guiGetVisible(GUIEditor_window[1]) then guiSetVisible(GUIEditor_window[1],false) showCursor(false) guiSetInputEnabled(false) end end )
-
لا حبيبي مشكور مابي اتعلم ذذ + الكود مافي خطأ انت مخبط ._. المتغيرات حق الازرار خطأ حاط زر التسجيل يخفي النافذه, يالله غير المتغيرات وقولنا وش سويت نبي نتعلم منك ذذ
-
, 100% شفته بكوده, يمكن عدله ,
-
المتغيرات غلط ذذ, الحين لو تضغط تسجيل بيخفي النافذه
-
بفنكشن ولا بدون بيشتغل ._. بالنسبه لـ local x,y = guiGetScreenSize(), يمكن مستخدمها بكود ثاني او يبيها في وقت ثاني ؟ ليه احذف شيء هو حاطه ذذ؟ + مافي خطأ بطر 62ذذ
-
انا هذا الفنكشن ما فهمته ذذ, بس استخدم triggerServerEvent + الحين اول تقول تبي الماركر يكون بمكان عشوائي والحين تبي اذا لمسته ؟ ارجع للرد حقي ورا وبتقلى الكود ذذ
-
وش السحر ذا ,اكواد من المريخ ذذ function() --Checking the datas for the right type----[[------------------------------------------------- --- المود صنع مستر الكارثه --- [email protected] --- الرجاء عدم نزع الحقوق --]]------------------------------------------------- outputChatBox("#1569c7* [ Login #ffffff/ #1569c7Register ] : By : #FF0000Mr~AL~#FFF000~Kartha",0,0,0,true) ---- الكلام الظاهر في الشات end GUIEditor = { staticimage = {}, edit = {}, button = {}, window = {}, label = {} } addEventHandler("onClientResourceStart", resourceRoot, function() GUIEditor.window[1] = guiCreateWindow(1, 0, 799, 600, "[AK-KSA]~سيرفر اكادمية الهجوله , رفع شباب تبوك~[AK-KSA]", false) guiWindowSetSizable(GUIEditor.window[1], false) guiSetAlpha(GUIEditor.window[1], 0.99) guiSetProperty(GUIEditor.window[1], "CaptionColour", "FFFF0000") GUIEditor.staticimage[1] = guiCreateStaticImage(9, 22, 780, 308, "win.png", false, GUIEditor.window[1]) GUIEditor.label[1] = guiCreateLabel(193, 344, 406, 24, "الرجاء عدم اعطاء الرقم السري الى احد حتا لو كان اخوك ولد عمك لا تعطيه ناس", false, GUIEditor.window[1]) guiSetFont(GUIEditor.label[1], "default-bold-small") guiLabelSetColor(GUIEditor.label[1], 255, 252, 0) user = guiCreateEdit(305, 417, 185, 29, "", false, GUIEditor.window[1]) pass = guiCreateEdit(305, 474, 185, 29, "", false, GUIEditor.window[1]) GUIEditor.label[2] = guiCreateLabel(342, 395, 117, 22, "آســم آلــمــســتــخــدم", false, GUIEditor.window[1]) guiSetFont(GUIEditor.label[2], "default-bold-small") guiLabelSetColor(GUIEditor.label[2], 255, 0, 0) GUIEditor.label[3] = guiCreateLabel(352, 452, 95, 22, "كــلــمــة آلــمــرور", false, GUIEditor.window[1]) guiSetFont(GUIEditor.label[3], "default-bold-small") guiLabelSetColor(GUIEditor.label[3], 251, 255, 0) GUIEditor.button[1] = guiCreateButton(274, 534, 88, 31, "تـسـجـيـل", false, GUIEditor.window[1]) guiSetFont(GUIEditor.button[1], "default-bold-small") guiSetProperty(GUIEditor.button[1], "NormalTextColour", "FFFBFF00") GUIEditor.button[2] = guiCreateButton(362, 534, 88, 31, "دخـول", false, GUIEditor.window[1]) guiSetFont(GUIEditor.button[2], "default-bold-small") guiSetProperty(GUIEditor.button[2], "NormalTextColour", "FF05FF00") GUIEditor.button[3] = guiCreateButton(450, 534, 88, 31, "زآئـر", false, GUIEditor.window[1]) guiSetFont(GUIEditor.button[3], "default-bold-small") guiSetProperty(GUIEditor.button[3], "NormalTextColour", "FF00FFF5") GUIEditor.label[4] = guiCreateLabel(236, 371, 320, 20, "\" رَبَّنَا آتِنَا فِي الدُّنْيَا حَسَنَةً وَفِي الآخِرَةِ حَسَنَةً وَقِنَا عَذَابَ النَّارِ\"", false, GUIEditor.window[1]) guiSetFont(GUIEditor.label[4], "default-bold-small") guiLabelSetColor(GUIEditor.label[4], 255, 252, 0) GUIEditor.label[5] = guiCreateLabel(14, 337, 114, 21, "Mod By : Mr-Kartha", false, GUIEditor.window[1]) guiSetFont(GUIEditor.label[5], "default-bold-small") guiLabelSetColor(GUIEditor.label[5], 0, 251, 255) GUIEditor.button[4] = guiCreateButton(411, 513, 29, 16, "EN", false, GUIEditor.window[1]) guiSetFont(GUIEditor.button[4], "default-bold-small") guiSetProperty(GUIEditor.button[4], "NormalTextColour", "FFFF0000") GUIEditor.button[5] = guiCreateButton(366, 513, 29, 16, "AR", false, GUIEditor.window[1]) guiSetFont(GUIEditor.button[5], "default-bold-small") guiSetProperty(GUIEditor.button[5], "NormalTextColour", "FF2FFF00") showCursor(true) guiSetInputEnabled(true) end ) addEventHandler('onClientGUIClick',root, function () if ( source == GUIEditor_Button[5] ) then guiSetText(GUIEditor_Window[1],"[AK-KSA]~سيرفر اكادمية الهجوله , رفع شباب تبوك~[AK-KSA]") guiSetText(GUIEditor_Label[2],"آســم آلــمــســتــخــدم") guiSetText(GUIEditor_Label[3],"كــلــمــة آلــمــرور") guiSetText(GUIEditor_Button[2],"دخـول") guiSetText(GUIEditor_Button[1],"تـسـجـيـل") guiSetText(GUIEditor_Button[3],"زآئـر") elseif ( source == GUIEditor_Button[4] ) then guiSetText(GUIEditor_Window[1],"Welcome To Our Server AK-KSA") guiSetText(GUIEditor_Label[2],"Username") guiSetText(GUIEditor_Label[3],"Password") guiSetText(GUIEditor_Button[2],"Login") guiSetText(GUIEditor_Button[1],"Register") guiSetText(GUIEditor_Button[3],"Guest") elseif ( source == GUIEditor_Button[3] ) then guiSetVisible(GUIEditor_Window[1],false) showCursor(false) guiSetInputEnabled(false) elseif ( source == GUIEditor_Button[2] ) then triggerServerEvent("onlogin",localPlayer,guiGetText(user),guiGetText(pass)) elseif ( source == GUIEditor_Button[1] ) then triggerServerEvent("onre",localPlayer,guiGetText(user),guiGetText(pass)) end end ) addEvent("setcol",true) addEventHandler("setcol",root, function () if guiGetVisible(GUIEditor_Window[1]) then guiSetVisible(GUIEditor_Window[1],false) showCursor(false) guiSetInputEnabled(false) end end )
-
وليه تنقل الماركر الى احداثيات عشوائيه ؟ هو اول ما يشتغل المود بيكون الماركر في مكان عشوائي من الجدول ._./: + ليه مستخدم triggerLatentServerEvent؟
-
الكود الي عطيتك المفروض يشتغل , اطرح كودك,
-
جربت هذا ؟ + اذا ما اشتغل اطرح الكلنت كامل , + يمكن من السيرفر مافي ترايقر ذذ
-
كذا بتطول شغلتك ذذ سوي جدول فيه ID vehID = { {435,432,424} } واستخدم , getVehicleNameFromModel getVehicleIDFromName tonumber
-
addEventHandler('onClientGUIClick',root, function () if ( source == GUIEditor_Button[5] ) then guiSetText(GUIEditor_Window[1],"[AK-KSA]~سيرفر اكادمية الهجوله , رفع شباب تبوك~[AK-KSA]") guiSetText(GUIEditor_Label[2],"آســم آلــمــســتــخــدم") guiSetText(GUIEditor_Label[3],"كــلــمــة آلــمــرور") guiSetText(GUIEditor_Button[2],"دخـول") guiSetText(GUIEditor_Button[1],"تـسـجـيـل") guiSetText(GUIEditor_Button[3],"زآئـر") elseif ( source == GUIEditor_Button[4] ) then guiSetText(GUIEditor_Window[1],"Welcome To Our Server AK-KSA") guiSetText(GUIEditor_Label[2],"Username") guiSetText(GUIEditor_Label[3],"Password") guiSetText(GUIEditor_Button[2],"Login") guiSetText(GUIEditor_Button[1],"Register") guiSetText(GUIEditor_Button[3],"Guest") elseif ( source == GUIEditor_Button[3] ) then guiSetVisible(GUIEditor_Window[1],false) showCursor(false) guiSetInputEnabled(false) elseif ( source == GUIEditor_Button[2] ) then triggerServerEvent("onlogin",localPlayer,guiGetText(user),guiGetText(pass)) elseif ( source == GUIEditor_Button[1] ) then triggerServerEvent("onre",localPlayer,guiGetText(user),guiGetText(pass)) end end ) addEvent("setcol",true) addEventHandler("setcol",root, function () if guiGetVisible(GUIEditor_Window[1]) then guiSetVisible(GUIEditor_Window[1],false) showCursor(false) guiSetInputEnabled(false) end end )
-
مسوي شرط if source == .... ومافي ايفنت اصلا؟ وزايد اند وقوسين
-
بس ما قلت لنا وش تبي بالضبط؟ تبي الجريد ليست فيها كل السيارات , ولا تبي تحط سيارات محدده؟
-
جرب انت طيب ؟ اتوقع انها تنحذف بس جرب ؟
-
لآ بيكون مثل اي ملف, يعني مثل يوم تحذف ملف الكلنت, اللاعب اذا خرج ودخل ملف الكلنت بيحمل من جديد كأنه اول مره تحطه ذذ,
-
بالنسبه للصوت جربته وانحذف عندي, fileDelete('Sound.mp3') بالنسبه للتحميل مآ آدري ذذ
-
جرب كذا ذذ, vTable = { [ 1 ] = { -2695.6999511719, -185.30000305176, 3.3000001907349 }, [ 2 ] = { -2717, -95.5, 3.3000001907349 }, [ 3 ] = { -2716.8999023438, -54.799999237061, 3.3000001907349 }, [ 4 ] = { -2717.1999511719, 1.7999999523163, 3.3000001907349 }, [ 5 ] = { -2696.1000976563, 59.799999237061, 3.3000001907349 }, [ 6 ] = { -2695.8000488281, 77.800003051758, 3.3000001907349 }, [ 7 ] = { -2694.5, 118.80000305176, 3.3000001907349 }, } local PosX,PosY,PosZ = unpack( vTable [ math.random( #vTable ) ] ) local one = createMarker ( PosX,PosY,PosZ, "cylinder", 1.5, 255, 255, 0, 170 ) addEventHandler('onClientMarkerHit',one, function( hitPlayer ) if hitPlayer == localPlayer then local x,y,z = getElementPosition ( source ) local px,py,pz = getElementPosition ( hitPlayer ) if z and pz then local check = math.abs ( pz - z ) if 1 >= check then triggerLatentServerEvent ( "money",hitPlayer ) end end end end,false )
