Help plx
#3

Use:
pawn Код:
foreach(new i : Player)
{
     PlayAudioStreamForPlayer(i, string);
      // your message
}
I don't think that you would even need to format a string, you could do directly inputtext..

If you don't want to use the foreach include use

for(new i = 0; i < MAX_PLAYERS; i++)

Any feedback would be appreciated!
Reply


Messages In This Thread
Help plx - by Hammad97 - 02.08.2014, 17:15
Re: Help plx - by David (Sabljak) - 02.08.2014, 17:17
Re: Help plx - by Stanford - 02.08.2014, 17:21
Re: Help plx - by Hammad97 - 02.08.2014, 18:36
Re: Help plx - by Stanford - 02.08.2014, 18:56
Re: Help plx - by Hammad97 - 02.08.2014, 19:13
Re: Help plx - by MBilal - 02.08.2014, 21:26
Re: Help plx - by Stanford - 03.08.2014, 11:47
Re: Help plx - by Hammad97 - 03.08.2014, 15:57
Re: Help plx - by Stanford - 03.08.2014, 16:02

Forum Jump:


Users browsing this thread: 1 Guest(s)