[AJUDA]Problema maquinas de refri
#9

Se vocк tiver mais codes na sua public de Key coloque assim no inicio da public

pawn Код:
if(newkeys == 16 && GetPlayerState(playerid) == 1)
    {
        for(new a; a < sizeof zMaquinas; a++)
        {
            if(IsPlayerInRangeOfPoint(i,3.0,zMaquinas[a][0],zMaquinas[a][1],zMaquinas[a][2]))  
            {
                GivePlayerMoney(playerid,-2);
                new Float:zHealth;
                GetPlayerHealth(playerid,Float:zHealth);
                SetPlayerHealth(playerid,(Float:zHealth + 15.0));
                return 1;
            }
        }
    }
Espero ter ajudado! Se der algum erro poste-o.
Reply


Messages In This Thread
[AJUDA]Problema maquinas de refri - by Fred_Marley - 23.02.2011, 18:18
Re: [AJUDA]Problema maquinas de refri - by Fred_Marley - 23.02.2011, 18:31
Re: [AJUDA]Problema maquinas de refri - by Gabriel6 - 23.02.2011, 18:45
Re: [AJUDA]Problema maquinas de refri - by Fred_Marley - 23.02.2011, 19:03
Re: [AJUDA]Problema maquinas de refri - by leandro123456 - 23.02.2011, 19:25
Re: [AJUDA]Problema maquinas de refri - by Fred_Marley - 23.02.2011, 19:41
Re: [AJUDA]Problema maquinas de refri - by [RoxX]Ygor - 23.02.2011, 19:48
Re: [AJUDA]Problema maquinas de refri - by Fred_Marley - 23.02.2011, 19:49
Re: [AJUDA]Problema maquinas de refri - by [RoxX]Ygor - 23.02.2011, 19:54
Re: [AJUDA]Problema maquinas de refri - by Fred_Marley - 23.02.2011, 20:40

Forum Jump:


Users browsing this thread: 6 Guest(s)