ATC Tower Radio
#7

The Code Should be
Код:
public OnPlayerText(playerid, text[])
{
if(text[0] == '!')
	{
		new string[256],name3[24];
		GetPlayerName(playerid,name3,24);
		format(string,256,"[ATC-Radio] %s: %s",name3,text[1]);
		for(new i = 0; i < MAX_PLAYERS; i++)
		{
			if(IsPlayerConnected(i))
			{
				if(ATC[i] == ATC[playerid])
					SendClientMessage(i, 0xB4B5B7AA, string);
			}
		}
		return 0;
   }
}
Reply


Messages In This Thread
ATC Tower Radio - by Mobster11 - 01.08.2009, 09:17
Re: ATC Tower Radio - by Floul1 - 01.08.2009, 09:20
Re: ATC Tower Radio - by Mobster11 - 01.08.2009, 09:21
Re: ATC Tower Radio - by dafel2 - 01.08.2009, 09:22
Re: ATC Tower Radio - by DarkClone - 01.08.2009, 09:32
Re: ATC Tower Radio - by Floul1 - 01.08.2009, 09:33
Re: ATC Tower Radio - by Floul1 - 03.08.2009, 09:47
Re: ATC Tower Radio - by yah00078 - 09.08.2009, 14:37
Re: ATC Tower Radio - by LuxurioN™ - 09.08.2009, 18:25

Forum Jump:


Users browsing this thread: 1 Guest(s)