[Ajuda] Info Morte
#1

quando a pessoa mata aparece o Nick e ID Correto e a ORG aparece ORG:67 ou ORG:77 me ajuda a tirar este bug.

Код HTML:
    if(IsPlayerConnected(playerid))
    {
        if(IsPlayerConnected(killerid))
        {
            new Fala[70];
            format(Fala,sizeof(Fala),"Vocк morreu para %s [ID: %d] [ORG: %d]",PlayerName(killerid),killerid,NomeORG(playerid));
            SendClientMessage(playerid,0xA92BAAAA,Fala);
            format(Fala,sizeof(Fala),"Vocк matou %s [ID: %d] [ORG: %d]",PlayerName(playerid),playerid,NomeORG(playerid));
            SendClientMessage(killerid,0xA92BAAAA,Fala);
        }
    }
Reply


Messages In This Thread
Info Morte - by HHwilliamHH - 20.04.2014, 00:40
Re: Info Morte - by Wellington1999 - 20.04.2014, 00:46
Re: Info Morte - by HHwilliamHH - 20.04.2014, 01:07
Re: Info Morte - by hard_dalzot - 20.04.2014, 01:17
Re: Info Morte - by HHwilliamHH - 20.04.2014, 01:28

Forum Jump:


Users browsing this thread: 1 Guest(s)