[AJUDA] Cocaina ...
#3

asim
pawn Код:
new Float:PlayersArmour;
GetPlayerArmour(playerid,PlayersArmour);// jeta o colete que tem

SetPlayerArmour(playerid, PlayersArmour + Bote aki a Quantidade de Colete); // seta o colete somando o que tem mais a quantidadeq que vai ganha EX tenho 2 de colete mais 5 fico com 7
onde tem
Bote aki a Quantidade de Colete

bota a quantidade

Melhorando o codigo

pawn Код:
new Float:PlayersArmour;
GetPlayerArmour(playerid,PlayersArmour);// jeta o colete que tem
                    if(PlayersArmour >= 100)
                    {
                        SetPlayerArmour(playerid, 100); // si ele tiver mais que 100 vai seta 100
                        SendClientMessage(playerid,0xFFFFFFAA,"Vocк nгo pode mais usar drogas!");
                        return 1;
                    }
                    else
                    {
                        SetPlayerArmour(playerid, PlayersArmour + Bote aki a Quantidade de Colete);
                    }
Reply


Messages In This Thread
[AJUDA] Cocaina ... - by Nightwish - 16.03.2011, 17:35
Re: [AJUDA] Cocaina ... - by Macintosh - 16.03.2011, 17:42
Re: [AJUDA] Cocaina ... - by brunogysin - 16.03.2011, 17:46
Re: [AJUDA] Cocaina ... - by Ricop522 - 16.03.2011, 18:09
Re: [AJUDA] Cocaina ... - by brunogysin - 16.03.2011, 18:25
Re: [AJUDA] Cocaina ... - by Ricop522 - 16.03.2011, 19:16
Re: [AJUDA] Cocaina ... - by Nightwish - 16.03.2011, 21:36
Re: [AJUDA] Cocaina ... - by DartakousLien - 16.03.2011, 22:02
Re: [AJUDA] Cocaina ... - by Nightwish - 16.03.2011, 22:17
Re: [AJUDA] Cocaina ... - by Nightwish - 17.03.2011, 18:45

Forum Jump:


Users browsing this thread: 2 Guest(s)