ReadMyTextQ Not showing ID?
#7

Quote:
Originally Posted by Phento
Quote:
Originally Posted by Torran
pawn Код:
stock ReadMyTextQ(playerid,color,format2[],output[])
{
for(new i=0; i<GetMaxPlayers(); i++)
if(IsPlayerAdmin(i))
{
new string[128];
new name[MAX_PLAYER_NAME];
GetPlayerName(playerid, name, sizeof(name));
format(string, sizeof(string), "%s ** %s (%s): %s", format2, name, playerid, output);
SendClientMessage(i, color, string);
SendClientMessage(playerid, color, "Your question has been sent to all online admins");
}
5 Online rcon admin

5 *
pawn Код:
SendClientMessage(playerid, color, "Your question has been sent to all online admins");
10 online rcon admin

10 *
pawn Код:
SendClientMessage(playerid, color, "Your question has been sent to all online admins");

What are you on about? Anyway i fixed this
Reply


Messages In This Thread
ReadMyTextQ Not showing ID? - by Torran - 25.02.2010, 13:21
Re: ReadMyTextQ Not showing ID? - by smeti - 25.02.2010, 13:45
Re: ReadMyTextQ Not showing ID? - by Torran - 25.02.2010, 13:48
Re: ReadMyTextQ Not showing ID? - by Correlli - 25.02.2010, 13:49
Re: ReadMyTextQ Not showing ID? - by Torran - 25.02.2010, 13:56
Re: ReadMyTextQ Not showing ID? - by smeti - 25.02.2010, 17:06
Re: ReadMyTextQ Not showing ID? - by Torran - 25.02.2010, 17:13

Forum Jump:


Users browsing this thread: 1 Guest(s)