PHP Code:
if (playertouchsme) {
toweapons *Text Coloring;
}
if (hasweapon(*Text Coloring)) {
if (playerchats&&strequals(#c,setfont white)) {
showimg index,@Tempus Sans ITC@bold(Bold)@#c,x,y;
changeimgcolors index,1,1,1,1.99;
changeimgzoom index,1;
}
}
if (playerchats&&strequals(#c,setfont blue)) {
showimg index,@Tempus Sans ITC@bold(Bold)@#c,x,y;
changeimgcolors index,0,0,1,1.99;
changeimgzoom index,1;
}
}
if (playerchats&&strequals(#c,setfont green)) {
showimg index,@Tempus Sans ITC@bold(Bold)@#c,x,y;
changeimgcolors index,0,1,0,1.99;
changeimgzoom index,1;
}
}
if (playerchats&&strequals(#c,setfont red)) {
showimg index,@Tempus Sans ITC@bold(Bold)@#c,x,y;
changeimgcolors index,1,0,0,1.99;
changeimgzoom index,1;
}
}
}
if (weaponfired) {
if (playerchats&&strequals(#c,setfont white)) {
showimg index,@Tempus Sans ITC@bold(Bold)@#c,x,y;
changeimgcolors index,1,1,1,1.99;
changeimgzoom index,1;
}
}
if (playerchats&&strequals(#c,setfont blue)) {
showimg index,@Tempus Sans ITC@bold(Bold)@#c,x,y;
changeimgcolors index,0,0,1,1.99;
changeimgzoom index,1;
}
}
if (playerchats&&strequals(#c,setfont green)) {
showimg index,@Tempus Sans ITC@bold(Bold)@#c,x,y;
changeimgcolors index,0,1,0,1.99;
changeimgzoom index,1;
}
}
if (playerchats&&strequals(#c,setfont red)) {
showimg index,@Tempus Sans ITC@bold(Bold)@#c,x,y;
changeimgcolors index,1,0,0,1.99;
changeimgzoom index,1;
}
}
say2 To change your font#bcolor say:#bsetfont [COLOR]#bHere are the colors:#bWhite#bRed#bBlue#bGreen;
}