Jump to content

Anderl

Members
  • Posts

    2,266
  • Joined

  • Last visited

Everything posted by Anderl

  1. Pretty sure that guy doesn't even know how to script.
  2. if (getElementType(att) == "blip") then
  3. This was useless. @L3onBlu3, this is an English scripting section, go to your language section if you want to talk non-English.
  4. Anderl

    MTA Android App.

    I heard that GTA:VC and GTA:SA will be made for iOS and Android. For now, there's only GTA 3.
  5. Strings must use [ ], e.g.: local hello = { ['hi.png'] = true, -- this needs [] as it is a string bye = true -- this doesn't need [] as it is a variable }
  6. It's exactly the same. @callum123, it works, I even tested the code to be sure.
  7. Make an image for each frame and render them to make something like a video, there's no function.
  8. Anderl

    Question

    I don't see any problem in my code, you must be doing anything wrong. Post the meta.xml.
  9. Anderl

    don't work

    Why a 100ms timer? it's basically the same as outputting the text right after typing the command ._. because it is? i want it to be like this That makes no sense.
  10. Anderl

    don't work

    Why a 100ms timer? it's basically the same as outputting the text right after typing the command ._.
  11. I'm calm, I was not shouting. I was just writing words uppercase for him to see them right.
  12. onPlayerLogout onPlayerLogin onPlayerQuit He said LOG OFF not QUIT GAME.
  13. The problem is that scoreboard is in a different resource so it's trying to load the picture as if it would be in scoreboard resource. You must use full path ":resource\image.png".
  14. Anderl

    help !

    dxDrawImage - check rotation parameters.
  15. He's talking about GUI skins, not a Lua-based new GUI system. And no, you can't do it, but as Jaysds1 said, you must use images or whatever you want.
  16. As I said in the Portuguese section, you won't find anyone that would make any decent thing for a simple admin right, you'll have to pay someone to do it.
  17. Anderl

    Question

    local zoneNames = {['Los Santos'] = 'LS', ['San Fierro'] = 'SF', ['Las Venturas'] = 'LV'} addEventHandler('onPlayerChat', root, function(message) cancelEvent() local fX, fY, fZ = getElementPosition(source) message = string.format('(%s)%s:#ffffff%s', zoneNames[getZoneName(fX, fY, fZ, true)], getPlayerNametagText(source), message) outputChatBox(message, root, 255, 255, 255, true) end ) ?
  18. Voce acha mesmo que alguém iria perder tempo criando um mode e depois ninguém comprar? Se voce quiser, vai ter que contactar alguém ( de preferência inglês, porque brasileiro não sabe porra nenhuma ) e se concordar no preço, o cara faz o mode.
  19. This is a scripting idea, but this section is only for suggestions for MTA:SA itself.
  20. Ninguém irá criar um gamemode ( o que dá trabalho ) por um simples direito de administração de um servidor. O custo de um mode depende da pessoa.
  21. Basicamente, voce quer alguem para fazer um mode para voces de graça? Hahah, vai sonhando...
  22. Anderl

    Question

    addEventHandler('onPlayerChat', root, function(message) cancelEvent() local fX, fY, fZ = getElementPosition(source) message = string.format('(%s)%s:#ffffff %s', getZoneName(fX, fY, fZ, true), getPlayerName(source), message) outputChatBox(message, root, 255, 255, 255, true) end end
  23. Anderl

    BADWOLF

    Yeah, yeah.. I'll join it right now trolol
×
×
  • Create New...