1
#include <amxmodx>
#include <zombieplague>
new g_maxplayers
public plugin_init()
{
register_plugin("T-Virus Scan", "1.0", "fezh")
register_event("HLTV", "event_new_round", "a", "1=0", "2=0")
g_maxplayers = get_maxplayers()
}
public event_new_round()
{
for (new id = 1; id <= g_maxplayers; id++)
{
if (zp_get_user_first_zombie(id))
client_print(id, print_chat, "[T-Scan] Jestes zakazony..!")
else
client_print(id, print_chat, "[Z-Scan] Nie jestes zarazony...!")
}
}2
#include <amxmodx>
#include <amxmisc>
#define PLUGIN "NewRoundSound"
#define VERSION "1.0"
#define AUTHOR "Sn!ff3r"
public plugin_init(){
register_plugin(PLUGIN, VERSION, AUTHOR)
register_event("ResetHUD","newRound","b")
}
public newRound(id){
client_cmd(0,"spk zombie_plague/animeworldrs1.wav")
return PLUGIN_HANDLED
}
public plugin_precache(){
precache_sound("zombie_plague/animeworldrs1.wav")
return PLUGIN_CONTINUE
}


Dodatki SourceMod



Temat jest zamknięty









