Jump to content

World Championship

Members
  • Posts

    36
  • Joined

  • Last visited

Everything posted by World Championship

  1. Muy buenas a todos. Estaba experimentando con los mensajes de entrada y salida del jugador y vi que "outputChatBox" tenía tres parametros para los colores. Ya se que normalmente pongo la cantidad de rojo, verde y azul en cada parámetro pero, ¿hay alguna forma de predefinirlos para no tener que estar recordando cuales son? Claro, sin usar los códigos hexadecimales. Intente los siguiente: color = {0, 0, 0} -- Debería ser negro. Root = getRootElement() function onPlayerConnect() outputChatBox("* "..getPlayerName(source).." ha entrado al servidor.", Root, color) end addEventHandler("onPlayerJoin", Root, onPlayerConnect) Pero el mensaje sale de cualquier otro color menos negro.
  2. I'm an SA-MP player too and what most of them don't know is that MTA is a multiplayer as well, and not just a map editor. I read somewhere on this forum that the map editor would attract people from SA-MP to MTA, but it doesn't really do that.
  3. I don't know if it's just me but, I find it quite annoying that I have to leave any MTA related page everytime I have to click a link. https://www.youtube.com/ <- For example, if I use that link, the MTA tab will be used to load the page, instead of a new one. Is there any option to change this?
  4. I've read many times MTA won't support because MTA doesn't use SCM, I don't get it... What is SCM and why isn't MTA using it? Thanks!
  5. I never said SA-MP was good or bad, I said I hate people posting unuseful comments like Benox.exe's. MTA is great but those kind of comments make the community look ugly.
  6. This is really annoying, everytime I read a topic all I see is people talking about SA-MP. I'm a member of both community and I know both sides have their pros and cons, but you can judge the other community for every single thing they do. I like MTA as much as I like SA-MP and I know both of them have had problems, why hold a grudge? Instead, make some nice suggestions and contribute to the MTA community. I am not talking about everyone in this forum but people that usually post comments like Benox.exe's, comparing both mods, etc. Those comments aren't mature at all. I know moderators from the SA-MP forum are a pain in the ass, but sometimes I like the way they censor posts talking about MTA. Why? because MTA isn't their business, or at least it isn't at their forum. I'm not saying people from SA-MP are really mature, but I guess you get what I mean, don't you?
  7. There's not really a function to set the offset position to the player nametag, I would like to set it a bit higher from the head of the player but I think a function for this would be the best. setPlayerNametagPosition(player thePlayer, float xPosOffset, float yPosOffset, float zPosOffset)
  8. Is the new parameter added already?
  9. Alright, that's all I wanted to know, thanks dzek (varez)!
  10. Oh yeah, I forgot about that, my bad. Another question: Is it possible to install the server in an USB flash drive?
  11. Well, is it possible to run a server (from an independent folder or something) without having to install the client? If yes, how do I do that?
×
×
  • Create New...