Jump to content
  • 0

Dissable change skin when have backpack


SadBoy1981

Question

3 answers to this question

Recommended Posts

  • 0

There's already a line in the code to not allow changing clothes while wearing a backpack but it has been commented out.  Try this:

 

In your custom compiles.sqf, put this line

player_wearClothes = compile preprocessFileLineNumbers "custom\player_wearClothes.sqf";

Then create this file in your custom folder and name it player_wearClothes.sqf

http://pastebin.com/DnygKich

 

Line 24 is the only one that was changed from the default file.

 

Link to comment
Share on other sites

  • 0

There's already a line in the code to not allow changing clothes while wearing a backpack but it has been commented out.  Try this:

 

In your custom compiles.sqf, put this line

player_wearClothes = compile preprocessFileLineNumbers "custom\player_wearClothes.sqf";

Then create this file in your custom folder and name it player_wearClothes.sqf

http://pastebin.com/DnygKich

 

Line 24 is the only one that was changed from the default file.

Thanks, this must help!

Link to comment
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
  • Advertisement
  • Discord

×
×
  • Create New...