[Ajuda]Frag
#3

pawn Код:
if(!strcmp(cmdtext, "/Frag", true))
{
    new string9[128]; // Se nao for tentar trocar pra 256 ou 222 '-'
    new pName[MAX_PLAYER_NAME];
    GetPlayerName(playerid, pName, sizeof(pName));
    format(string9, sizeof(string9), "(/Frag)[STATUS] %s | Matou %d vez(es) | Morreu: %d vez(es) | Dominou: %d area(s) | X1-Ganhos: %d | X1-Perdidos: %d (/Frag)",pName ,PlayerInfo[playerid][pMatou],PlayerInfo[playerid][pMorreu],PlayerInfo[playerid][pDominou],PlayerInfo[playerid][Ganhoux1],PlayerInfo[playerid][Perdeux1]);
    SendClientMessageToAll(0xFFFFFFAA, string9);
    return 1;
}
Reply


Messages In This Thread
[Ajuda]Frag - by |_MeGaTroN_| - 16.02.2012, 09:26
Re: [Ajuda]Frag - by makino - 16.02.2012, 09:41
Re: [Ajuda]Frag - by [NC]BlackSky - 16.02.2012, 10:23
Re: [Ajuda]Frag - by |_MeGaTroN_| - 16.02.2012, 13:53
Re: [Ajuda]Frag - by [NC]BlackSky - 16.02.2012, 15:11

Forum Jump:


Users browsing this thread: 1 Guest(s)