What is wrong with OnPlayerDisconnect?
#2

pawn Код:
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(COLOR_GREY,string);
    }
Reply


Messages In This Thread
What is wrong with OnPlayerDisconnect? - by Connection - 26.08.2012, 09:59
Re: What is wrong with OnPlayerDisconnect? - by JaKe Elite - 26.08.2012, 10:03
Re: What is wrong with OnPlayerDisconnect? - by Universal - 26.08.2012, 10:05
Re: What is wrong with OnPlayerDisconnect? - by Connection - 26.08.2012, 10:07
Re: What is wrong with OnPlayerDisconnect? - by [MM]RoXoR[FS] - 26.08.2012, 10:13
Re: What is wrong with OnPlayerDisconnect? - by Connection - 26.08.2012, 10:15
Re: What is wrong with OnPlayerDisconnect? - by cessil - 26.08.2012, 10:16
Re: What is wrong with OnPlayerDisconnect? - by Connection - 26.08.2012, 10:18

Forum Jump:


Users browsing this thread: 2 Guest(s)