Hi guys and gals,
I need to change some php code to have color.
function streamate() {
$bonus = round(($this->level * 1.5 * 55)-1);
$this->SendMsg ('streamate: '. $bonus . 'gold');
I would like the last line ( 'streamate: '. $bonus . ‘gold’) to be
parsed in a color text.
Any help apreciated and sorry for being such a php noob
much appreciated !