emaa24 Posted January 12, 2013 Share Posted January 12, 2013 Hola, bueno quisiera saber porque no me deja poner el scryp de comandos en color... me sale todo en celeste: addCommandHandler("comandos", function (thePlayer) outputChatBox ( "#002EB8**---Comandos #FF0000Disponibles---**", thePlayer, 255, 255, 255, true) outputChatBox ( "#002EB8*Piloto#C2C2C2 /drift[1-7] /salto /recta /estacionamiento", thePlayer, 255, 255, 255, true) end ) ahh y hay scrypt para limpiar el chat? gracias! Link to comment
FraN-724 Posted January 12, 2013 Share Posted January 12, 2013 Para limpiar el Chat podes usar este recurso https://community.multitheftauto.com/index.php?p=resources&s=details&id=1877 Link to comment
Xperia Posted January 12, 2013 Share Posted January 12, 2013 function chat(theType) if theType == 0 then outputChatBox ( "#002EB8**---Comandos #FF0000Disponibles---**", getRootElement(), 255, 255, 255, true) outputChatBox ( "#002EB8*Piloto#C2C2C2 /drift[1-7] /salto /recta /estacionamiento", getRootElement(), 255, 255, 255, true) end end addCommandHandler("comnados",chat) Prueba esto. Link to comment
FraN-724 Posted January 12, 2013 Share Posted January 12, 2013 Y En el meta cambia Client por Server hay te saldrán los colores Link to comment
emaa24 Posted January 12, 2013 Author Share Posted January 12, 2013 muchas gracias a ambos!! Link to comment
FraN-724 Posted January 12, 2013 Share Posted January 12, 2013 muchas gracias a ambos!! De Nada. Link to comment
Recommended Posts