shinyrose 发表于 2007-3-7 00:59:46

请教:关于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")
只能一次性显示下来,没有打印字的效果.

jop 发表于 2007-3-7 15:18:51

回复: 请教:关于client_print函数

client_print 不能进行多行显示,也没有打印或其他特效
如果要有显示特效,可以使用 hud

shinyrose 发表于 2007-3-7 15:35:35

回复: 请教:关于client_print函数

Post by jop
client_print 不能进行多行显示,也没有打印或其他特效
如果要有显示特效,可以使用 hud
呵呵,谢谢回复!
那请问老友记里的三行字
-------------------------
--cs.friends.com.cn--
-------------------------
是如何显示出来的?

jop 发表于 2007-3-7 19:45:06

回复: 请教:关于client_print函数

Post by shinyrose
呵呵,谢谢回复!
那请问老友记里的三行字
-------------------------
--cs.friends.com.cn--
-------------------------
是如何显示出来的?

engclient_print()

shinyrose 发表于 2007-3-7 23:19:45

回复: 请教:关于client_print函数

呵呵,谢谢啦,问题基本上解决了.
页: [1]
查看完整版本: 请教:关于client_print函数