-
-
Notifications
You must be signed in to change notification settings - Fork 375
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #80 from TomGrobbe/development
# vMenu v1.1.2 **new:** - added an indicator in the weather options menu to show what the current weather type is. - added walking style options for the multiplayer male/female ped in the player appearance menu. - added an unban menu. requires the `vMenu.OnlinePlayers.Unban` permission. The menu can be accessed from the Main Menu. - added an option to log all ban/unban actions of staff-members to a file. to enable this, add `set vMenuLogBanActions true` to your server.cfg file (somewhere above `start vMenu`). - [dev] added events that get triggered on the server side when a player was successfully kicked, banned or unbanned (only useful for resource developers). **changed:** - removed src folder from auto-generated download. - fixed index out of range exception when pressing "enter" in an empty submenu. - fixed typo making the "no bike helmet" option save correctly now when pressing "save preferences". - fixed a mistake in the default permissions.cfg file that prevented the `DontBanMe` permission from working (if you customized/changed it, then it would've worked just fine) - fixed and cleaned up some random minor things, and changed license because of too many idiots abusing the old license.
- Loading branch information
Showing
20 changed files
with
618 additions
and
724 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -25,6 +25,7 @@ public enum Permission | |
OPKick, | ||
OPPermBan, | ||
OPTempBan, | ||
OPUnban, | ||
|
||
// Player Options | ||
POMenu, | ||
|
This file contains 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
Oops, something went wrong.