This commit is the equivalent of a atomic bomb
This commit is contained in:
12
braf_weapons_machine_guns/RscInGameUI.hpp
Normal file
12
braf_weapons_machine_guns/RscInGameUI.hpp
Normal file
@@ -0,0 +1,12 @@
|
||||
class RscInGameUI
|
||||
{
|
||||
class RscWeaponZeroing;
|
||||
class sp_minimi_animation: RscWeaponZeroing
|
||||
{
|
||||
onLoad = "_this call Spearpoint_fnc_minimiweaponrested;";
|
||||
};
|
||||
class sp_gpmg_animation: RscWeaponZeroing
|
||||
{
|
||||
onLoad = "_this call Spearpoint_fnc_gpmgweaponrested;";
|
||||
};
|
||||
};
|
||||
Reference in New Issue
Block a user