PlayerPlaySound
#5

Код:
dcmd_startsongforall(playerid, params[])
{
	for(new b; b<GetMaxPlayers(); b++) if(IsPlayerInRangeOfPoint(b,50.0,-703.0861,963.7906,12.4002))
	{
		for(new a; a<GetMaxPlayers(); a++) PlayerPlaySound(a, 1057, 0.0, 0.0, 0.0);
		}
	return 1;
}
dont work <.<
Reply


Messages In This Thread
PlayerPlaySound - by iJumbo - 19.05.2010, 09:21
Re: PlayerPlaySound - by ettans - 19.05.2010, 09:31
Re: PlayerPlaySound - by iJumbo - 19.05.2010, 09:33
Re: PlayerPlaySound - by ettans - 19.05.2010, 09:34
Re: PlayerPlaySound - by iJumbo - 19.05.2010, 09:42
Re: PlayerPlaySound - by Desert - 19.05.2010, 09:53
Re: PlayerPlaySound - by iJumbo - 19.05.2010, 09:55
Re: PlayerPlaySound - by iJumbo - 19.05.2010, 10:07
Re: PlayerPlaySound - by DaneAMattie - 19.05.2010, 10:31
Re: PlayerPlaySound - by DaneAMattie - 19.05.2010, 10:32

Forum Jump:


Users browsing this thread: 1 Guest(s)