[NAOCONSIGO] Vida & Colete
#7

desculpa la mas tenho de te dizer ke nao andas e a ler nada sequer...

o GetPlayerHealth NAO RETORNA NADA a nгo ser a variavel ke usares...

pawn Код:
SalvarPlayer(playerid)
{
    new Nome[MAX_PLAYER_NAME];
    GetPlayerName(playerid, Nome, sizeof(Nome));
    new String[50];
    new Float:Vida;
    new Float:Colete;
    GetPlayerHealth(playerid, Vida);
    GetPlayerArmour(playerid, Colete);
    format(String, sizeof(String), CONTAS, Nome);
    dini_IntSet(String,"Dinheiro", GetPlayerMoney(playerid));
    dini_IntSet(String,"Vida", Vida);
    dini_IntSet(String,"Colete", Colete);
    dini_IntSet(String,"Matou", Matou[playerid]);
    dini_IntSet(String,"Morreu", Morreu[playerid]);
    return 1;
}
Reply


Messages In This Thread
[NAOCONSIGO] Vida & Colete - by TiagoPS - 09.11.2010, 10:26
Re: [NAOCONSIGO] Vida & Colete - by [FeK]HigorOliver - 09.11.2010, 10:38
Re: [NAOCONSIGO] Vida & Colete - by TiagoPS - 09.11.2010, 14:41
Re: [NAOCONSIGO] Vida & Colete - by [FeK]HigorOliver - 09.11.2010, 19:00
Re: [NAOCONSIGO] Vida & Colete - by Pedro_Drin - 10.11.2010, 09:15
Re: [NAOCONSIGO] Vida & Colete - by TiagoPS - 10.11.2010, 09:51
Re: [NAOCONSIGO] Vida & Colete - by SlashPT - 10.11.2010, 10:00
Re: [NAOCONSIGO] Vida & Colete - by [FeK]HigorOliver - 10.11.2010, 10:47
Re: [NAOCONSIGO] Vida & Colete - by TiagoPS - 10.11.2010, 10:47
Re: [NAOCONSIGO] Vida & Colete - by SlashPT - 10.11.2010, 10:51

Forum Jump:


Users browsing this thread: 1 Guest(s)