Skip to content

Commit

Permalink
remove MG from PT76B
Browse files Browse the repository at this point in the history
  • Loading branch information
nomisum committed Jul 29, 2020
1 parent 18d254e commit 6cfcac8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion BC_buyables/factions/mudscha.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ class mudscha {
wheelCargo = 2;
spawnEmpty = 1;
condition = "true";
code = "(_this select 1) setVariable ['gm_vehicle_attributes', [['gm_licenseplate_none',' '],[' ','gm_din_norm_gry','gm_tacticalSign_none',' ','gm_din_norm_gry'],[' ','gm_gc_schablonier_gry'],['gm_insignia_none','gm_insignia_none','gm_insignia_none','gm_insignia_none','gm_insignia_cool_palmtree_wht','gm_insignia_none'],['gm_insignia_none'],['gm_insignia_none','0','gm_insignia_none']]]; [_this select 1] spawn gm_core_vehicles_fnc_vehicleMarkingsInit;";
code = "(_this select 1) setVariable ['gm_vehicle_attributes', [['gm_licenseplate_none',' '],[' ','gm_din_norm_gry','gm_tacticalSign_none',' ','gm_din_norm_gry'],[' ','gm_gc_schablonier_gry'],['gm_insignia_none','gm_insignia_none','gm_insignia_none','gm_insignia_none','gm_insignia_cool_palmtree_wht','gm_insignia_none'],['gm_insignia_none'],['gm_insignia_none','0','gm_insignia_none']]]; [_this select 1] spawn gm_core_vehicles_fnc_vehicleMarkingsInit; (_this select 1) removeWeaponTurret ['gm_pkt_coax',[0]]; ";

};

Expand Down

0 comments on commit 6cfcac8

Please sign in to comment.