[Duvida]
#6

Tempo
pawn Код:
//==============================================================================
public WeedTimer()
{
    foreach (Player,i)
    {
        if(Weeder[i] > 0)
        {
            Weeder[i] --;
        }
    }
    return 1;
}
Plantaзao
pawn Код:
public Plantation()
{
    for(new b = 0; b < sizeof(WeedInfo); b++)
    {
        if(WeedInfo[b][WeedTime] > 0 && WeedInfo[b][WeedPlanted] == 1)
        {
            WeedInfo[b][WeedTime] -= 1;
        }
    }
    return 1;
}
Reply


Messages In This Thread
[Duvida] - by LeMoi - 03.12.2011, 21:47
Re: [Duvida] - by ViniBorn - 03.12.2011, 21:49
Re: [Duvida] - by LeMoi - 03.12.2011, 21:51
Re: [Duvida] - by ViniBorn - 03.12.2011, 21:56
Re: [Duvida] - by LeMoi - 03.12.2011, 21:59
Re: [Duvida] - by LeMoi - 03.12.2011, 22:27
Re: [Duvida] - by ViniBorn - 03.12.2011, 23:44
Re: [Duvida] - by LeMoi - 03.12.2011, 23:46

Forum Jump:


Users browsing this thread: 1 Guest(s)