![:]](https://amxx.pl/public/style_emoticons/default/cwaniak.gif)
wszystko żeby było bez dodatkowych napisow...
Witamy w Nieoficjalnym polskim support'cie AMX Mod X, jak w większości społeczności internetowych musisz się zarejestrować aby móc odpowiadać lub zakładać nowe tematy, ale nie bój się to jest prosty proces w którym wymagamy minimalnych informacji.
|
Napisano 15.05.2009 19:47
Napisano 15.05.2009 20:00
/* Plugin generated by AMXX-Studio */ #include <amxmodx> #include <amxmisc> #define PLUGIN "Plugin" #define VERSION "1.0" #define AUTHOR "emblaze" public plugin_init() { register_plugin(PLUGIN, VERSION, AUTHOR) register_cvar("hs_mode","ab") register_event("DeathMsg","hs","a","3=1") } public plugin_precache() { precache_sound("misc/headshot.wav") } public hs() { new hsmode[4] get_cvar_string("hs_mode",hsmode,4) new hsmode_bit = read_flags(hsmode) if (hsmode_bit & 1) { new killer_id = read_data(1) new victim_id = read_data(2) new victim_name[33] get_user_name(victim_id,victim_name,33) set_hudmessage(200, 100, 0, -1.0, 0.30, 0, 3.0, 3.0, 0.15, 0.15, 1) show_hudmessage(killer_id,"::HEADSHOT::^nTrafiles w leb %s !!",victim_name) } if (hsmode_bit & 2) { client_cmd(0,"spk misc/headshot") } }
/* Plugin generated by AMXX-Studio */ #include <amxmodx> #include <amxmisc> #define PLUGIN "Plugin" #define VERSION "1.0" #define AUTHOR "emblaze" public plugin_init() { register_plugin(PLUGIN, VERSION, AUTHOR) register_cvar("hs_mode","ab") register_event("DeathMsg","hs","a","3=1") } public plugin_precache() { precache_sound("misc/headshot.mp3") } public hs() { new hsmode[4] get_cvar_string("hs_mode",hsmode,4) new hsmode_bit = read_flags(hsmode) if (hsmode_bit & 1) { new killer_id = read_data(1) new victim_id = read_data(2) new victim_name[33] get_user_name(victim_id,victim_name,33) set_hudmessage(200, 100, 0, -1.0, 0.30, 0, 3.0, 3.0, 0.15, 0.15, 1) show_hudmessage(killer_id,"::HEADSHOT::^nTrafiles w leb %s !!",victim_name) } if (hsmode_bit & 2) { client_cmd(0,"mp3 play sound/misc/headshot.mp3") } }
Napisano 15.05.2009 20:10
Napisano 15.05.2009 20:16
Napisano 16.05.2009 21:20
Napisano 17.05.2009 09:15
Napisano 17.05.2009 09:55
Napisano 17.05.2009 15:01
Napisano 17.05.2009 18:11
0 użytkowników, 0 gości, 0 anonimowych