[Ajuda] Contar Veнculos
#1

tem alguma funзгo que conta o total de veнculos adicionados no mode?
Reply
#2

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


Forum Jump:


Users browsing this thread: 2 Guest(s)