下面是引用 doroemon 於 2010-11-22 20:02 發表的 :
請看:
http://hi.baidu.com/arvysky/blog/ite...63d1164ec5.html
大大您好....我原始碼為這樣...
複製程式
#include <amxmod>
public headshot(){
new killer = read_data(1)
new victim = read_data(2)
new Killer[40]
new Victim[40]
get_user_name(killer, Killer,40)
get_user_name(victim, Victim,40)
if(get_user_team(killer) != get_user_team(victim)){
new money = get_user_money(killer)
set_hudmessage(150, 50, 255,0.02,0.7)
show_hudmessage(0, "%s 打爆 %s 的頭 獲得1500$", Killer, Victim)
set_user_money(killer, money + 1500)
}
return PLUGIN_CONTINUE
}
public plugin_init() {
register_plugin("headshot Rewards","0.0","default")
register_event("DeathMsg","headshot","ade","3=1","5=0")
return PLUGIN_CONTINUE
}
他說 第一個 第二個 第三個.....等 我後半部 少好多!!
座標位置 也給它提供的圖 不一樣 剛好180度顛倒!! 我的0,0剛好在左下角 不是在右上角!!