-
Notifications
You must be signed in to change notification settings - Fork 30
1.2.2 release #83
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
1.2.2 release #83
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Contributor
TovarischPootis
commented
Sep 14, 2021
- add default stamina and stamina regen configs
- Override description in nshud
- Font Scaling
- New hooks
- New way to define bodygroups for factions
- Numerous bug fixes
- Updated localization files
- Many many other smaller minor fixes, changes and additions
Update sh_plugin.lua
Allows the player in question to override the nshud description for a player.
Add hook to manually override character description
Changed the discord @ for contact
Added Portuguese
Noticed a Missing Comma
Fixes hook so that it can return items when bought from a vendor.
Fix items not being returned by d map
Error trace:
[ERROR] gamemodes/nutscript/entities/weapons/nut_hands.lua:620: attempt to index global 'ent' (a nil value)
1. allowEntityDrop - gamemodes/nutscript/entities/weapons/nut_hands.lua:620
2. drop - gamemodes/nutscript/entities/weapons/nut_hands.lua:223
3. doPickup - gamemodes/nutscript/entities/weapons/nut_hands.lua:465
4. unknown - gamemodes/nutscript/entities/weapons/nut_hands.lua:417
- Improvement of existing translations. - Update of added translations with the latest versions.
ent was not defined and as such always nil. Most likely a typo
Fixed an error when an object can be dropped
French translations update
Thank you SPURION, scoreboard fix
Lets you draw over every type of item at once.
global draw-over hook
Under some conditions, a player in act doesn't allow the chat indicator to be displayed correctly.
Fix the typing indicator when a player is acting
Fixed some small spacing issues with my GLua linter.
This will prevent confusion for players who think that voice communication is active when it isn't.
This is a micro-micro optimization.
Fix it so that the canitembetransferred hook can actually notify the player of a reason, as well as allow it to see the transferring player.
Let's make my linter happy.
GetDefaultCharDesc/FontScaling/Whitespaces
Add a paylimit, meaning that the char will not get an autopay when the char's money has reached this limit
Thanks to it plugins' authors would be able to provide custom checks on commands for players that normally wouldn't be able to run them. For example, a flag that gives access to charsetmodel or plytransfer for faction leaders.
Since we don't have a dedicated transfer function, I thought I'd just add one for ease of use.
Discord Info Change
Add a hook to allow custom checks on commands
Fix the display of some parameter values in server configuration panel
Re-add transfer function
Add paylimit
As requested by Tovarisch and for consistency with the rest of the code.
Useful for overriding
Add getmodel hook
Fix the non-updating of some parameters on commands
either the classic "012121"
or
{[1] = 2, [2] = 4, [3] =1 }
for more control over available bodygroups
Faction bodygroups , inv item icon models, starting Max points for attributes
Fixed a bug where door info won't draw when it should
fix bug that shows players as purchasable doors lmao
Tov's an idiot lmao (error fix)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.