下面是引用 sk@.@ 于 2010-06-07 19:48 发表的 :
可转档了
#include <amxmodx>
#include <zombieplague>
#include <cstrike>
.......
请问可以帮一下..
也可以用同一个原理..顺便支援这个插件吗?
复制程式
#include <amxmodx>
#include <cstrike>
#include <fun>
#include <zombieplague>
public plugin_init()
{
register_plugin("杀尸加护甲","1.0","V|agra|L")
register_event("DeathMsg", "EventDeath", "a")
}
public EventDeath() {
new iKiller = read_data( 1 )
new iVictim = read_data( 2 )
new name[33]
get_user_name( iVictim , name , 32 )
if ( !zp_get_user_zombie( iKiller ) && iKiller != iVictim )
{
client_print( iKiller , print_chat , "^x04你成功击杀了丧尸 %s,获得了 20 AP的奖励!^x01", name )
set_user_armor( iKiller , get_user_armor( iKiller ) + 20 )
}
return PLUGIN_CONTINUE
}
50元..感激