[Duv/Pedido]Comando.
#2

Lyllrasta, veja esse comando, e pegue ele como "base".

pawn Код:
new gPlayerPizza[MAX_PLAYERS];

CMD:darpizza(playerid,params[])
{
    if(sscanf(params, "u", id)) return SendClientMessage(playerid, COR_CINZA, "* USE: /darpizza [ID]");
    if(!IsPlayerConnected(id)) return SendClientMessage(playerid, COR_CINZA, "Jogador nгo conectado");
    if(!IsProx(playerid, id)) return SendClientMessage(playerid, COR_CINZA, "* A pessoa deve estar perto de vocк");
    gPlayerPizza[id]++;


    GetPlayerName(playerid,nome,MAX_PLAYER_NAME);
    GetPlayerName(playerid, Jogador, 23);
    GetPlayerName(id, Outro, 23);
    format(adminstring, sizeof(adminstring), "* %s levou uma pizza atй o %s", Jogador, Outro);
    IsPlayerInRangeForMessage(playerid, COR_PURPLE, adminstring, 10.0);
    return 1;
}
CMD:comerpizza(playerid, params[])
{
    if(!gPlayerPizza[playerid])
        return 1;

    gPlayerPizza[playerid]--;
    new Outro[MAX_PLAYER_NAME];
    GetPlayerName(playerid, Outro, 23);
    format(adminstring, sizeof(adminstring), "%s esta comendo uma pizza", Outro);
    IsPlayerInRangeForMessage(playerid, COR_PURPLE, adminstring, 10.0);
    SetPlayerHealth(playerid, 40.0);
    return 1;
}
Crйditos: Stewie`
Reply


Messages In This Thread
[Duv/Pedido]Comando. - by lyllrasta - 13.02.2012, 20:17
Re: [Duv/Pedido]Comando. - by Hard` - 13.02.2012, 20:22
Re: [Duv/Pedido]Comando. - by lyllrasta - 13.02.2012, 20:34
Re: [Duv/Pedido]Comando. - by Lucas_Alemao - 13.02.2012, 21:17
Re: [Duv/Pedido]Comando. - by Lуs - 13.02.2012, 21:24
Re: [Duv/Pedido]Comando. - by lyllrasta - 13.02.2012, 22:12
Re: [Duv/Pedido]Comando. - by Hard` - 13.02.2012, 22:15
Re: [Duv/Pedido]Comando. - by lyllrasta - 13.02.2012, 22:19
Re: [Duv/Pedido]Comando. - by Lucas_Alemao - 13.02.2012, 22:23
Re: [Duv/Pedido]Comando. - by Lуs - 13.02.2012, 22:23

Forum Jump:


Users browsing this thread: 1 Guest(s)