[Ajuda] Duas duvidas
#3

Quote:
Originally Posted by Artista
Посмотреть сообщение
Sobre a grana vocк provavelmente estб usando algum anti-money hack que estб dando conflito com seu cуdigo. Poste um comando que dar/retira grana do player
Jб a respeito da mensagem tente fazer assim:
pawn Код:
public OnPlayerDeath(playerid, killerid, reason)
{
    SendDeathMessage(killerid,reason,playerid);
    if(killerid == INVALID_PLAYER_ID)
    {
        format(astring,128,"..:: %s and died ::..",pName[playerid]);
        SendClientMessageToAll(COLOR_YELLOW,astring);
    }
    else
    {
        new Nome[MAX_PLAYER_NAME];
        GetPlayerName(killerid,Nome,sizeof(Nome));
        format(astring,128,"..:: %s was killed by %s ::..",pName[playerid],Nome);
        SendClientMessageToAll(COLOR_YELLOW,astring);
    }
    SetPlayerScore(killerid,GetPlayerScore(killerid)+1);
    GivePlayerMoney(killerid, 250);
    Players[killerid][kill]+=1;
    Players[playerid][death]+=1;
    return 1;
}
E aн firmeza? valeu cara, funcionou o cуdigo e foi bem oque vocк disse sobre o dinheiro, o meu ladmin que tava bloqueando o dinheiro, valeu +rep pra vocк
Reply


Messages In This Thread
2 Problemas - by DiaDelTerror - 28.10.2014, 23:11
Re: Duas duvidas - by Artista - 29.10.2014, 00:58
Re: Duas duvidas - by DiaDelTerror - 29.10.2014, 08:48

Forum Jump:


Users browsing this thread: 1 Guest(s)