How i can make...
#4

Use this stock:

pawn Код:
stock SendMessageToCops(color,text[])
{
   for(new i=0; i<MAX_PLAYERS; i++)
   {
      if(IsPlayerConnected(i))
      {
         if(GetPlayerSkin(playerid) == (280 || 281 || 282 || 283 || 265 || 266 || 267))
         {
            SendClientMessage(i,color,text);
         }
      }
   }
}
So in your dialog response script, it should look like this:

pawn Код:
SendMessageToCops(COLOR, MESSAGE);
Reply


Messages In This Thread
How i can make... - by Gooday - 27.11.2011, 10:19
Re: How i can make... - by Unte99 - 27.11.2011, 10:24
Re: How i can make... - by Gooday - 27.11.2011, 10:59
Re: How i can make... - by Unte99 - 28.11.2011, 12:46

Forum Jump:


Users browsing this thread: 2 Guest(s)