|
Author
|
Message
|
|
Member
|

08-15-2013
, 13:02
Status msg position ?
|
#1
|
Is it possible to have a status message in a position other than the middle.
new sSMsg[32];
format(sSMsg, 31, "message ban ban");
message_begin(MSG_ONE, StatusText, {0,0,0}, id);
write_byte(0);
write_string(sSMsg);
message_end();
If not (I am 99 % sure is not, but its worth asking), what other method should I use for a countdown other than HUD [since I have all the channels filled]
|
|
|
|