Why that message dosn't work.
#1

pawn Код:
switch(reason)
    {
        new str[128];
        case 0:
        {
            format(str,128,"%s has left the server ((Crashed)",GetPlayersName(playerid));
            SendClientMessageToAll(-1,str);
        }
        case 1:
        {
            format(str,128,"%s has left the server ((Leaving)",GetPlayersName(playerid));
            SendClientMessageToAll(-1,str);
        }
        case 2:
        {
            format(str,128,"%s has left the server ((Kicked/Banned)",GetPlayersName(playerid));
            SendClientMessageToAll(-1,str);
        }
    }
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)