36 123
發新話題
打印

防燒插件

[Close]
有冇人幫幫手
imgD:\01.gif/img

TOP

try NOT to use UTF-8 + no bom

TOP

如果咁樣都唔得
無人幫到你啦
複製內容到剪貼板
代碼:
#include <sourcemod>
public OnPluginStart()
{
HookEvent("round_start",Event_Round_start);
}
public Action:Event_Round_start(Handle:event, const String:name[], bool:dontBroadcast)
{
ServerCommand("sm_cvar survivor_burn_factor_expert 0")
ServerCommand("sm_cvar survivor_burn_factor_hard 0")
ServerCommand("sm_cvar survivor_burn_factor_normal 0")
ServerCommand("sm_cvar survivor_burn_factor_easy 0")

}
附件: 您所在的用戶組無法下載或查看附件

TOP

回復 33# 的帖子

係5係放d.smx就ok?
唔駛打其他野?

咁依個個打係邊
#include <sourcemod>
public OnPluginStart()
{
HookEvent("round_start",Event_Round_start);
}
public Action:Event_Round_start(Handle:event, const String:name[], bool:dontBroadcast)
{
ServerCommand("sm_cvar survivor_burn_factor_expert 0")
ServerCommand("sm_cvar survivor_burn_factor_hard 0")
ServerCommand("sm_cvar survivor_burn_factor_normal 0")
ServerCommand("sm_cvar survivor_burn_factor_easy 0")
}

[ 本帖最後由 wai312312 於 2011-7-12 18:24 編輯 ]
imgD:\01.gif/img

TOP

回復 29# 的帖子

因為你果行code打左去sourcemod.cfg度嘛=.=
"烏時"人如其名;烏雲密布之時,見烏時如見瘟神也

TOP

回復 35# 的帖子

即係將段野打落sourcemod.cfg度,唔駛down d.rar??
imgD:\01.gif/img

TOP

 36 123
發新話題