[PDz]Sandman Posted January 2, 2013 Share Posted January 2, 2013 Buenos Dias O Buenas Tardes,Queria Saber Si Ay Algun Script Como,Para ¿Camuflar el nombre con algun cmd? Link to comment
Castillo Posted January 2, 2013 Share Posted January 2, 2013 Que queres decir con "camuflar"? ocultarlo? o cambiarlo a algo como: "Oculto"? Link to comment
Castillo Posted January 3, 2013 Share Posted January 3, 2013 addCommandHandler setPlayerNametagShowing Link to comment
[PDz]Sandman Posted January 3, 2013 Author Share Posted January 3, 2013 Solid,Pero en la parte de addCommandHandler (Aqui Coloco el comando) setPlayerNametagShowing (Y Aqui el nombre del que lo pueda usar) ¿No? Link to comment
Xperia Posted January 3, 2013 Share Posted January 3, 2013 (edited) players = getElementsByType ( "player" ) function ResourceStart ( name, root ) for k,v in ipairs ( players ) do setPlayerNametagShowing ( v, false ) end end addEventHandler ( "onResourceStart", root, ResourceStart ) addCommandHandler("nick",ResourceStart) Edited January 4, 2013 by Guest Link to comment
[PDz]Sandman Posted January 4, 2013 Author Share Posted January 4, 2013 Pero Como Hago El meta ? Link to comment
Recommended Posts