Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 10/01/18 in all areas

  1. 2 points
  2. 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
  3. Presented By (Previously J Series) With more than 3 years of work I decided to publicly release my map conversions, I had dropped my previous listings due to some "Issues" however, they're back. ---------------------------------------------------------------------------------------------- Download Streaming Quality - 8/10 Get's the job done, awesome all around, but some places are better than others ---------------------------------------------------------------------------------------------- Download Streaming Quality 7/10 Beats VC in other places, very poor in others; as well as a huge FPS drop in the first island (Issues are rockstars fault) ---------------------------------------------------------------------------------------------- Download Streaming Quality 9/10 Beats both VC and LC ---------------------------------------------------------------------------------------------- Vehicle testing gridmap Download Streaming Quality 10/10 Perfecto ---------------------------------------------------------------------------------------------- Download Streaming Quality 7/10 Decent all around Might be a tad laggy due to the high poly and Russian nature of this map Extremely detailed for a user created map ------------------------------------------------- Download (Coming soon) streaming quality 10/10 Very light weight ------------------------------------------------- MTA-Stream MTA-Stream a new lightweight streamer promising near instant load times and better streaming Post any bugs here Or here Questions or discussions can be either posted in this topic or here --- If you would like to support my work, please donate encourages me to make good updates. https://www.paypal.me/BlueJayL
    1 point
  4. Vai gerar erro se o jogador que sair não estiver em um veículo. Coloque um verificador para evitar isso. function quitcar (thePlayer) local veh = getPedOccupiedVehicle(thePlayer) if veh then destroyElement(veh) end end addEventHandler ("onPlayerQuit", getRootElement(), quitcar)
    1 point
  5. function quitcar(player) local veh = getPedOccupiedVehicle(player) destroyElement(veh) end addEventHandler ( "onPlayerQuit", getRootElement(), quitcar )
    1 point
  6. 1 point
  7. Thanks for your reply , i have decided to setup a custom database. Thanks for your reply , yeah i don't think it will be hard to create those functions, so i have decided to make a custom database. Thanks for your Insight
    1 point
  8. اهم شي تتغطى زين قبل لا تنام لاني اشوف البرد ماثر عليك
    1 point
  9. Disgusting idea, especially if it leaks. Will result in stealing power and hardware performance, if it ends up in the wrong hands.
    1 point
  10. You should focus on fixing all errors shown other than finding a way to move it haha
    1 point
  11. Thanks a lot Yeah I work on fixes and some more stuff but due to my limited time don't expect anything ground breaking in the next weeks. Also I dont think there will be so much more stuff realized since MTA slowly reaches its limits (especially in terms of performance), in some situations there is so much going on that the single threaded Lua engine slows down even the fastest processors. But the main issue is GTA itself with these inefficient collision calculations. You can destroy any NASA PC just by spawning ~100 Peds that do nothing but stand there, with nothing else going on. It's ridiculous and I hope there will be a fix for this.
    1 point
  12. I have no plans to ever shut this down. Unless I die or get poor.
    1 point
  13. i dont understand why let hawk be the helper .. he just faggout
    1 point
  14. اليو جايب لكم مود العاجل مثل بتاع سرفر طارهـ ياريت منك لايك للفديو واشتركــ للقناه فديو من قناتي عن مود العاجل مثل سرفر طارهـ هيعجبك جدا وخفيف اوييييييييي رابط الفديو وفيه رابط التحميل في الوصف
    1 point
  15. مطلوب مبرمج هجوله بلمقابل
    0 points
  16. I have said it before and I will say it again, too big for MTAs current limitations and the limitations of my computer; sure it would be possible but it'd be laggy as hell.
    0 points
×
×
  • Create New...