Jump to content

xXMADEXx

Members
  • Posts

    2,718
  • Joined

  • Last visited

Everything posted by xXMADEXx

  1. As far as I know, you can't remove it, unless maybe if you use onChatMessage, and check to see if the message is equal to the login message, then cancel it out... Maybe that would work, but i'm not really sure. So something like this: addEventHandler ( "onChatMessage", root, function ( msg ) if ( tostring ( msg ) : lower ( ) == "login: you successfully logged in" ) then cancelEvent ( ) end end )
  2. Please have a look at this: viewtopic.php?f=148&t=40809
  3. It's a server-side script
  4. xXMADEXx

    Hello!

    admin/client/gui/admin_main.lua and look for the vehicles gui-element(s) and just remove it.
  5. xXMADEXx

    MTA device selection

    I have the same thing, and as far as I know you just have to click "Ok" everytime.
  6. Try to re-install MTA, if it doesn't work run and post the results of MTADiag.
  7. I'm not sure if he does it for money, but you could ask 50p.
  8. I have a 1000 years old rule that Do Not with Bilal. And my server has a rule: Do Not Insult Staff. You need to calm down...
  9. http://www.mediafire.com/download/3ptw3 ... System.zip
  10. Kinda a bad idea to make the server public if you just started development...
  11. xXMADEXx

    peds

    You can use Slothbot.
  12. Of course I can help, but we're not going to make it for you. You can feel free to check out some of my login panels that i've made, and try to understand how they work: Windows 8 Login Style: http://www.mediafire.com/download/gbkal ... -login.zip Another: https://community.multitheftauto.com/ind ... ls&id=7970
  13. This: local screenW, screenH = guiGetScreenSize() function dxdraw() dxDrawText("EXAMPLE", 0, 0, screenW, screenH, tocolor(255, 255, 255, 255), 1.00, "bankgothic", "center", "right", false, false, true, false, false) end addEventHandler("onClientRender",root,dxdraw)
  14. Here to help, not do it for you.
  15. I'm not sure if it's just me, but every time I click the "Control Panel" tab, I get this: Just a suggestion, might wanna fix it. Yea, they were acting immature, but you did provoke them.
  16. This would require the server to download the image every time the function is called, and welll... You'll get some nice lag.
  17. Well the thing with this house system is that it's all bugged, everywhere I look. I'm not really sure if it's even worth trying to fix, the developer should've taken more time to script it. You might just wanna try out one of these scripts: https://community.multitheftauto.com/ind ... ls&id=5525 https://community.multitheftauto.com/ind ... ls&id=1841
  18. I suppose that you could "compile" it, but you'd proabbly have to make your own library to compile it, as Bansai said, you should just use fileDelete if you want to secure your images.
  19. Try putting this on line 581: local query = dbQuery(handler, "UPDATE houses SET ?=? WHERE ID =?", tostring ( saveableValues[typ] ), tostring ( value ), tostring ( id ) ) If it doesn't work try this: local query = dbQuery(handler, "UPDATE houses SET "..tostring ( saveableValues[typ] ).."=? WHERE ID =?", tostring ( value ), tostring ( id ) )
  20. I don't think "gay" would be the proper term to use, more towards "boring" You're*
  21. They were simply angry, it doesn't make them idiots. Everyone gets angry.
×
×
  • Create New...