-
Content count
354 -
Donations
45.00 EUR -
Joined
-
Last visited
-
Days Won
16
Monkeynutz last won the day on May 26
Monkeynutz had the most liked content!
Community Reputation
230 ExcellentAbout Monkeynutz
-
Rank
Underboss
Personal Information
- Homepage
Recent Profile Visitors
3602 profile views
-
You've done something wrong with something else which affects this.
-
Says who? I would much rather change one variable than add a new file and override blah blah
-
Indeed but changing a variable file already in the mission pbo rather than adding a new file to then add more code to override it, is much more lightweight and quicker
-
Monkeynutz started following Fix combat storing for Virtual Garage.
-
The script: ExileClient_gui_virtualGarageDialog_event_onConfirmButtonClicked.sqf is broken and also has backwards config in the config.cpp of the mission file. And since it won't be fixed any time soon, I am here to help! Basically the variable name is wrong and the 1 or 0 is the wrong way around according to the instructions, should the name be right. Quickest fix is the following: Change 'canAccessGarageInCombat' to 'canUseGarageInCombat' in your config.cpp of your mission file and also do the opposite of what it tells you. E.g. it says 0 means you cannot store in combat, set it to 1 instead. And set it to 0 if you wish to allow storing in combat. Enjoy.
-
KOR_Taru started following Monkeynutz
-
Lmfao, people kicking off BI are stupid enough too add the commands to move people into vehicles and try and make people pay. If they send me an email asking me to remove it, i'll tell them where they can go.
-
*NEW AND IMPROVED* Sell Crates At Wastedump for R3F
Monkeynutz replied to Monkeynutz's topic in Scripts
I updated the script without testing it tbf. If you could pastebin your RPT files and stuff i'm sure we could fix it. -
Okay stone mage.
-
[RELEASE] Pilot HUD (show weapon, ammo count, and flare count)
Monkeynutz replied to ChaosDuck's topic in Scripts
A while true loop inside of a while true loop... FPS will get hit hard with this stuff, I’ll write this better for you when I get time and show you a neat trick. -
Oh dear... a while true poop. That’s rough... I will download this later and show you a better, less laggy way of doing this.
-
Another update to add quantities to the items you give.
-
Updated. Added a configurable option to weapons where you can have it spawn with magazines and also choose the number of mags it will spawn with.
-
All fixed! Thank you!!