
yazan
Members-
Posts
1,452 -
Joined
-
Last visited
Everything posted by yazan
-
اها طيب بصنع لك قيم مود جديد لكن سعر مثل ما قلت ما بطلع عن 50 بس تشتريه مو تقلي لا لنه ببلش اعمل فيه و بكرا بعطيك ياه نضام جديد ما احد عمله من قبل و بيكون حلو والله
-
اخوي انت كل شوي لرئي مو بتخليه حرب؟؟
-
اولن ما لك دخل + انت اصلن ما لك دخل في برمجة + انا تعبت في الكود يجي واحد يضيف سطر مشان اكتب اسمك مثل اقول اسكت اسكت
-
marker = createMarker ( 1538.8000488281, -1627.8000488281, 13.39999961853, "cylinder", 5, 255, 0, 0, 170 ) door = createObject(2990, 1540.5, -1627.6999511719, 16.299999237061,0,0,272) GUIEditor_Button = {} GUIEditor_Label = {} wido = guiCreateWindow(267,343,319,121,"By yazan",false) guiSetVisible(wido,false) GUIEditor_Button[1] = guiCreateButton(24,63,137,49,"open",false,wido) GUIEditor_Button[2] = guiCreateButton(164,64,132,48,"clos",false,wido) GUIEditor_Label[1] = guiCreateLabel(106,30,97,23,"لفتح او اغلق الباب",false,wido) addEventHandler("onClientMarkerHit",marker, function (player) if (getElementType (player) == "player") and (player == localPlayer) then guiSetVisible(wido,true) showCursor(true) end addEventHandler ( "onClientMarkerLeave", marker, function ( leftElement ) if ( guiGetVisible ( wido ) == true ) and ( getElementType ( leftElement ) == "player" ) then guiSetVisible (wido, false ) showCursor ( false ) end addEventHandler( "onClientGUIClick", root, function () if ( source == GUIEditor_Button[1] ) then moveObject(door, 5000, -2646.6999511719, 1359.3000488281, 7.8000001907349) guiSetVisible(wido,false) outputChatBox('#FFFF00 تم فتح الباب',255, 255, 0, true ) elseif ( source == GUIEditor_Button[2] ) then moveObject(door, 5000, 1540.5, -1627.6999511719, 16.299999237061) guiSetVisible(wido,false) outputChatBox('#FFFF00 تم غلق الباب',255, 255, 0, true ) end end end end end
-
GUIEditor_TabPanel = {} GUIEditor_Tab = {} GUIEditor_TabPaneli = guiCreateTabPanel(5,30,791,561,false) GUIEditor_Tabii = guiCreateTab("polec",GUIEditor_TabPaneli) po1 = guiCreateStaticImage(16,21,345,257,"yazan/po1.png",false,GUIEditor_Tabii) po2 = guiCreateStaticImage(371,22,400,257,"yazan/po2.png",false,GUIEditor_Tabii) po3 = guiCreateStaticImage(16,284,345,243,"yazan/po3.png",false,GUIEditor_Tabii) po4 = guiCreateStaticImage(369,284,401,243,"yazan/po4.png",false,GUIEditor_Tabii) GUIEditor_Tabiii = guiCreateTab("vagos",GUIEditor_TabPaneli) elo1 = guiCreateStaticImage(11,13,367,288,"yazan/elo1.png",false,GUIEditor_Tabiii) elo2 = guiCreateStaticImage(387,13,393,290,"yazan/elo2.png",false,GUIEditor_Tabiii) elo3 = guiCreateStaticImage(9,308,368,223,"yazan/elo3.png",false,GUIEditor_Tabiii) elo4 = guiCreateStaticImage(386,308,395,224,"yazan/elo4.png",false,GUIEditor_Tabiii) GUIEditor_Tabiiii = guiCreateTab("Grove",GUIEditor_TabPaneli) gre1 = guiCreateStaticImage(9,16,377,285,"yazan/gr1.png",false,GUIEditor_Tabiiii) gre2 = guiCreateStaticImage(398,17,383,286,"yazan/gr2.png",false,GUIEditor_Tabiiii) gre4 = guiCreateStaticImage(398,312,384,219,"yazan/gr3.png",false,GUIEditor_Tabiiii) gre3 = guiCreateStaticImage(8,307,378,222,"yazan/gr4.png",false,GUIEditor_Tabiiii) GUIEditor_Tabiiiii = guiCreateTab("nta",GUIEditor_TabPaneli) nta1 = guiCreateStaticImage(2,6,788,248,"yazan/nta1.png",false,GUIEditor_Tabiiiii) nta2 = guiCreateStaticImage(2,268,787,264,"yazan/nta2.png",false,GUIEditor_Tabiiiii) showCursor ( true ) function open() guiSetVisible(GUIEditor_TabPaneli,not guiGetVisible(GUIEditor_TabPaneli)) showCursor(guiGetVisible(GUIEditor_TabPaneli)) guiSetInputEnabled(guiGetVisible(GUIEditor_TabPaneli)) end bindKey("F6","down",open) function spawnMe(i) triggerServerEvent("spawn",localPlayer,i) guiSetVisible ( GUIEditor_TabPaneli ,false) showCursor (false) end addEventHandler("onClientGUIClick",root, function() if source == po1 then spawnMe(1) elseif source == po2 then spawnMe(2) elseif source == po3 then spawnMe(3) elseif source == po4 then spawnMe(4) elseif source == elo1 then spawnMe(5) elseif source == elo2 then spawnMe(6) elseif source == elo3 then spawnMe(7) elseif source == elo4 then spawnMe(8) elseif source == gre1 then spawnMe(9) elseif source == gre2 then spawnMe(10) elseif source == gre3 then spawnMe(11) elseif source == gre4 then spawnMe(12) elseif source == nta1 then spawnMe(13) elseif source == nta2 then spawnMe(14) end end)
-
مشكوررررين بس عندي مشكله في هذى كود انه لمن تدخل سيرفر و تكبس على صوره تروح لوحه مع الماوس لكن لمن اكبس اف 6 و اختار تروح لوحه و الماوس لا GUIEditor_TabPanel = {} GUIEditor_Tab = {} GUIEditor_TabPanel[1] = guiCreateTabPanel(5,30,791,561,false) GUIEditor_Tab[1] = guiCreateTab("polec",GUIEditor_TabPanel[1]) po1 = guiCreateStaticImage(16,21,345,257,"yazan/po1.png",false,GUIEditor_Tab[1]) po2 = guiCreateStaticImage(371,22,400,257,"yazan/po2.png",false,GUIEditor_Tab[1]) po3 = guiCreateStaticImage(16,284,345,243,"yazan/po3.png",false,GUIEditor_Tab[1]) po4 = guiCreateStaticImage(369,284,401,243,"yazan/po4.png",false,GUIEditor_Tab[1]) GUIEditor_Tab[2] = guiCreateTab("vagos",GUIEditor_TabPanel[1]) elo1 = guiCreateStaticImage(11,13,367,288,"yazan/elo1.png",false,GUIEditor_Tab[2]) elo2 = guiCreateStaticImage(387,13,393,290,"yazan/elo2.png",false,GUIEditor_Tab[2]) elo3 = guiCreateStaticImage(9,308,368,223,"yazan/elo3.png",false,GUIEditor_Tab[2]) elo4 = guiCreateStaticImage(386,308,395,224,"yazan/elo4.png",false,GUIEditor_Tab[2]) GUIEditor_Tab[3] = guiCreateTab("Grove",GUIEditor_TabPanel[1]) gre1 = guiCreateStaticImage(9,16,377,285,"yazan/gr1.png",false,GUIEditor_Tab[3]) gre2 = guiCreateStaticImage(398,17,383,286,"yazan/gr2.png",false,GUIEditor_Tab[3]) gre4 = guiCreateStaticImage(398,312,384,219,"yazan/gr3.png",false,GUIEditor_Tab[3]) gre3 = guiCreateStaticImage(8,307,378,222,"yazan/gr4.png",false,GUIEditor_Tab[3]) GUIEditor_Tab[4] = guiCreateTab("nta",GUIEditor_TabPanel[1]) nta1 = guiCreateStaticImage(2,6,788,248,"yazan/nta1.png",false,GUIEditor_Tab[4]) nta2 = guiCreateStaticImage(2,268,787,264,"yazan/nta2.png",false,GUIEditor_Tab[4]) showCursor (true) function open() guiSetVisible(GUIEditor_TabPanel[1],not guiGetVisible(GUIEditor_TabPanel[1])) showCursor(guiGetVisible(GUIEditor_TabPanel[1])) guiSetInputEnabled(guiGetVisible(GUIEditor_TabPanel[1])) end bindKey("F2","down",open) function spawnMe(i) triggerServerEvent("spawn",localPlayer,i) guiSetVisible ( GUIEditor_TabPanel[1] ,false) showCursor (false) end addEventHandler("onClientGUIClick",root, function() if source == po1 then spawnMe(1) elseif source == po2 then spawnMe(2) elseif source == po3 then spawnMe(3) elseif source == po4 then spawnMe(4) elseif source == elo1 then spawnMe(5) elseif source == elo2 then spawnMe(6) elseif source == elo3 then spawnMe(7) elseif source == elo4 then spawnMe(8) elseif source == gre1 then spawnMe(9) elseif source == gre2 then spawnMe(10) elseif source == gre3 then spawnMe(11) elseif source == gre4 then spawnMe(12) elseif source == nta1 then spawnMe(13) elseif source == nta2 then spawnMe(14) end end)
-
مود شغال في لوحه مو منه يعني يرسل للشرطه رساله لكن ما يطلع صور بل ردار
-
addEvent ( "onSendDataToPolice", true ) addEventHandler ( "onSendDataToPolice", root, function ( Data ) if tostring ( Data ) then for _, v in ipairs ( getElementsByType ( "player" ) ) do local team = getPlayerTeam ( v ) if ( team and getTeamName (team) == ("police")) then outputChatBox ( "a communication has been received from ["..getPlayerName(source).."] : "..Data, v, 225, 0, 0, true ) end end end end ) addEvent ( "onSendDataToCreateTheBlip", true ) addEventHandler ( "onSendDataToCreateTheBlip", root, function() createBlipAttachedTo (source, 3) end)
-
اذا كان قصدك الحجاج انا اسمي الحجري + تقول مايخصنيي طيبب انت حاطه في القسم البرمجة او كل من يشوف موضوعك لين مايخصنيي خله خااص ماتعرف تقرآ English ? ما قرئت اسمك زين لنه مو مهتم لك اصلن حجاج حجار مدري وش المهم انت سخيف و مثل ما قال لو فيك خير كان صححت كود
-
مشكور هيا تنفع كلنت و سيرفر كود حق الصوره
-
الحين اوضحلك صوره تضهر لقروب لنه بيستخدم تحديد مكان مشان يجون سعدنوه + انا قيم مود حقي تيم مو قربات يعني بيكون تيم
-
لا انا قصدي هو قروب لكن تيم و شلون اعمل صوره ؟
-
علمه على رادر مثل محل السلحه فرد على ردار + هو مو تيم قروب
-
بس اخوي هو يعطي احداث انا ودي يعطي مثل صوره على ردار
-
مشكور برستيج و عناد + سوجن و الحجاج اتوقع شي ما يخصكم لخبيط او غير و لصق او لا و سوجن انت عامل نفسك مبرمج و انت ططلب اكود مني والله في مسن