Jump to content

GamerDeMTA

Members
  • Posts

    559
  • Joined

  • Last visited

Everything posted by GamerDeMTA

  1. Console says: Could not start HTTP server on interface '' and port '22011' ! Server stopped! Press Q to shutdown! I haven't the folder DATABASES.
  2. When I enter the server it shows me an image... Can give me the code? With many triggers is a mess
  3. I wanna do that when a player Joins it shows an Image in the screen, how to do??????? Only 5 seconds the image!!! I know I must use: guiCreateStaticImage onPlayerJoin
  4. I can't find here the REPAIR and the FLIP, just the nitro: https://wiki.multitheftauto.com/wiki/Vehicle_Upgrades
  5. Ah... And you know how to give Nitro, repair and Flip to a player?
  6. How to create a table with the weapons?? Sorry for my ignorance =C
  7. I can put that when the player click the image the function executes???
  8. Yes I want a image but in my GUI, and the image will be... like a Button, you can click it for the function
  9. That will make that when I CLICK a Button in which there is an image, the Button does the function? Or can't click bcuse the image?????
  10. how to do that when I pass the mouse in a gui button there is a sound?
  11. general.ModifyOtherObjects What is this?? What it does?
  12. hey man it doesn't works. Well, it works, but I don't need the money for buy. But If i have the money, My Money goes less. If I have "0" of money, I can buy for free ._.
  13. function myfunction() window = guiCreateWindow(77, 12, 642, 545, "window!", false) guiWindowSetSizable(window, false) guiSetAlpha(window, 0.80) showCursor (true) guiSetVisible(window,true) end that's de function
  14. addCommandHandler ("open", myfunction)
  15. thanks and I want this also... When I put the command for my GUI two times is opened 2 times :C How to do that when u type it again when the GUI is opened, the gui closes?
  16. hey how to change this? function a() giveWeapon ( source, 17, 1 ) end I want to take player's money (1000$) when he does.
  17. no no thanks it's solved was another error
  18. okay, I did a GUI and when i start the resource is OK, but when I say the Command it doesn't work, and in console says "attempt to call global line 5" this is the line 5, something is wrong? window = guiCreateWindow(77, 12, 642, 545, "bla bla bla", false)
  19. I want to put an image in the screen... BUT when a GUI I made is showed... BUT ALSO I want to do it... eh for example, you can click things when it's showed, it isn't put and I can't click the GUI
  20. I did a zone in the map, but my gamemode is Deathmatch, How to do appear this zone I made in ALL THe Dm Maps?
  21. I can't Please can someone correct the LUA?
×
×
  • Create New...