saylogo 惩罚 (我E文不好,不知道是不是干这个用的)
#include <amxmod>
#define MAX_DISTANCE 100 // detect distance...
#define MAX_PLAYERS 32 // server maximum players
new sprayidorigins
new vorigin
new d_index
public plugin_init() {
register_plugin("Auto-logo punisher","0.01","PERt+")
register_event( "RoundTime", "reset_table", "bc" );
register_event("23", "checkspray", "a", "1=112")
register_event( "DeathMsg", "store_table", "a" );
}
public store_table() {
new victim = read_data( 2 );
new name
get_user_name(victim, name , 31);
get_user_origin( victim, vorigin, 0 );
d_index++
return PLUGIN_CONTINUE;
}
public reset_table() {
d_index = 0
new i;
for (i=0; i < MAX_PLAYERS; i++) {
vorigin =0;
vorigin =0;
vorigin =0;
}
return PLUGIN_CONTINUE;
}
public checkspray() {
new sprayid = read_data(2) ;
sprayidorigins = read_data(3);
sprayidorigins = read_data(4);
sprayidorigins = read_data(5);
new j;
for ( j=0; j < MAX_PLAYERS; j++) {
new distance = get_distance(vorigin, sprayidorigins);
if ( distance < MAX_DISTANCE ) {
new name
get_user_name(sprayid,name,31)
client_cmd(sprayid,"kill")
client_print(0,print_chat, "%s is killed due to logo on dead body...",name)
user_kill(sprayid,1)
client_cmd(sprayid,"kill")
break
}
}
return PLUGIN_CONTINUE
}
#define MAX_DISTANCE 100 // detect distance...
这个是不是距离100内 使用喷图SLAY啊
请大侠看下。谢谢
回复: saylogo 惩罚 (我E文不好,不知道是不是干这个用的)
对着死亡玩家身体喷图处死 ~ 距离100M内回复: saylogo 惩罚 (我E文不好,不知道是不是干这个用的)
Post by wzf828对着死亡玩家身体喷图处死 ~ 距离100M内
100M?那不是和禁止一样吗? 应该是游戏中的单位吧 :sweat:
页:
[1]