thanks for all who's help me
this is the script:
PHP Code:
#include <amxmodx>
#include <amxmisc>
public plugin_init()
{
register_plugin("round_end", "1.0", "made.tn")
register_logevent("RoundEnd",2,"1=Round_End")
}
public RoundEnd() // id - no. This is global event.
{
set_hudmessage(255, 0, 0, -1.0, 0.35, 0, 3.0, 1.2, 1.3, 1.4, 4)
show_hudmessage(0, "the round is end")
}
now I'd like to help me to create this plugin
plugin1:
if the round end this sound will play in sound/csound/roundend.wav
plugin2:
HIT_HEAD sound/csound/headkill.wav
HIT_CHEST sound/csound/chestkill.wav
HIT_STOMACH sound/csound/stomachkill.wav
Only the script
Don't share the files
and thanks