Lol, sry bout the indenting, il stop doing that.
hows this then?
Code:
#include <amxmodx>
#include <amxmisc>
#include <cstrike>
#define PLUGIN "GoodGame"
#define VERSION "1.0"
#define AUTHOR "SuperDuper"
// The .wav file------------------------------------------------------
public plugin_precache()
{
precache_sound("desktop/music/gg.wav")
}
new g_szSound[] = "sound.wav"
public plugin_init()
{
register_plugin("Endround_GoodGame","1.0","SuperDuper")
register_event("SendAudio", "fnRoundEnd","a","2=%!MRAD_terwin","2=%!MRAD_ctwin","2=%!MRAD_rounddraw")
}
public fnRoundEnd()
client_cmd(0,"spk %s",g_szSound)
__________________
[Team.Profit] Profit' <LDR>. Our server owns!
CS:CZ or DIE