Quote:
|
Originally Posted by ZerroQ
I resolved this question by myself 
Here's the code to print text in front of the crosshair ( in the middle of screen )
Code:
engclient_print(0,engprint_center, "Thank you for playing!^nLoading next map...")
|
You can just use client_print(0,print_center... but whatever.
Code:
message_begin(MSG_ONE,get_user_msgid("SayText"),{0,0,0},0);
write_byte(0)
write_string(string[])
message_end()
No, use MSG_BROADCAST rather than MSG_ONE.
__________________