Command Effecting All Players on Server.
#1

Hello Guys. Ive been experimenting a bit. I searched for about half an hour and I couldn't find anything to help me in my situation.

Basically I want an executable command that will then effect everyone

Код:
					if(strcmp(cmd, "/nuke", true) == 0)
 	{
	    for (new i = 0; i < MAX_PLAYERS; i++)
    {
	//	PlayAudioStreamForPlayer(playerid, "http://k003.kiwi6.com/hotlink/h779njgwom/halo_3_finish_the_fight.mp3", pos:X, pos:Y, pos:Z, 100, 1);
		PlayAudioStreamForPlayer(i, "AUDIO HERE :D");
			return 1;

	}
	}
by the "i" I want it to effect everyone, can somebody help us out?
Reply


Messages In This Thread
Command Effecting All Players on Server. - by Grant. - 25.02.2012, 01:27
Respuesta: Command Effecting All Players on Server. - by iKeN - 25.02.2012, 01:35
Re: Command Effecting All Players on Server. - by Grant. - 25.02.2012, 02:35

Forum Jump:


Users browsing this thread: 1 Guest(s)