Jump to content

Cambiar estilos al spawnear/conectar al server.


Rew

Recommended Posts

Buenas, recién estoy aprendiendo a scriptear y hay cosas que no entiendo (aparte de tener un inglés muy malo) y quisiera saber si me pueden ayudar a hacer que al spawnear o entrar al server el jugador adquiera un estilo de pelea y forma de caminar en específico. Esto lo he sacado de la wiki pero no le he entendido nada y he intentado con los addEventHandler pero no sé como poner un estilo en específico. 

 style = {STYLE_KUNG_FU, 6}


function joinFight ( thePlayer )
    if thePlayer and style then                                                     -- If player and ID are specified
    setPedFightingStyle ( thePlayer, style )       -- set the fighting style

    end
end
addEventHandler ('onPlayerSpawn', joinFight)

--------------------------------------------------------------------------------------------------------------------------------------------------

walkStyles = {
            {"Old Fat Man", 123 },
}

function onClientResourceStart(localPlayer)
    setPedWalkingStyle(localPlayer, 0) 
end
addEventHandler("onPlayerSpawn",resourceRoot, onClientResourceStart)


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...