Quote:
Originally Posted by vato loco [GE-S]
this should be -> ^3 -> ^03
u can do it like this:
PHP Code:
public ShowMessage( id )
{
ColorChat(id, NORMAL, "^04Custom chat ^03Message")
}
public client_putinserver( id )
{
ShowMessage( id )
}
or like this:
PHP Code:
public client_putinserver( id )
{
ColorChat(id, NORMAL, "^04Custom chat ^03Message")
}
|
Theres a possibility that his colorchat is different from yours. So maybe ^4 and ^3 are correct, he just fails.
__________________