Because there's no such function as
ShowMsg_HnsMsg.
You can use this stock:
PHP Code:
stock ShowMsg_HnsMsg(index, message[])
{
client_print(index, print_center, message);
}
This will print to players, with default color (con_color cvar), a centered text.. Like "You don't have enough money", or "You can't buy more..." kind of message
__________________