Pedro Colto Posted February 18, 2015 Share Posted February 18, 2015 olá, alguem pode me dizer como possa fazer para o player de meu server player logar com uma skin da minha escolha. Link to comment
xeon17 Posted February 18, 2015 Share Posted February 18, 2015 X = 11.45 Y = 44.54 Z = 31.54 spawnSkin = 0 addEventHandler("onPlayerJoin",getRootElement() function () spawnPlayer(source,X,Y,Z,90.0,spawnSkin,0,0) end) Link to comment
Pedro Colto Posted February 18, 2015 Author Share Posted February 18, 2015 X = 11.45 Y = 44.54 Z = 31.54 spawnSkin = 0 addEventHandler("onPlayerJoin",getRootElement() function () spawnPlayer(source,X,Y,Z,90.0,spawnSkin,0,0) end) Onde posso colocar isto? Link to comment
DNL291 Posted February 18, 2015 Share Posted February 18, 2015 Você quer dizer, o jogador fazer o login e nascer com uma skin específica? Link to comment
MaRcell Posted February 19, 2015 Share Posted February 19, 2015 ---Script Serveside. X = 11.45 Y = 44.54------- cordenadas onde o player dara o spawn com a tal skin Z = 31.54 spawnSkin = 0----- numero da skin que voce quer que o personagem loga.. addEventHandler("onPlayerJoin",getRootElement() function () spawnPlayer(source,X,Y,Z,90.0,spawnSkin,0,0) end) Link to comment
xeon17 Posted February 19, 2015 Share Posted February 19, 2015 O que você está fazendo Marcell? copiou meu código? Link to comment
MaRcell Posted February 19, 2015 Share Posted February 19, 2015 nao. so mostrei a ele como ele deve fazer Link to comment
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now