Where should i put my code
#6

I did this now

Код:
public PlayAudioStreamForPoint(playerid, url[], Float:range, Float:xx, Float:yy, Float:zz)
{
	for(new i = 0; i < MAX_PLAYERS; i++)
	{
		if(IsPlayerConnected(i))
		{
			if(IsPlayerInRangeOfPoint(i, 5.0, 816.2269,-1386.7910,13.6079))
			{
				PlayAudioStreamForPlayer(i, "http://*****");
			}
		}
	}
	return 1;
}
dont works ^^

I want if a player gets near vinewood(example) he can listen to the song
Reply


Messages In This Thread
Where should i put my code - by Jimbo01 - 19.04.2012, 18:34
Re: Where should i put my code - by fordawinzz - 19.04.2012, 18:47
Re: Where should i put my code - by Twisted_Insane - 19.04.2012, 19:16
Re: Where should i put my code - by Jimbo01 - 03.05.2012, 13:46
Re: Where should i put my code - by JaTochNietDan - 03.05.2012, 13:50
AW: Where should i put my code - by Jimbo01 - 03.05.2012, 13:55
AW: Where should i put my code - by Jimbo01 - 05.05.2012, 16:51
Re: Where should i put my code - by Jonny5 - 05.05.2012, 16:56

Forum Jump:


Users browsing this thread: 1 Guest(s)