本鸟毛第二次写插件又失败了..各位老鸟来批评下..
#include <amxmodx>#include <fun>
#define AUTHOR "Neo Hazard"
#define VERSION ".1"
#define PLUGIN "200 HP"
new maxhp
public plugin_init()
{
register_plugin("PLUGIN","AUTHOR","VERSION")
register_event("HLTV","event_round_start","b","1=0","2=0")
maxhp = register_cvar("max_health","200")
}
public event_round_start(id)
{
set_user_health (id, maxhp)
return PLUGIN_HANDLED
}
回复: 本鸟毛第二次写插件又失败了..各位老鸟来批评下..
咋没人理我啊 伤心..回复: 本鸟毛第二次写插件又失败了..各位老鸟来批评下..
你想在玩家出生的时候给他设置200血是不是?回复: 本鸟毛第二次写插件又失败了..各位老鸟来批评下..
把register_event("HLTV","event_round_start","b","1=0","2=0")
改成
register_event("ResetHUD","event_round_start","be")
回复: 本鸟毛第二次写插件又失败了..各位老鸟来批评下..
ls正确。。。但是我不明白const flags的具体应用,能说说吗?谢谢!回复: 本鸟毛第二次写插件又失败了..各位老鸟来批评下..
谢~你住济南的话我请你吃饭..
页:
[1]