Jump to content

Minez

Members
  • Posts

    3
  • Joined

  • Last visited

Minez's Achievements

I ordered some spaghetti with marinara sauce and I got egg noodles and ketchup. I'm an average nobody.

I ordered some spaghetti with marinara sauce and I got egg noodles and ketchup. I'm an average nobody. (2/54)

0

Reputation

  1. Hello, I have a problem for several days with MTA, it happens completely randomly I am playing on my server when I log out or reconnect, the client freezes and does not respond, I have to kill the process and re-enter my server , the weird thing is that when I want to shut down my server using /shutdown, the server doesn't shut down properly it gets stuck on "Server stopped!" and it won't let me do anything at all I have to kill the server process too It also happens to me in the same way on a clean server with the default resources. https://files.fm/u/ef3nfmkm7#/view/3cq7ucxrc
  2. Nadie te va a dar un script, debe de hacerlo o descárgalo de la comunidad de mta.
  3. Minez

    Spawn jugador

    Amigo la solución es fácil, solo desactiva el modo de juego "play", por eso te ocurre ese bug.
  4. Buenas soy nuevo en esto del Script, estaba creando un simple script para solos los admin es decir, un comando para enviar un mensaje a todo el servidor. function msg(source,cmd,...) local cuenta = getAccountName(getPlayerAccount(source)) local nombre = getPlayerName(source) mensaje = table.concat( {...}," ") if isObjectInACLGroup("user."..cuenta,aclGetGroup("Admin")) then outputChatBox("#00FF00"..nombre.." #00FF00dice: #FDFEFE"..""..mensaje..".",root,255,255,0,true) else outputChatBox("No eres Admin") end end addCommandHandler("d",msg) El problema es cuando solo se escribe el comando /d, envia el mensaje sin texto en blanco, ¿cómo podría poner un limite para que a fuerza pusiera mas de 3 caracteres y se enviara el mensaje?
×
×
  • Create New...