NIKO_19997 Posted September 1, 2013 Share Posted September 1, 2013 muy buenas a todos, la pregunta es, como puedo hacer que a través de un CMD le ponga una animación a un player?....ejemplo /setanim OLAKASE POLICE CopTraf_Come Saludos y Gracias Por Su Tiempo Link to comment
Castillo Posted September 1, 2013 Share Posted September 1, 2013 Debes usar las siguientes funciones: addCommandHandler -- Agrega un comando. getPlayerFromName -- Obtiene un jugador por su nombre completo. setPedAnimation -- Le da una animacion a un player/ped. Link to comment
NIKO_19997 Posted September 2, 2013 Author Share Posted September 2, 2013 Debes usar las siguientes funciones: addCommandHandler -- Agrega un comando. getPlayerFromName -- Obtiene un jugador por su nombre completo. setPedAnimation -- Le da una animacion a un player/ped. Pero Como Hago Para Que Pueda Usar Todas Las Anim Sin Tener Que Agregarlas Una Por Una? Link to comment
Castillo Posted September 2, 2013 Share Posted September 2, 2013 Con addCommandHandler, agregas otro argumento y listo. Link to comment
NIKO_19997 Posted September 2, 2013 Author Share Posted September 2, 2013 Con addCommandHandler, agregas otro argumento y listo. Gracias Link to comment
Recommended Posts