Quote:
Originally Posted by FlyingHorse
it would look much cooler something like this.
Code:
{
if(g_Player_Class[id] == 1)
{
ColorChat(id, RED, "[AMXX]^x04 Your class is:...")
}
return PLUGIN_HANDLED
}
|
That is your opinion, also colorchat limits the plugin to cs only, maybe he is planning to use it in another mod, or several mods.
__________________