-
Notifications
You must be signed in to change notification settings - Fork 4
/
bankvariables.sqf
29 lines (29 loc) · 1.49 KB
/
bankvariables.sqf
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
maxcopbonus = 150;
maxcivbonus = 120;
time_bank_lockout = -1200;
BankRaubKontoverlust = 400;
ShopRaubKontovershop = 0;
ShopRaubProzentVershop = 0;
stolencash = 0;
Maxbankrobpercentlost = 0.01;
MaxbankrobpercentlostA = 0.025;
MaxbankrobpercentlostB = 0.05;
bank_steuer = 5;
zinsen_dauer = 1200;
robenable = true;
bankflagarray = [mainbank, copbank, atm1, atm2, atm3, atm4, atm5, atm6, atm7, atm8, atm9, atm10, atm11, atm12, atm13, atm14, atm15, atm16, atm17, atm18, atm19, atm20, atmPrison, atmpf, unatm, adminbank, gasbank];
speedcamarray = [speed6,speed7,speed8,speed10];
drugsellarray = [mdrugsell,cdrugsell,ldrugsell,hdrugsell];
TankstellenArray = [scofuel,soufuel,pmcfuel,copfuel,
(nearestobject[getpos gasstation1,"Land_Ind_FuelStation_Feed_Ep1"]),
(nearestobject[getpos gasstation2,"Land_Ind_FuelStation_Feed_Ep1"]),
(nearestobject[getpos gasstation3,"Land_Ind_FuelStation_Feed_Ep1"]),
(nearestobject[getpos gasstation4,"Land_Ind_FuelStation_Feed_Ep1"]),
(nearestobject[getpos gasstation5,"Land_Ind_FuelStation_Feed_Ep1"]),
(nearestobject[getpos gasstation6,"Land_Ind_FuelStation_Feed_Ep1"]),
(nearestobject[getpos gasstation7,"Land_Ind_FuelStation_Feed_Ep1"]),
(nearestobject[getpos gasstation8,"Land_Ind_FuelStation_Build_Ep1"]),
(nearestobject[getpos gasstation9,"Land_Ind_FuelStation_Feed_Ep1"]),
(nearestobject[getpos airfuel1,"Land_Fuel_tank_stairs"]),
(nearestobject[getpos airfuel2,"Land_Fuel_tank_stairs"])
];