Jump to content
GIGN Forum

Round Start Sound :)


Recommended Posts

#include <amxmodx>

new sound[] = "mysound/mysound.wav"

public plugin_init() {register_plugin("Round Start Sound?","0.7","Sh!nE*");register_logevent("round_start", 2, "1=Round_Start");}

public round_start() {

new players[32],num

get_players(players,num)

for(new i = 0; i < num; i++)

client_cmd(players,"spk %s",sound)

}

public plugin_precache() {precache_sound(sound);}

new sound[] = "mysound/mysound.wav"

Peedinju vietaa ieraksti sounda atrashanaas vietu. Visam vajadzeetu iet.

EDIT:Atceries. Soundam jaabut - 8bit mono.

Edited by shine
Link to comment
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
 Share

×
×
  • Create New...