[Ajuda] Limite de Casas
#7

so pq eu so bonzinho ta ae
pawn Код:
#undef MAX_PLAYERS
#define MAX_PLAYERS 500

new bool:IntrestEnabled = true;
new Float:BankIntrest = 0.001;
new ExitHouseTimer = 1000;
new ExitBusinessTimer = 1000;
new bool:ShowBoughtHouses = false;
new MaxFuel = 10000;
new RefuelMaxPrice = 2500;

#define MAX_HOUSES                    6000 // quantiade de casas no MAPA
#define MAX_HOUSESPERPLAYER         15 // QUANTIDADE DE CASAS PARA O PLAYER

#define HouseUpgradePercent         100
#define ParkRange                   200.0
#define MAX_BUSINESS                5000 // QUANTIDADE DE EMPRESAS NO MAPA
#define MAX_BUSINESSPERPLAYER       15 // QUANTIDADE DE EMPRESAS PARA O PLAYER

#define MAX_TOLLGATES                50
#define MAX_SPIKESTRIPS             50
#define MAX_CAMERAS                    50
#define MAX_LOMBADAS                500
#define MAX_CONES                   500

new APoliceWeapons[12] = {3, 22, 25, 29, 31, 34, 41, 46};
new PoliceWeaponsAmmo = 5000;
new DefaultJailTime = 300;
new DefaultFinePerStar = 7000;
new DefaultWarnTimeBeforeJail = 180;
new Float:CourierJobRange = 9999999.0;
new PaymentPerPackage = 500;
new UnclampPricePerVehicle = 150000;
new Float:LixeiroJobRange = 9999999.0;
new PagamentoPorLixo = 1500;

#define Kick(%0) SetTimerEx("Kickar" 200, 0, "i", %0)
forward Kickar(playerid);
public Kickar(playerid)
{
    #undef Kick
    Kick(playerid);
    #define Kick(%0) SetTimerEx("Kickar", 200, 0, "i", %0)
    return 1;
}
Reply


Messages In This Thread
Limite de Casas - by Nork - 15.11.2014, 21:43
Re: Limite de Casas - by PedexM - 15.11.2014, 21:47
Re: Limite de Casas - by Nork - 15.11.2014, 21:48
Re: Limite de Casas - by ExPLORE - 15.11.2014, 21:52
Re: Limite de Casas - by Nork - 15.11.2014, 21:54
Re: Limite de Casas - by RiqueP - 15.11.2014, 21:58
Re: Limite de Casas - by ExPLORE - 15.11.2014, 22:00
Re: Limite de Casas - by Nork - 15.11.2014, 22:03
Re: Limite de Casas - by ExPLORE - 15.11.2014, 22:07
Re: Limite de Casas - by Nork - 15.11.2014, 22:09

Forum Jump:


Users browsing this thread: 3 Guest(s)