[Ajuda] matou ganhou dinheiro morreu perdeu
#4

Quote:
Originally Posted by iSmirnoff
pawn Код:
public OnPlayerDeath(playerid, killerid, reason){

    new Celulas[128], Money = (1000 + random(4500));

    format(Celulas, 128, "%s matou %s e recebeu R$%d,00", Nick(killerid), Nick(playerid), Money );
    SendClientMessageToAll(-1, Celulas);

    GivePlayerMoney(killerid, Money);
    GivePlayerMoney(playerid, -Money);
    return true;
}

stock Nick(playerid) {

    new NOME[21];
    GetPlayerName(playerid, NOME, 21);
    return NOME;
}
__________
Reply


Messages In This Thread
matou ganhou dinheiro morreu perdeu - by yNexus - 29.11.2013, 21:57
Re: matou ganhou dinheiro morreu perdeu - by Coe1 - 29.11.2013, 22:00
Re: matou ganhou dinheiro morreu perdeu - by focaximubh - 29.11.2013, 22:01
Re: matou ganhou dinheiro morreu perdeu - by smiiir - 29.11.2013, 22:01
Re: matou ganhou dinheiro morreu perdeu - by arakuta - 29.11.2013, 22:04
Re: matou ganhou dinheiro morreu perdeu - by yNexus - 29.11.2013, 22:49

Forum Jump:


Users browsing this thread: 1 Guest(s)