Not showing the name
#3

Yeah what he said, so it must be this:

pawn Код:
new playername[MAX_PLAYER_NAME]; GetPlayerName(playerid,playername,sizeof playername);
    new string[256];
        switch(reason)
      {
        case 0: format(string, sizeof(string), "%s has left the server. (Timeout)", playername);
        case 1: format(string, sizeof(string), "%s has left the server. (Leaving)", playername);
        case 2: format(string, sizeof(string), "%s has left the server. (Kicked)", playername);
      }
        ProxDetector(60.0, playerid, string, COLOR_GREY, COLOR_GREY, COLOR_GREY, COLOR_GREY, COLOR_GREY);
Reply


Messages In This Thread
Not showing the name - by Perker12345 - 21.01.2010, 13:17
Re: Not showing the name - by JoeDaDude - 21.01.2010, 13:19
Re: Not showing the name - by Kwarde - 21.01.2010, 13:27
Re: Not showing the name - by KnooL - 21.01.2010, 13:31
Re: Not showing the name - by Streetplaya - 21.01.2010, 13:33
Re: Not showing the name - by Perker12345 - 21.01.2010, 14:26

Forum Jump:


Users browsing this thread: 1 Guest(s)