[Ajuda] Duvida
#5

Neste comando sim, vai adicionar mais 85 de life no player, e ele sу usa o comando se tiver os 2000 R$ e tambйm discontara o dinheiro.

PHP код:
if(strcmp("/heal",cmdtext,true,10)==0)
{
     if(
GetPlayerMoney(playerid) < 2000)
     {
        new 
Float:Vida;
        
GetPlayerHealth(playeridVida);
        
SetPlayerHealth(playeridVida+85.0);
        
GivePlayerMoney(playerid, -2000);
    }
    return 
1;

Reply


Messages In This Thread
Duvida - by Mteck - 21.12.2012, 00:34
Re: Duvida - by Etton - 21.12.2012, 00:36
Re: Duvida - by Mteck - 21.12.2012, 00:41
Re: Duvida - by RedBulL_x - 21.12.2012, 00:45
Re: Duvida - by RedBulL_x - 21.12.2012, 00:51

Forum Jump:


Users browsing this thread: 1 Guest(s)