Hi!
In a plugin i#ve found this is a function to display a warning to specific players:
Code:
public text_warn(id)
{
client_print(id,print_chat,"[AMXX-CD] Cheating death is required if your score gets high enough")
client_print(id,print_chat,"[AMXX-CD] Download it from www.unitedadmins.com/cdeath.php")
}
I want to have it more visible, like amx_tsay. How can i change this function?
__________________