Kilfwan Posted May 25, 2015 Share Posted May 25, 2015 Estoy haciendo un recurso de seleccionar skin cuando ingresas al servidor, todo va bien pero cuando entra el jugador no se spawneea al punto exacto donde quiero que el aparesca , y despues cuando de finish se spawnee en cualkier lugar, La cosa es que no spawnea cuando entra , si no que se spawnea en las posiciones por defecto del freeroam spawnPlayer (thePlayer, 2170.20972, 1483.10522, 24.14063, 0, 0, 0, 0, nil) -- spawns player with random skin fadeCamera (thePlayer, true) setCameraTarget (thePlayer, thePlayer) end addEventHandler("onPlayerJoin", resourceRoot, spawnOnLogin) Que le agrego o algo? por que La gui aparece pero el jugador no da spawn Link to comment
Enargy, Posted May 25, 2015 Share Posted May 25, 2015 Olvidaste function function() spawnPlayer (source, 2170.20972, 1483.10522, 24.14063, 0, 0, 0, 0, nil) -- spawns player with random skin fadeCamera (source, true) setCameraTarget (source, thePlayer) end addEventHandler("onPlayerJoin", root, spawnOnLogin) Link to comment
Kilfwan Posted May 25, 2015 Author Share Posted May 25, 2015 Yo copie mal el codigo pero que fue que reemplazastes? yo veo lo mismo, Pero ahora tengo un problema, el jugador ya no esta viendo para el lugar que quiero sino hacia la derecha y yo quiero que vea para atras de el. Link to comment
Enargy, Posted May 25, 2015 Share Posted May 25, 2015 Es que olvidaste colocar la funcion [lua]function spawnOnLogin() spawnPlayer (source, 2170.20972, 1483.10522, 24.14063, 0, 0, 0, 0, nil) -- spawns player with random skin fadeCamera (source, true) setCameraTarget (source) end addEventHandler("onPlayerJoin", root, spawnOnLogin) [/lua] Link to comment
Kilfwan Posted May 25, 2015 Author Share Posted May 25, 2015 Gracias de antemano ya habia solucionado, Pero cuando el jugador termina de seleccionar y hace spawn no se Queda el skin que el selecciono sino que se pone el de cj ( el 0 ) Que puedo hacer hay? Link to comment
Kilfwan Posted May 25, 2015 Author Share Posted May 25, 2015 Ya lo solucione da por Cerrado el Post.. Use el getElementModel Lo encontre buscado el getPlayerSKIN Link to comment
Recommended Posts