-
Posts
2,382 -
Joined
-
Last visited
-
Days Won
57
Everything posted by iMr.WiFi..!
-
حقتي شغالة وش يجيك في ديبق ؟
-
شوف مود قراند في المساهمات هو عن مود لفل وعدل عليه امسك الفنكشنات addEventHandler -- "onPlayerWasted", Partmens 2 getElementData -- "Level" +1 -- قفل الحدث وسوي فنكشن ثاني function ( Plr ) getElementData -- == 1 givePlayerMoney
-
جرب + مزبوط %100 كلينت changeGridListItemToPlayersName = function ( GridList, Column ) if GridList and Column then -- Check Parematers if getElementType ( GridList ) == "gui-gridlist" then -- Check The Type of ' GridList ' if guiGridListClear ( GridList ) then for i, v in next, getElementsByType ( "player" ) do -- Get Everything by Type ' player ' guiGridListSetItemText ( GridList, guiGridListAddRow ( GridList ), Column, getPlayerName ( v ), false, false ); end; end; end; end; end; local key = "F4" GUIEditor = { button = {}, edit = {}, window = {}, gridlist = {}, label = {}, } GUIEditor.window[1] = guiCreateWindow(210, 134, 374, 394, "لوحة - ارسال المال", false) guiWindowSetSizable(GUIEditor.window[1], false) GUIEditor.label[2] = guiCreateLabel(22, 342, 198, 44, "Created By Iphone", false, GUIEditor.window[1]) guiLabelSetColor(GUIEditor.label[2], 255, 0, 0) gridName = guiCreateGridList(9, 20, 129, 320, false, GUIEditor.window[1]) column = guiGridListAddColumn(gridName, "اللاعبين", 0.9) changeGridListItemToPlayersName(gridName,column) buttonName = guiCreateButton(243, 21, 122, 45, "ارسال", false, GUIEditor.window[1]) editName = guiCreateEdit(245, 76, 120, 30, "", false, GUIEditor.window[1]) GUIEditor.label[7] = guiCreateLabel(208, 85, 79, 43, " : المبلغ", false, GUIEditor.window[1]) guiLabelSetColor(GUIEditor.label[7], 125, 253, 0) guiSetVisible (GUIEditor.window[1], false) bindKey( key, "down",function() guiSetVisible (GUIEditor.window[1], not guiGetVisible (GUIEditor.window[1]) ) showCursor ( guiGetVisible (GUIEditor.window[1]) ) end) addEventHandler ("onClientGUIClick",buttonName, function () local selected = guiGridListGetSelectedItem (gridName) if selected ~= -1 and tonumber(guiGetText(editName)) then local plrName = guiGridListGetItemText (gridName,selected,1) local plr = getPlayerFromName (plrName) if plr then triggerServerEvent ("Tran",localPlayer,guiGetText(editName),plr,plrName) end end end,false) سيرفر addEvent ("Tran",true) addEventHandler ("Tran",root, function (amm,plr,name) if getPlayerMoney(source) >= tonumber(amm) then givePlayerMoney(plr,tonumber(amm)) takePlayerMoney (source,tonumber(amm)) outputChatBox("تم التحويل",source,0,255,0,true) end end) ميتا type="misc" version="3.0.2" name="Iphone2" author="Iphone"/>
-
حقي جاهز وكامل حقه عدل عليهه ,text
-
setTimer ( function() outputChatBox('[C.Console]: Created By #Saed ',0,255,0,true ) end, 30000,1)
-
-- #Client addEventHandler -- "onClientGUIClick" setElementData -- #Server addEventHandler -- "onPlayerChat" if type == 0 -- سوي تحقق , getElementData -- True cancelEvent
-
كلنت changeGridListItemToPlayersName = function ( GridList, Column ) if GridList and Column then -- Check Parematers if getElementType ( GridList ) == "gui-gridlist" then -- Check The Type of ' GridList ' if guiGridListClear ( GridList ) then for i, v in next, getElementsByType ( "player" ) do -- Get Everything by Type ' player ' guiGridListSetItemText ( GridList, guiGridListAddRow ( GridList ), Column, getPlayerName ( v ), false, false ); end; end; end; end; end; local key = "F4" GUIEditor = { button = {}, edit = {}, window = {}, gridlist = {}, label = {}, } GUIEditor.window[1] = guiCreateWindow(210, 134, 374, 394, "لوحة - ارسال المال", false) guiWindowSetSizable(GUIEditor.window[1], false) GUIEditor.label[2] = guiCreateLabel(22, 342, 198, 44, "Created By Iphone", false, GUIEditor.window[1]) guiLabelSetColor(GUIEditor.label[2], 255, 0, 0) gridName = guiCreateGridList(9, 20, 129, 320, false, GUIEditor.window[1]) column = guiGridListAddColumn(GUIEditor.gridlist[2], "اللاعبين", 0.9) changeGridListItemToPlayersName(gridName,column) buttonName = guiCreateButton(243, 21, 122, 45, "ارسال", false, GUIEditor.window[1]) editName = guiCreateEdit(245, 76, 120, 30, "", false, GUIEditor.window[1]) GUIEditor.label[7] = guiCreateLabel(208, 85, 79, 43, " : المبلغ", false, GUIEditor.window[1]) guiLabelSetColor(GUIEditor.label[7], 125, 253, 0) guiSetVisible (GUIEditor.window[1], false) bindKey( key, "down",function() guiSetVisible (GUIEditor.window[1], not guiGetVisible (GUIEditor.window[1]) ) showCursor ( guiGetVisible (GUIEditor.window[1]) ) end) addEventHandler ("onClientGUIClick",buttonName, function () local selected = guiGridListGetSelectedItem (gridName) if selected ~= -1 and tonumber(guiGetText(editName)) then local plrName = guiGridListGetItemText (gridName,selected,1) local plr = getPlayerFromName (plrName) if plr then triggerServerEvent ("Tran",localPlayer,guiGetText(editName),plr,plrName) end end end,false) سيرفر addEvent ("Tran",true) addEventHandler ("Tran",root, function (amm,plr,name) if getPlayerMoney(source) >= tonumber(amm) then givePlayerMoney(plr,tonumber(amm)) takePlayerMoney (source,tonumber(amm)) outputChatBox("تم التحويل",source,0,255,0,true) end end) ميتا type="misc" version="3.0.2" name="Iphone2" author="Iphone"/>
-
addEventHandler("onClientGUIClick",resourceRoot, function() if source == GUIEditor.button[4] then triggerServerEvent("yesLocal",localPlayer) elseif source == GUIEditor.button[3] then triggerServerEvent("noLocal",localPlayer) end end)
-
امم الحين انا مابي اللاعب يدخل سيارة مابي اجيب سيارة لما لاعب يدخل السيارة ابي اجيب السيارة بطريقة الاتية: انا ملصق الماركرات بسيارات المرسبنة لما لاعب يدخل على الماركر الموجود خلف السيارة . يجيب السيارة كيف عن طريق الماركر الملصق بسيارة
-
ممكن توضح اكثر وش اسوي بتيبلات ؟
-
^ في طريقة تاني ولا بس هي ؟
-
الحين ابي اسوي داتا للسيارة اول مايدخل ماركر بس المشكلة انا مسوي مسوي ماركارت و سيارات فوش الحل ؟
-
كيف اضع داتا للسيارةة , اي بختصار لما لاعب يدخل الماركر كيف اجيب الماركر يعني الحين سويت ماركرات كثيرة للسياراتت اوكك ؟ باختصار كذا function Markres123() for i,v in ipairs ( getElementsByType ( "vehicle" ) ) do setElementAlpha(Marker1to1000,0) attachElements(v,Marker1to1000,0,0,4) end end الحين كيف اجيب السيارة الي ملصوق بها الماركر , ؟؟؟ عشان اضع داتا عليها ,
-
تم تصويت الشنطة الخلفيةة , مبركك سوف اعمل عسكربت , وانشاءالله ينزل قريب ! اهلا بالاجازة ووداعاً للمدارس
-
وضح اكتر في هذي النقطة
-
مو لازم ذذ روح عند المكان ثم سوي /gp بعدين يجيك الاحداثيات في الشات روح اف 8 وانسخ الاحداثيات وحطها في الجدول local Spawn = { {" المستشفى " , x , y , z }; {" المقر " , x , y , z }; {" مركز الشرطة " , x, y, z }; }
-
'onClientGUIClick' triggerServerEvent giveWeapon -- تقدر تحدد الرصاص takePlayerMoney
-
طيب انا حاولت اسوي خاصية الحذف ولاقدرت محاولتي addEvent('Destroy',true) addEventHandler('Destroy',root,function() if #vehicles2 ~= 0 and #vehicles2 == 2 then Num = #vehicles2 - 1 destroyElement( vehicles2 [ Num ] ) table.remove( vehicles2, Num) end end)
-
كودك هريسس , تمام اشتغل كودك ي @DTC12
-
#: بتوفيق لكم ,
-
وضح كيف يقدر يرسلك يكتب الرسالة داخل الميمو ؟
-
الحين تسمي الفنكشن وتحط اسم الفنكشن في الارقمنت الثالث اذذا ما فهمتني امسسك , function Rg3AsmkL3bh( button ) if button == "enter" then if source == GUIEditor.button[1] then if guiGetText(GUIEditor.edit[1]) ~= '' then triggerServerEvent("support",localPlayer,guiGetText(GUIEditor.edit[1])) guiSetText (GUIEditor.edit[1], "" ) else guiSetEnabled(GUIEditor.button[1], false) setTimer(guiSetEnabled, 3000, 1, GUIEditor.button[1], true) end end end addEventHandler("onClientGUIClick",root,Rg3AsmkL3bh) addEventHandler("onClientKey",root,Rg3AsmkL3bh) addEvent("sendmessage2",true) addEventHandler("sendmessage2",root, function(Name,Text) local gg = guiGridListAddRow(GUIEditor.gridlist[1]) guiGridListSetItemText(GUIEditor.gridlist[1],gg, 1, Name:gsub("#%x%x%x%x%x%x", "") .. " : " .. Text , false, false) guiGridListSetItemColor(GUIEditor.gridlist[1],gg, 1, 0, 255, 0, 255) if ( guiCheckBoxGetSelected( GUIEditor.checkbox[1] ) == true ) then outputChatBox("[support-System] #FF0000"..Name.."#FFFFFF : #00FF00"..guiGetText(GUIEditor.edit[1]),255,255,0,true) end end)
-
^ العفو , اي مساعدة تفضل
-
^ الكود ذذ مافي مشكلة بس عشان الاكواد الثانية فيها مشكلة ويعتبره الديبق مشكلة ,, امسك شكراً عبدالكريم عالتوضيح : --Server addEvent('FixNow',true) addEvent('StopHealth',true) addEventHandler('FixNow',root, function ( ) if isPedInVehicle ( source ) then local Veh = getPedOccupiedVehicle ( source ) if getElementHealth(Veh) ~= 1000 then setElementHealth(Veh,1000) setVehicleDamageProof(Veh, true) end end end ) addEventHandler('StopHealth',root, function () if isPedInVehicle ( source ) then local Veh = getPedOccupiedVehicle ( source ) if getElementHealth(Veh) ~= 1000 then return end setVehicleDamageProof(Veh, false) end ) عدل ذذ بسيرفر , --- والمشكلة حقت السيارة ماتشتغل انت ضايف اند زايدةة , امسك , addEventHandler ("onClientGUIClick",resourceRoot, function () if ( source == GUIEditor.button[3] ) then triggerServerEvent("FixCar",root) end end ) addEvent('FixCar', true) addEventHandler( 'FixCar', root, function ( ) if isPedInVehicle ( source ) then local Veh = getPedOccupiedVehicle ( source ) fixVehicle(Veh) outputChatBox('[RentSystem]: تم اصلاح سيارتك بنجاح ', source ,0,255,0,true ) else outputChatBox('[RentSystem]: لايوجد سيارة لاصلاحها ', source ,0,255,0,true ) end end ) ---- مافي مشاكل في الاكواد الثانيةة ,