[Ajuda] Contar Veнculos
#2

pawn Код:
Vehicle_Count()
{
    new i = -1, Count;
    while(++i < MAX_VEHICLES)
        if(GetVehicleModel(i))
            Count++;
    return Count;
}
Reply


Messages In This Thread
[Ajuda] Contar Veнculos - by cotonete - 02.11.2011, 12:08
Re: [Ajuda] Contar Veнculos - by steki. - 02.11.2011, 12:28

Forum Jump:


Users browsing this thread: 1 Guest(s)