partiusfabaa / cs2-MiniAdmin

Adds basic administrator functions
44 stars 5 forks source link

Admin commands won't work #39

Closed DennisSkov closed 5 months ago

DennisSkov commented 5 months ago

I'm running the latest version of MetaMod:Source, CounterStrikeSharp and the plugin (1.0.5.5). I've added myself as an admin:

select * from miniadmin_admins;
+----+----------+--------------------+------------+----------+----------+-------+
| id | username | steamid            | start_time | end_time | immunity | flags |
+----+----------+--------------------+------------+----------+----------+-------+
|  6 | sNIP     | STEAM_1:0:37695864 | 1706705460 |        0 |      100 | z     |
+----+----------+--------------------+------------+----------+----------+-------+

Whenever I do any commands, I'm told I don't have permissions for that command. I can't even execute !admin. Is anything else required?

partiusfabaa commented 5 months ago

I'm running the latest version of MetaMod:Source, CounterStrikeSharp and the plugin (1.0.5.5). I've added myself as an admin:

select * from miniadmin_admins;
+----+----------+--------------------+------------+----------+----------+-------+
| id | username | steamid            | start_time | end_time | immunity | flags |
+----+----------+--------------------+------------+----------+----------+-------+
|  6 | sNIP     | STEAM_1:0:37695864 | 1706705460 |        0 |      100 | z     |
+----+----------+--------------------+------------+----------+----------+-------+

Whenever I do any commands, I'm told I don't have permissions for that command. I can't even execute !admin. Is anything else required?

try changing the steamid from STEAM_1:0:37695864 to STEAM_0:0:37695864

FightnightKidd commented 5 months ago

didnt work for me either i changed steam id and try steamid64 still nothing

DennisSkov commented 5 months ago

try changing the steamid from STEAM_1:0:37695864 to STEAM_0:0:37695864

Worked, thanks.