Looks like you are going for registering a forward and then doing something like this:
Code:
public status_hud_message(message[180])
{
new hostname[64]
get_cvar_string("hostname",hostname,63)
format(message,179,"Server: %s^n%s",hostname,message)
return FMRES_SUPERCEDE // Not sure about the return type
}
Note that I do not know TSRP and I am not sure if I understand you correct.
__________________