|
[php]
public warmup_msg()
{
if ((match_inprogress == 1)||(match_inprogress == 3)) {
set_hudmessage(0, 255, 0, -1.0, 0.01, 2, 0.09, 10.0, 0.2, 0.2, 6)
new show = get_cvar_num("amx_match_screenshot")
if ((recdemo==1)||(recdemo==3))
show_hudmessage(0,"--[ 热身时间 ]--^nDemo 将被自动录制 (如果你没在线观看...)")
else
show_hudmessage(0,"--[ 热身时间 ]--^n如果你愿意,你可以录制比赛实况录像...")
set_hudmessage(0, 255, 0, -1.0, 0.08, 2, 0.09, 10.0, 0.2, 0.2, 5)
show_hudmessage(0,"%s %s",(show > 0) ? "比分截图同样也会被截取" : "", (swap_type==1) ? "^n队伍在半场结束之后自动交换" : "")
[/php]
改了以后进入游戏打开菜单选择后无反映.
只能在控制台加载使用 |
|