Adding police cars to chernarus

TheLaughingMan

Well-Known Member
These spawn points were created by LostS77 on the old bliss forums but I wanted to make sure they were here as well:

Code:
insert into vehicle (class_name,damage_min,damage_max,fuel_min,fuel_max,limit_min,limit_max,parts,inventory)
values('policecar', '0.100', '0.700', '0.200', '0.800', '0', '10', 'palivo,motor,karoserie,wheel_1_1_steering,wheel_1_2_steering,wheel_2_1_steering,wheel_2_2_steering', '[[[\"LeeEnfield\"], [1]], [[\"5x_22_LR_17_HMR\"], [3]], [[], []]]');
 
insert into world_vehicle (vehicle_id, world_id, worldspace, chance)
values
(53,1,'[225,[11226.5,6599.18,0.00393677]]',0.650),
(53,1,'[206,[12085,6309.21,0.000282288]]',0.650),
(53,1,'[215,[12987.4,6271,0.00111675]]',0.650),
(53,1,'[294,[13509.9,4481.88,0.00332355]]',0.650),
(53,1,'[9,[12250.3,3500.78,0.000834465]]',0.650),
(53,1,'[166,[11562.5,3384.48,0.001441]]',0.650),
(53,1,'[349,[11563.5,3378.85,0.00460482]]',0.650),
(53,1,'[129,[10880.7,2782.32,-4.29153e-006]]',0.650),
(53,1,'[143,[10536.9,2278.27,0]]',0.650),
(53,1,'[343,[10204.5,2110.49,0]]',0.650),
(53,1,'[16,[9958.99,2038.49,-8.10623e-005]]',0.650),
(53,1,'[39,[8269.54,3065.36,0]]',0.650),
(53,1,'[230,[7307.58,3331.97,0]]',0.650),
(53,1,'[164,[6891.67,3115.14,-0.000121117]]',0.650),
(53,1,'[134,[6401.01,2687.25,-6.67572e-005]]',0.650),
(53,1,'[304,[6366.4,2535.26,-0.000947475]]',0.650),
(53,1,'[22,[4454.53,2454.41,0.000588417]]',0.650),
(53,1,'[182,[3555.1,2454.94,-0.000170231]]',0.650),
(53,1,'[222,[2567.34,2027.75,0.000280857]]',0.650),
(53,1,'[348,[1917.04,2234.52,-0.0109954]]',0.650),
(53,1,'[202,[1693.56,2219.41,0.00521517]]',0.650),
(53,1,'[29,[1113.52,2247.63,-1.19209e-007]]',0.650),
(53,1,'[128,[374.936,1626.3,-6.19888e-005]]',0.650);

Change 53 in the world_vehicle insert to whatever the vehicle_id is assigned to the police car.
 
hey laughing man!

can you send me your vehicle parts code for your choppers? all of your choppers are full out broken and i want that, lol

thanks
 
Code:
'15', 'UH1H_DZ', '0.100', '0.700', '0.200', '0.800', '0', '9', 'motor,elektronika,mala vrtule,velka vrtule', '[[[], []], [[\"ItemSodaCoke\"], [5]], [[], []]]'
 
My server is on Dayz.st but I have access to the DB. Will it be possible for me to add Littlebirds or anything to Panthera?
 
Back
Top