set_hudmessage(0, 255, 255, -1.0, -0.49, 0, 2.0, 5.0, 0.1, 0.1, -1)
show_hudmessage(victim, "(%d)^n--%d--[%d]--%d--^n[%d]^n%d %d^n_/ \_",头部[victim],左肩[victim],胸部[victim],右肩[victim],腹部[victim],左腿[victim],右腿[victim])
set_hudmessage(255, 25, 0, 0.45, 0.51, 0, 2.0, 5.0, 0.1, 0.1, -1)
show_hudmessage(victim,"合计被击中次数: %d",total_hits[victim])
return 1;
|