nevex22
03-14-2008, 06:27 AM
If some player says something on server like:
player: msg , then I wonder how can I do same thing with this.
if ( Q_stricmp (p, "!test") == 0 )
{
trap_SendServerCommand( ent, va("print \"^5:[ ^7%s ^5]:\n\"", GAMEVERSION ));
}
What I want is instead of showing msg in console then it'll show it on left bottom conner where it also shows players msgs.
player: msg , then I wonder how can I do same thing with this.
if ( Q_stricmp (p, "!test") == 0 )
{
trap_SendServerCommand( ent, va("print \"^5:[ ^7%s ^5]:\n\"", GAMEVERSION ));
}
What I want is instead of showing msg in console then it'll show it on left bottom conner where it also shows players msgs.