02.08.2014, 17:21
Use:
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!
pawn Код:
foreach(new i : Player)
{
PlayAudioStreamForPlayer(i, string);
// your message
}
If you don't want to use the foreach include use
for(new i = 0; i < MAX_PLAYERS; i++)
Any feedback would be appreciated!