Skip to content

Commit

Permalink
:)
Browse files Browse the repository at this point in the history
mrc4tt committed Jan 27, 2025
1 parent 3d8574f commit a072165
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/data/commands/simpleadminCommands.js
Original file line number Diff line number Diff line change
@@ -103,6 +103,14 @@ const simpleAdminCommands = [
"steamid or name": "Required: The Steam ID or name of the player to ungag."
},
},
{
command: "css_money <#userid or name> [money]",
description: "Set player money",
example: "css_money fshost 1337",
arguments: {
"name": "Required: The name of the player to give money."
},
},
{
command: "css_mute <#userid or name> [time in minutes/0 perm] [reason]",
description: "Mute a player by user ID or name for a specific time with an optional reason.",

0 comments on commit a072165

Please sign in to comment.