[HELP] what is wrong?
#3

pawn Код:
for(new i = 0; i < MAX_PLAYERS; i++)
        {
          new string[128];
      GetPlayerName(i, sendername, sizeof(sendername));
          format(string, sizeof(string), "*[ID:%d]%s. Login Alert....", playerid, sendername);
      ABroadCast(COLOR_YELLOW,string,1);
        }
Era mais facil:
pawn Код:
SendClientMessageToAll(...);
Sу depende deste "ABroadCast".
Reply


Messages In This Thread
[HELP] what is wrong? - by brunogysin - 27.05.2010, 00:59
Re: [HELP] what is wrong? - by russo666 - 27.05.2010, 01:05
Re: [HELP] what is wrong? - by SuB_ZeRo0_ - 27.05.2010, 01:08

Forum Jump:


Users browsing this thread: 2 Guest(s)