Car Message Function Problem
#2

Try this..

pawn Код:
stock SendCarMessage(playerid, string [], color12)
{
  for(new i = 0; i < MAX_PLAYERS; i++)
  {
   if(IsPlayerInAnyVehicle(i))
   {
     SendClientMessage(i, color12, string);
   }
  }
  return 1;
}
Reply


Messages In This Thread
Car Message Function Problem - by CyberGuerilla - 01.06.2009, 10:46
Re: Car Message Function Problem - by Weirdosport - 01.06.2009, 11:00
Re: Car Message Function Problem - by CyberGuerilla - 01.06.2009, 11:20
Re: Car Message Function Problem - by Weirdosport - 01.06.2009, 11:27
Re: Car Message Function Problem - by Lewwy - 01.06.2009, 11:54
Re: Car Message Function Problem - by CyberGuerilla - 01.06.2009, 11:55
Re: Car Message Function Problem - by CyberGuerilla - 01.06.2009, 12:31
Re: Car Message Function Problem - by SpiderPork - 01.06.2009, 12:39
Re: Car Message Function Problem - by CyberGuerilla - 01.06.2009, 14:08
Re: Car Message Function Problem - by Marcel - 01.06.2009, 14:19

Forum Jump:


Users browsing this thread: 1 Guest(s)