就是这个
#include <amxmodx>
#include <cstrike>
#include <hamsandwich>
#define PLUGIN_NAME"givearmor"
#define PLUGIN_VERSION"1.0"
#define PLUGIN_AUTHOR"QQLX"
public plugin_init()
{
register_plugin(PLUGIN_NAME,PLUGIN_VERSION,PLUGIN_AUTHOR)
}
public givearmor(id)
{
register_event("ResetHud","Event_ResetHud","be")
cs_set_user_armor(id,100,2)
}
#include <amxmodx>
#include <cstrike>
#include <hamsandwich>
#define PLUGIN_NAME"givearmor"
#define PLUGIN_VERSION"1.0"
#define PLUGIN_AUTHOR"QQLX"
public plugin_init()
{
register_plugin(PLUGIN_NAME,PLUGIN_VERSION,PLUGIN_AUTHOR)
}
public givearmor(id)
{
register_event("ResetHud","Event_ResetHud","be")
cs_set_user_armor(id,100,2)
}