Jump to content
  • 0

Problema la un FS


Pain

Question

Am o eroare intr-un FS si am uitat cum sa o rezolv.

Explicatimi va rog cum pot rezolva aceasta eroare.

D:\Server\filterscripts\ks2.pwn(97) : error 017: undefined symbol "PlayAudioStreamForPlayer"
Script:
		if(PlayerTotalKills[killerid] == 1)
		{
			PlayAudioStreamForPlayer(killerid, "http://uploads3.mp3songurls.com/1351113.mp3");

			format(string, sizeof(string), "~N~~N~~N~~N~~r~%s ~w~Just Drew ~R~FIRST BLOOD", Name);
			GameTextForAll(string, 6000,3);

			format(string, sizeof(string), "You get $%i and +%i score! (killing spree bonus)", money1, score1);
			SendClientMessage(killerid, C_LBLUE, string);

			GivePlayerMoney(playerid, money1);
			GivePlayerScore(playerid, score1);

			return 1;
		}

Multumesc anticipat.

Link to comment
Share on other sites

8 answers to this question

Recommended Posts

PlayAudioStreamForPlayer e o functie care a aparut in 0.3e parca.

Ori treci pe 0.3e ori ramai fara PlayAudioStreamForPlayer.

PS: 0.3e are securitatea imbunatatita.

Stiu asta am pus serverul pe 0.3e si nu intra nimeni... si pe 0.3d intra playeri.

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. For more details you can also review our Terms of Use and Privacy Policy.