下面是引用 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元..感激