Added a check to ensure that the CAMI module will not try to load on gamemodes without CAMI support
You only need to worry about this update if you're not running DarkRP or a DarkRP derived gamemode - this should be the last update for the time being, apologies for a few updates in quick succession to fix bugs
Updated Files:
CAMI module
Fixed a bug where sometimes data sent via CAMI would be incorrect causing a script error
Files Updated:
CAMI module
Added CAMI implementation
Added config option to set prop limits for specific UserGroups
Added "Copy SteamID" for users and admins in bans list
Fixed a bug where sometimes a SQL error would be thrown on connection due to duplicate entries
Fixed a bug where data sent to clients for extra user group's would be incorrect causing issues when opening the menu
Updated Files:
New CAMI module added
Bans module
sv_xadmin.lua
sh_xadminconfig.lua
Props module
ExtraUserGroups module
Bug fix from previous update when attempting to send data to only one user
Files Updated:
extrausergroups module
Extra user groups should now be networked to clients in order to fix an issue where users with extra user groups would be unable to see commands in the menu
Files Updated:
extrausergroups module
Added config option to disable the use of tickets in place of admin chat when users don't have permission to use admin chat
Fixed a bug with admin mode job changing sometimes not calling all DarkRP hooks
Fixed a bug where users could open the menu with xAdminToggleMenu console command regardless of permissions
Files Updated:
cl_xadminmenu.lua
sh_xadminconfig.lua (line 108)
adminchat module
adminutils module
Minor bug fix with return command after using goto
Minor bug fix / improvement with chat relay when sending a PM to a user
Updated Files:
teleport module
privatemessaging module
Fix an issue where it wasn't possible to set the group of an offline user - this will now work with chat or console command by using the SteamID of the user.
Files Updated:
sh_xadmin.lua
sv_xadmin.lua
Fixed an issue with adding multiple extra user groups when using SQLite
Fixed an issue with rapsheet throwing an SQL error when adding punishments when using SQLite
Fixed a visual issue causing rapsheet punishments to always show the current date
Fixed a minor potential issue with the checktime command
Fixed an issue with targeting offline users when using MySQL
Fixed an issue with private messaging when not using DarkRP
Fixed a bug causing players to smash into the ground when picked up with physgun
Fixed up a couple of language strings
Added checktime command to display own weekly and total time
Updated Files:
sv_xadmin.lua
sh_xadminconfig.lua (Only language strings have been updated here)
adminutils module
timetracking module
privatemessage module
This update removes some modules which were added for testing.
It is recommended to delete your modules folder (or, if you have custom modules, to delete all except those) and replace them with the new ones for this update.