Leaderboard
Popular Content
Showing content with the highest reputation on 14/08/18 in all areas
-
3 points
-
-- Server addCommandHandler ( "check" , function ( player ) local acc = getPlayerAccount ( player ) if ( not isGuestAccount ( acc ) ) then if ( isObjectInACLGroup ( "user."..getAccountName(acc),aclGetGroup("Test") ) ) then triggerClientEvent ( player , "openWindow" , player ) end else outputChatBox("please login !",player) end end ) --- Client addEvent ( "openWindow" , true ) addEventHandler ( "openWindow" , root , function ( ) guiSetVisible ( GUIEditor.window[1] , not guiGetVisible ( GUIEditor.window[1] ) ) showCursor ( guiGetVisible ( GUIEditor.window[1] ) ) end )2 points
-
كم إقترآح : - يفضل تقلل عدد الرتب و تخلي الترقية صعبة , - شيل تاقات مو للادمنية مثلا كنق تايم , الخ , يصير في هيبة للأدمن , له شيء مميز .2 points
-
مارح يستفيد شي رح يسحب وهمي فقط @Hamada Gamer رح اعطيك مثال ان شاء الله تستفيد منه كلنت addEventHandler ( "onClientGUIClick" , root , function ( ) if source == button1 then ----- اسم الزر triggerServerEvent ( "Mahmoud",localPlayer) end end ) سيرفر addEvent('Mahmoud', true) addEventHandler('Mahmoud', root, function ( ) -- فتح وظيفة local PlayerMoney = getPlayerMoney(source) if ( PlayerMoney >= 2000) then-------للتحقق انو فلوس الاعب 200 او اكتر takePlayerMoney(source,2000)-- يسحب من الاعب 2000 giveWeapon( source, 22, 200 ) -- اعطاء سلاح رشاش ب200 طلق للاعب اللي ضغط الزر outputChatBox(' تم شراء 200 طلقة', source, 255, 0 ,0 ) --- رسالة عند اخذ سلاح else outputChatBox("فلوسك لا تكفي", source, 255, 0, 0, true) ----- اذا ما كان مع الاعب 2000 يطلع له كلام في الشات end end )2 points
-
محد ضربك وقالك بالاسم تعال قال اللي يبي ينضم يجي خاص ماقال بالله ي هيمو نحتاج برمجتك الخرافيه تعال فهمت؟ ههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههه2 points
-
Thisdp's DirectX Graphical User Interface System ( MTASA 2D+3D DxLIB ) This dxlib provide dx gui functions and events to make it easier to use and alternative to change the style more flexibly. Features: 1. Update Check(DGS will notice you if there is a higher version, and you can choose to ignore it or disable it in the config file) Update Command: "updatedgs" 2. Dx GUI Types: Basic: Window Edit Box Button Grid List Image Scroll Bar Scroll Pane Text Label Tab Panel Detect Area Radio Button Combo Box Check Box Memo 3D Interface 3D Text Browser Switch Button Selector Plugin: Media Browser Color Picker Mask Remote Image QRCode Blur Box Rounded Rectangle Nine Slice Scaling Object Preview Support Canvas Scroll Pane's 3D Effect 3. Edit/Memo rewrite ( You can no longer find the problems in dgs, the problems which exist in cegui) 4. Detect Area is efficient when checking whether your cursor is in a complicated shape. 5. Debug Mode , Command: "debugdgs" 6. You can apply shader to the dxgui ( Compatible with some resources like Objec tPreview ). 7. Include CMD, Command: "dgscmd" ( For more help, please input "help" in the CMD ) 8. Memo/Edit rewritten. 9. Object Oriented Programming Class. 10. Render Target Failure Check ( Warns when there's no enough video memory to create render target ). 11. DGS resembles cegui, you can find the similar feeling when scripting with dgs. 12. 48-hour-response service, your suggestions and bug report will be dealt with in 48 hours ( or less, like 12 hours ? ) 13. Custom Style system 14. Built-in shader plugin 15. More properties 16. Built in multi-language support 17. Simple GUI To DGS (G2D) Notice:Do not close your server or stop the script when it is updating. Wiki: https://wiki.multitheftauto.com/wiki/Dgs ( Still Working In Process ) Auto Completion For N++ (Thanks To Ahmed Ly): http://www.mediafire.com/file/m6dm7815d5dihax/Lua.zip Discord Server: https://discord.gg/QEs8q6W Download DGS : https://github.com/thisdp/dgs Notice: Need acl rights to call fetchRemote/getPlayerIP. If you want to sell your script which involves DGS, please exclude DGS from your price. HurtWorld Backpack Panel(Example) DGS Network Monitor(Built-in)1 point
-
بسم الله الرحمن الرحيم , السلام عليكم ورحمه الله وبركاته حبيت اطرح موضوع عشان الي عنده اي استفسار عن البرمجه الشروط كالتالي : يكون معك كود جاهز (إن امكن)ء عدم وضع اكثر من كود في نفس الوقت , حتى يتم الرد على الي قبله وايضا يسمح بالوظائف داخل الويكي table.concat يسمح بوظائف خارج الويكي مثل وبالتوفيق,1 point
-
Bank System 1) The player need make the account bank for use the atm's and bank. 2) The system have 2 ATM types MasterCard and Visa. 3) The player need select the card and the segret code. 4) If the player have the Visa Card can't use the atm Mastercard and vice versa. 5) If u forget the code u can get the code with 100$ If u want this bank system (free) PM me (on steam it's better) with : Language Text and Voice (Now is italian) Bank Location (Now is only in Los Santos) ATM Location ( Now 3 Visa and 3 MasterCard on Los Santos) Status 90% (need edit the "interior" bank and other) Credits : R3mp - Gui Editor https://community.multitheftauto.com/in ... ils&id=141 HasoN - ConvertTextToSpeech https://wiki.multitheftauto.com/wiki/Co ... xtToSpeech Sorry for the quality video because i have bad setting in sony vegas1 point
-
1 point
-
1 point
-
1 point
-
1 point
-
لو تبي آلفكشنآت آلي بتستخدمهآ هي : addCommandHandler -- آمر من آف 8 guiSetVisible -- آظهآر آللوحة showCrusor -- آظهآر آلمآوس لو آلكود كآمل كلنت بيكون كدآ addCommandHandler("openPanel",-- عمل كومآند بآف 8 function ( ) -- عمل وظيفة جديدة guiSetVisible(wnd, true)-- آظهآر آللوحة showCrusor(true)-- آظهآر آلمآوس end-- قفل آلوظيفة )-- قفل آلحدث1 point
-
Open the mapmanager resources' meta.xml file. And search for the color setting. <setting name="*color" value="#E1AA5A"/> And change the hex code as you want.1 point
-
addCommandHandler ( "check" , function ( player ) local acc = getPlayerAccount ( player ) if ( not isGuestAccount ( acc ) ) then if ( isObjectInACLGroup ( "user."..getAccountName(acc),aclGetGroup("Test") ) ) then triggerClientEvent ( player , "openWindow" , player ) else outputChatBox("you can't open window",player) end else outputChatBox("please login !",player) end end )1 point
-
السلام عليكم ورحمة الله وبركاته اليوم بقدم لكم مود بسيط , سرقة بنك بتحصلو العلامه في F11 نقود حمرأء و في مركر تخمين و مركر لو لمسته ينقص دمك و خلف المركر شنطه الاموال لو لمستها تاخذ 50 الف صور : http://prntscr.com/bijrwv http://prntscr.com/bijsed التخمين عباره عن تخمين رقم يتكون من خانتين ملحوظه : الفكره مو حصريه + المود مو مشفر + لازم التيم يكون Criminal تقدر تغيره من ملف الكلينت سطر 193 وبعد لما تخمن الرقم ويطلع صح ينقلك للشنطه وبيجي تحميل لو التحميل اكتمل بينقص دمك لاكن لو اخذت الشنطه ب يخرجك برا البنك و بيعطيك فلوس و السرقه كل خمس دقايق BankTime -- في اف8 رابط التحميل http://up.top4top.net/downloadf-1719k7u1-zip.html http://up.top4top.net/downloadf-17179jn2-zip.html مود التوب بار شات متعدل عليه تقدر تغيره والمود كما قلت مب مشفر عدل بكيفك ض11 point
-
شكراً لك على تعبك , بس فيه نقطة حاب اوصلها للكل من يبي يتعلم برمجة . البرمجة مو شرط انك تشرح له وظيفة وظيفة , الشخص لا تعلم الاساسيات ويعرف يسوي الوظيفة ويكونها الويكي بيسهل له كل شيء ماشوف انها صعبه جداُ . وبالتوفيق للجميع إن شاء الله .1 point
-
1 point
-
اخوي تسوي جدول ومتغير , وتسوي نظام يوم يخلص الوقت يشغل المود ( المهمة ) ء ويطفي كل المهمات الي شغالة , وبالنسبة كيف ترسل التايمرللكلنت وتحطه بالشاشة انا عندي طريقة انك تسوي تايمر كل ثانية وتجيب الوقت المتبقي من التايمر عن طريق وظيفة getTimerDetails1 point
-
ما يصير تسوي guiSetVisible في ملف السيرفر سوي التحقق في ملف السيرفر ولو فعلا معوا الرتبة يسوي تريقر للكلنت يفتحلك اللوحه1 point
-
Update - fixed bugs, added some new functions, and working on Custom Widgets GUI Editor. - Added function to get string of image location for CustomButton. - Added more widgets what you can use as parent. Before this update, in parent type you can put only variables of CustomWindow and CustomScrollPane widgets, now added more widgets - CustomButton, CustomProgressBar, CustomLabel, CustomComboBox (button element), CustomCheckBox (label element) and CustomTabPanel (current selected tab). - For CustomComboBox now added function to get count of items, and get lua table of items (table of strings of item names). - For CustomComboBox now added function to remove all items in one function - CustomComboBox:clear(). - Now Tooltip is a class, where added new methods - get and set showing timeout - CustomTooltip:setShowTime(seconds) and CustomTooltip:getShowTime(). - Fixed bug with removing line from TableView. Added function to fully clearing table view's lines: CustomTableView:clearLines(). - For editor added on-editing update of properties, and created drawing functions of elements.1 point
-
I suppose this is a simple applied texture, so no need to set the value every time the texture updates because of the way it's done. Simply set the texture(with dxSetShaderValue) once and It'll work just fine. Added note on the wiki page too(DxSetShaderValue).1 point
-
1 point
-
elements ما يشتغل على جميع الـ This does not work with all entities - vehicles, players and objects are exempt.1 point
-
1 point
-
1 point
-
Some metatable knowledge may help on this, I'm not really sure if Bonsai's wrapper its secure at all. Anyways, using __index and __newindex keys on environment meta should make it work once you try variable capturing. There exists some explained way already, which is really efficient. Thats how all my multigamemodes handle map script(s) load/execute.1 point
-
طيب وانا قلت خذوني معكم باله ؟ انا اقول موجود ولاكن مش فاضي علطول كيف تشوفها انت ؟1 point
-
1 point
-
1 point
-
addEventHandler ( "onClientGUIClick" , root, function ( ) if ( source == Button ) then -- اسم الزر الي يسحب الفلوس local Money_ = getPlayerMoney() if ( Money_ >= 200000 ) then-- الرقم الي تبية يتسحب takePlayerMoney(200000)-- الرقم الي تبية يتسحب outputChatBox ( "لقد تمت عملية الشراء !", 0, 255, 255 ) else outputChatBox ( "لاتمتلك المال الكافي" , 255 , 0 , 0 ) end end end );1 point
-
takePlayerMoney -- سحب مبلغ محدد من آلآعب -- تركيبة آلكود تكون كدآ takePlayerMoney ( player , 1999 ) -- 1999 = آلمبلغ -- player = آلآعب1 point
-
getPlayerMoney -- لو تبي تتحقق من فلوس الاعب قبل ماتسحب منه الفلوس takePlayerMoney -- هنآ تسحب الفلوس من الاعب1 point
-
Primero obtienes la data local data = getElementData(jugador, "EstadoJugador") Segundo editas la armadura data.armadura = 100 Tercero guardas la data setElementData(jugador, "EstadoJugador", data)1 point
-
!!. اخذته خاص اقوله الفكرة و يعطيني الاكواد منب مثلك و احترم نفسك لاتعامل معاك1 point
-
Double post, very serious company, good script resell.1 point
-
1 point
-
يب والله مشكلة تقول فكرة من هنا تلاقي اليوم اللي بعدوا واحد منزل الفكرة في قسم المودات ومسوي اهدائات كمان ض21 point
-
1 point
-
1 point
-
1 point
-
مود رائع اهنيك بس مسوي واحد مثله حبيبي بس انا حق الاعلانات الحين انشره1 point
-
As far as I know, there's no such resource released to public, you could either learn how to script it on your own, or pay someone to do it for you. https://wiki.multitheftauto.com/wiki/Scr ... troduction https://wiki.multitheftauto.com/wiki/Int ... ng_the_GUI1 point
-
روح لوحة الأدمن - روح ل تآب ( Server ) , تلاقي زر إسمه welcome message , اضغط عليه .0 points
-
0 points
-
0 points
-
0 points
-
Images = { -- You store the images here. Like: "Image.png", "Image2.png", "Image3.png", -- and so on }; local currentImage = 1; local image = guiCreateStaticImage(x, y, width, height, Images[currentImage]); addEventHandler("onClientGUIClick", root, function() if (source == theButtonElement) then currentImage = currentImage+1; guiStaticImageLoadImage(image, Images[currentImage]); end end ); This is totally basic. It won't work in this exact form, but It should give you an idea on how to do it.0 points