-
Posts
1,388 -
Joined
-
Last visited
-
Days Won
14
Everything posted by +Source|>
-
#UP
-
شوي ملف في مود التكتيك وعرفه في الميتا وحط الأكواد ذي ان لما اللاعب يكتب بالشات يسوي كنسل
-
فكره حلوه رح احطها بالإصدار الجاي ان شاء الله
-
تأكد من اقفال مود الفريروم او مو التكتبك حقك سوي فيه كود يمنع التكرار
-
طبيعي ما بيشتغلل لأنك مسوي لو هو ششغال على طول يطفى مو هيك ؟ ول انا غلطان ؟
-
حبيبي رح الرابط تلاقي الصور
-
السلام عليكم ورحمة الله وبركاته كيف حالكم ان شاء الله بخير رجعتلكم بمود من تصميمي وبرمجتي مود العــاجل المــطــور الرابط تـــم حذف الرابط القديم _________________________________________________________ تم تنزيل النسخه الجديده ما الجديد فيها ؟ تعديل بعض الأخطاء وإضافة أشياء بسيطه إكتشفها بنفسك من هــنا http://mtamodes.rigala.net/t25-topic#34
-
تراه شغال معي انت مسوي شي غلط
-
جرب ذولا addEventHandler("onClientGUIClick",root, function () if source == GUIEditor.checkbox[1] then if (guiCheckBoxGetSelected(GUIEditor.checkbox[1]) == true) then UnlimtedColorsTimer = setTimer(function() triggerServerEvent( 'vehColorRandom', localPlayer ) end, 200, 0) else if (guiCheckBoxGetSelected(GUIEditor.checkbox[1]) == false) then killTimer(UnlimtedColorsTimer) end end end end ) addEvent( 'vehColorRandom', true ) addEventHandler( 'vehColorRandom', root, function( ) if isPedInVehicle( source ) then local uVehicle = getPedOccupiedVehicle( source ) if uVehicle then setVehicleColor(uVehicle, math.random(0, 255), math.random(0, 255), math.random(0, 255)) end end end )
-
addEventHandler("onClientGUIClick",root, function () if source == GUIEditor.checkbox[1] then if (guiCheckBoxGetSelected(GUIEditor.checkbox[1]) == true) then UnlimtedColorsTimer = setTimer(function() triggerServerEvent( 'vehColorRandom', localPlayer ) end, 200, 0) elseif (guiCheckBoxGetSelected(GUIEditor.checkbox[1]) == false) then killTimer(UnlimtedColorsTimer) end end end ) addEvent( 'vehColorRandom', true ) addEventHandler( 'vehColorRandom', root, function( uPlayer ) if isPedInVehicle( uPlayer ) then local uVehicle = getPedOccupiedVehicle( uPlayer ) if uVehicle then setVehicleColor(uVehicle, math.random(0, 255), math.random(0, 255), math.random(0, 255)) end end end ) جربب
-
uVehicle = معرفه ؟
-
يعني نفسها نفس لو حطيت بالميتا cache="false"
-
ادري انا قصدي يعني حذف ملف اللي انا حاطه بالمود حقي؟ طيب وش فايدتها انا ممكن احذذفه عادي بدون هالأمر
-
try that --server addEvent("sendMessage", true) addEventHandler("sendMessage", root, function( nn, Medit ) local player = getPlayerFromName( nn ) outputChatBox( Medit, player, 255, 255, 0, true ) end ) --client GUIEditor = { edit = {}, button = {}, window = {}, label = {}, gridlist = {} } addEventHandler("onClientResourceStart", resourceRoot, function() local screenW, screenH = guiGetScreenSize() GUIEditor.window[1] = guiCreateWindow((screenW - 528) / 2, (screenH - 183) / 2, 528, 183, "dm panel - gat", false) guiWindowSetSizable(GUIEditor.window[1], false) GUIEditor.gridlist[1] = guiCreateGridList(29, 32, 186, 142, false, GUIEditor.window[1]) local column = guiGridListAddColumn(GUIEditor.gridlist[1], "players", 0.9) GUIEditor.button[1] = guiCreateButton(247, 107, 271, 60, "DM", false, GUIEditor.window[1]) guiSetProperty(GUIEditor.button[1], "NormalTextColour", "FFAAAAAA") GUIEditor.edit[1] = guiCreateEdit(247, 32, 269, 65, "", false, GUIEditor.window[1]) GUIEditor.label[1] = guiCreateLabel(216, 63, 31, 15, "close", false, GUIEditor.window[1]) for id, player in pairs(getElementsByType("player")) do local row = guiGridListAddRow ( GUIEditor.gridlist[1]) guiGridListSetItemText ( GUIEditor.gridlist[1], row, column, getPlayerName ( player ), false, false ) guiSetVisible(GUIEditor.window[1], false ) end end ) function show () if guiGetVisible(GUIEditor.window[1] ) then guiSetVisible(GUIEditor.window[1], false ) showCursor (false) else guiSetVisible(GUIEditor.window[1], true ) showCursor (true) end end addCommandHandler("dm", show) function clickin () local Medit = guiGetText( GUIEditor.edit[1] ) local ss = guiGridListGetSelectedItem( GUIEditor.gridlist[1] ) local tt = guiGridListGetItemText( GUIEditor.gridlist[1], ss, 1 ) local nn = guiGridListGetItemText( GUIEditor.gridlist[1], guiGridListGetSelectedItem( GUIEditor.gridlist[1] ), 1 ) if source == GUIEditor.label[1] then guiSetVisible(GUIEditor.window[1], false ) showCursor (false) elseif source == GUIEditor.button[1] then if ( ss == -1 ) then outputChatBox( "Please select a player", 255, 0, 0, true ) return end if Medit == "" then return end showCursor (false) guiSetVisible(GUIEditor.window[1], false ) triggerServerEvent( "sendMessage", localPlayer, nn, Medit ) end end addEventHandler("onClientGUIClick", root, clickin)
-
+ أو تحط جنبه ذي العلامتين --
- 6 replies
-
- 1
-
- سؤال
- لوحة ادمنية
-
(and 1 more)
Tagged with:
-
انا عطيتك الفكره انت حاول وبساعدك