Problem OnPlayerDisconnect
#2

Replace with This :

pawn Код:
new pName[MAX_PLAYER_NAME];
    new string[566];
    GetPlayerName(playerid, pName, sizeof(pName));
    switch(reason)
    {
        case 0: format(string, sizeof(string), "{828282}===> %s Leaving The Server [ Connection Problem / Crash ] <===", pName);
        case 1: format(string, sizeof(string), "{828282}===> %s Leaving The Server [ Leaving ] <===", pName);
        case 2: format(string, sizeof(string), "{828282}===> %s Leaving The Server [ Kicked / Banned ] <===", pName);
    }
    SendClientMessageToAll(0xBBC8CBAA, string);
Reply


Messages In This Thread
Problem OnPlayerDisconnect - by TheBluec0de - 25.03.2012, 19:28
Re: Problem OnPlayerDisconnect - by .FuneraL. - 25.03.2012, 19:35
Re: Problem OnPlayerDisconnect - by TheBluec0de - 25.03.2012, 19:35
Re: Problem OnPlayerDisconnect - by ReneG - 25.03.2012, 19:36
Re: Problem OnPlayerDisconnect - by TheBluec0de - 25.03.2012, 19:38
Re: Problem OnPlayerDisconnect - by .FuneraL. - 25.03.2012, 19:41
Re: Problem OnPlayerDisconnect - by TheBluec0de - 25.03.2012, 19:42
Re: Problem OnPlayerDisconnect - by TheBluec0de - 25.03.2012, 19:47
Re: Problem OnPlayerDisconnect - by .FuneraL. - 25.03.2012, 19:50
Re: Problem OnPlayerDisconnect - by Twisted_Insane - 25.03.2012, 19:50

Forum Jump:


Users browsing this thread: 1 Guest(s)