Sound for all!
#5

Quote:
Originally Posted by CJ101
Код:
PlaySoundForAll(sound)
{
for (new i = 0; i < MAX_PLAYERS; i++)
  {
  if(IsPlayerConnected(i)) PlayerPlaySound(i,sound,0,0,0);
  }
}
I get
Quote:

*********gamemodes\gf.pwn(26650) : error 017: undefined symbol "PlaySoundForAll"

Reply


Messages In This Thread
Sound for all! - by WThieves - 24.12.2009, 13:18
Re: Sound for all! - by CJ101 - 24.12.2009, 13:22
Re: Sound for all! - by pagie1111 - 24.12.2009, 13:25
Re: Sound for all! - by kamilbam - 24.12.2009, 13:38
Re: Sound for all! - by WThieves - 24.12.2009, 13:52

Forum Jump:


Users browsing this thread: 1 Guest(s)