[Pedido]Tutorial sobre /frag
#2

pawn Код:
// TOP:
new
    Morreu[MAX_PLAYERS char],
    Matou[MAX_PLAYERS char]
;

if(!strcmp(cmdtext,"/frag", true))
{
    new
        string[128],
        Nome[24]
    ;

    GetPlayerName(playerid, Nome, 24);

    format(string, sizeof(string),"(/Frag)[Status]: %s |  Matou: %d | Morreu: %d | Score: %d", Nome, Matou{playerid}, Morreu{playerid}, GetPlayerScore(playerid));
    SendClientMessageToAll(playerid, -1, string);
    return true;
}



// OnPlayerDeath
Morre{playerid) ++;
Matou{killerid} ++;
Reply


Messages In This Thread
[Pedido]Tutorial sobre /frag - by Luciano* - 01.05.2012, 18:24
Re: [Pedido]Tutorial sobre /frag - by zSuYaNw - 01.05.2012, 18:36
Re: [Pedido]Tutorial sobre /frag - by Gustavo_z - 01.05.2012, 18:40
Re: [Pedido]Tutorial sobre /frag - by Joker_OutLock - 01.05.2012, 18:43
Re: [Pedido]Tutorial sobre /frag - by zSuYaNw - 01.05.2012, 18:44
Re: [Pedido]Tutorial sobre /frag - by Panico622 - 01.05.2012, 18:48
Re: [Pedido]Tutorial sobre /frag - by zSuYaNw - 01.05.2012, 18:52
Respuesta: [Pedido]Tutorial sobre /frag - by Luciano* - 01.05.2012, 20:31
Re: [Pedido]Tutorial sobre /frag - by _Jizzy_ - 01.05.2012, 20:34
Respuesta: [Pedido]Tutorial sobre /frag - by Luciano* - 01.05.2012, 20:36

Forum Jump:


Users browsing this thread: 3 Guest(s)