Jump to content

[Ayuda] Error en la wiki?


luqy

Recommended Posts

Hola, qué tal?

Estoy incursionando en este mundillo del MTA:SA y quería saber si hay algún problema con este código de la wiki:

function playerPressedKey(button, press)
    if (press) then -- Only output when they press it down
        outputChatBox("You pressed the "..button.." key!")
    end
end
addEventHandler("onClientKey", root, playerPressedKey)

Para más info: https://wiki.multitheftauto.com/wiki/OnClientKey

El problema es que simplemente no sucede nada en mi server cuando apreto cualquier tecla.

Saludos!

Edited by luqy
Link to comment
57 minutes ago, luqy said:

Hola, qué tal?

Estoy incursionando en este mundillo del MTA:SA y quería saber si hay algún problema con este código de la wiki:


function playerPressedKey(button, press)
    if (press) then -- Only output when they press it down
        outputChatBox("You pressed the "..button.." key!")
    end
end
addEventHandler("onClientKey", root, playerPressedKey)

Para más info: https://wiki.multitheftauto.com/wiki/OnClientKey

 El problema es que simplemente no sucede nada en mi server cuando apreto cualquier tecla.

 Saludos!

did u put it in client side ??

  • Thanks 1
Link to comment

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...