Why that message dosn't work.
#2

To get Ideas

pawn Код:
new pname[MAX_PLAYER_NAME], string[39 + MAX_PLAYER_NAME];
    GetPlayerName(playerid, pname, sizeof(pname));
    switch(reason)
    {
        case 0: format(string, sizeof(string), "%s has left the server. (Crashed)", pname);
        case 1: format(string, sizeof(string), "%s has left the server. (Leaving)", pname);
        case 2: format(string, sizeof(string), "%s has left the server. (Kicked)", pname);
    }
    SendClientMessageToAll(0xAAAAAAAA, string);
    return 1;
Reply


Messages In This Thread
Why that message dosn't work. - by Gangster-rocks - 11.09.2012, 12:27
Re: Why that message dosn't work. - by kbalor - 11.09.2012, 12:31
Re: Why that message dosn't work. - by Glint - 11.09.2012, 12:35
Re: Why that message dosn't work. - by Gangster-rocks - 11.09.2012, 12:38

Forum Jump:


Users browsing this thread: 1 Guest(s)