回復 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 編輯 ]