|
发表于 2007-3-7 00:59:46
|
显示全部楼层
|阅读模式
来自 中国–广东–广州–从化区
按照官方的函数说明的格式:
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")
只能一次性显示下来,没有打印字的效果. |
|