Klesh Posted September 8, 2011 Share Posted September 8, 2011 Hello community i try to show the kill message, but the color look on white i try to make some code and combonations, i mean show the name with the hexadecimal code, and if i can change the font how i can change it, thanks for any help! addEvent("onZombieWasted") addEventHandler( "onZombieWasted", getRootElement(), function (killer) killerName = getPlayerName(killer) weapon = getPedWeapon(killer) wr, wg, wb = getPlayerNametagColor(killer) exports.killmessages:outputMessage ( {killerName,{"padding",width=3},{"icon",id=weapon or 0},{"padding",width=3},{"color",r=240,g=0,b=0},"Zombie"},getRootElement(),wr,wg,wb ) end) Link to comment
Klesh Posted September 8, 2011 Author Share Posted September 8, 2011 -somone, i try it but hexadecimal codes not find it, "string". 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