请教:关于client_print函数
按照官方的函数说明的格式:client_print ( index, type, const message[], ... )
其中类型type
print_chat - chat text
print_console - console message
print_notify - console in dev mode
print_center - center say
我想知道如果要"中间打印"效果,比如要打印效果"The NextMap Is:de_dust2",该如何实现这个效果?还有,如果需要打印两行或者多行呢?
client_print(0, print_center, "The NextMap Is:de_dust2")
只能一次性显示下来,没有打印字的效果.
回复: 请教:关于client_print函数
client_print 不能进行多行显示,也没有打印或其他特效如果要有显示特效,可以使用 hud
回复: 请教:关于client_print函数
Post by jopclient_print 不能进行多行显示,也没有打印或其他特效
如果要有显示特效,可以使用 hud
呵呵,谢谢回复!
那请问老友记里的三行字
-------------------------
--cs.friends.com.cn--
-------------------------
是如何显示出来的?
回复: 请教:关于client_print函数
Post by shinyrose呵呵,谢谢回复!
那请问老友记里的三行字
-------------------------
--cs.friends.com.cn--
-------------------------
是如何显示出来的?
engclient_print()
回复: 请教:关于client_print函数
呵呵,谢谢啦,问题基本上解决了.
页:
[1]