SendClientMessageToAllEx
#3

pawn Код:
if ( !IsPlayerConnected( i ) || ( i == exeptionid ) ) continue;
    SendClientMessage( i, color, string );
means if the i is not connected OR i is the exeptionid then the message will be send

pawn Код:
SendClientMessageToAllEx(0xFF0000AA,"This message cant read id 1",1);
so every player exept id 1 will get the message "This message cant read id 1"
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: 2 Guest(s)