Hello, is it possible to remove StatusText after it's set manually? Like:
PHP Code:
message_begin(MSG_ONE_UNRELIABLE,g_MsgStatusText,_,id)
write_byte(0)
write_string("Hello")
message_end()
I tried:
PHP Code:
message_begin(MSG_ONE_UNRELIABLE,g_MsgStatusText,_,id)
write_byte(0)
write_string("")
message_end()
Aiming on teammates doesn't work anymore(until round end). Maybe i have to set StatusValue to something to remove it properly?