ottworks / maestro

a competent admin mod for garry's mod
http://ottworks.github.io/maestro
24 stars 7 forks source link

Error at In-game Menu Target System #71

Closed Dom-R closed 8 years ago

Dom-R commented 8 years ago

When trying to target a player with the In-game Menu, the targeting system is using $1~X instead of the actual target name, resulting in

Query matched no players.

Example: [21:59] XXX(STEAM_0:1:XXXXXX): ms vac $1

[21:59] XXX(STEAM_0:1:XXXXXX): ms vac $1

[21:59] XXX(STEAM_0:1:XXXXXX): ms strip $1

[21:59] XXX(STEAM_0:1:XXXXXX): ms note $1

`[21:59] XXX(STEAM_0:1:XXXXXX): ms note $1 test``

Tested without any other addon and with sandbox gamemode.

ottworks commented 8 years ago

$1 is a valid way to target players. You just don't have permission to target them.

ottworks commented 8 years ago

I fixed this btw.