PlayAudioStreamForPlayer
#1

Hello, this is my script so far..i want ti put 2 soundtracks in it..one for killername and one for the playername..is that possible? the links for the music are here.

http://k007.kiwi6.com/hotlink/ha4beyib1d/laugh_dp.wav

http://k007.kiwi6.com/hotlink/sx65ro...amestartup.mp3


Code:
new playername[24], killername[24];
	GetPlayerName(playerid, playername, sizeof(playername));
	GetPlayerName(killerid, killername, sizeof(killername));
	new string[128];
	format(string,sizeof string,"{C0C0C0}[ KILL-LIST ] Hrбc %s zabil %s.",killername, playername);
	SendClientMessageToAll(0xFFFFFFAA,string);
Reply


Messages In This Thread
PlayAudioStreamForPlayer - by lsreskjn - 14.02.2014, 17:51
Re: PlayAudioStreamForPlayer - by Ananisiki - 14.02.2014, 18:02
Re: PlayAudioStreamForPlayer - by lsreskjn - 14.02.2014, 18:07

Forum Jump:


Users browsing this thread: 1 Guest(s)