SendClientMessageToAllEx
#1

I copied this stock from the usefull stocks thread:
PHP код:
stock SendClientMessageToAllExcolorstring[], exeptionid )
{
  if ( !
strlen( string ) ) return 0;
  for ( new 
0GetMaxPlayers(); j++ )
  {
    if ( !
IsPlayerConnected) || ( == exeptionid ) ) continue;
    
SendClientMessageicolorstring );
  }
  return 
1;

But I haven't understood the last part of the script,what does expetionid means?
What do I need to put instead of it? Cause everytime I use this stock I get "number of arguments does not match definition" warning
Reply


Messages In This Thread
SendClientMessageToAllEx - by nuriel8833 - 08.04.2011, 12:57
Re: SendClientMessageToAllEx - by [DJ]Boki - 08.04.2011, 12:58
AW: SendClientMessageToAllEx - by xerox8521 - 08.04.2011, 13:00
Re: AW: SendClientMessageToAllEx - by nuriel8833 - 08.04.2011, 13:01

Forum Jump:


Users browsing this thread: 4 Guest(s)