Partly-Adequate / partly-adequate-mapvote

An addon for gmod which adds a comfortable way for voting on maps
https://steamcommunity.com/sharedfiles/filedetails/?id=2706252150
MIT License
7 stars 3 forks source link

[BUG REPORT] RTV don't work for me #4

Closed ThePlatinumGhost closed 4 years ago

ThePlatinumGhost commented 4 years ago

Description RTV don't work for me i tried many times, I tried with the command "ttt_pam_rtv" or by writing rtv in chat but nothing happens, obviously "IsEnabled = true"

How to reproduce I thinks is a personal bug or issue

Behaviour The participation of rock the vote on chat simply does not appear / does not work

Expected Behaviour It should appear/work

Additional Information

Reispfannenfresser commented 4 years ago

This is not a PAM error.

The rtv configuration file is located in the "GarrysMod/garrysmod/data/pam/" folder and should be changed there. Pam will load this file on startup and ignore what is specified as the default config in the code.

You shouldn't modify the gma file, unless you know what you are doing!

For more information please read the wiki on configuration

I case you want to know exactly why what you did doesn't work:

  1. Pam checks if there is a config file in "GarrysMod/garrysmod/data/pam/". When it can't find one it generates one and fills in the default values.
  2. You changed the gma file, but it had pam already been started once and generated a default config file.
  3. Pam was started again and found a config file (the one it created and filled with the defaults)
  4. Pam started with the config file it found and therefor had the default config with rtv being disabled
Reispfannenfresser commented 4 years ago

The chat no longer activates rtv. The only way to do so now it via the command.

ThePlatinumGhost commented 4 years ago

Ok thanks, I read the Wiki but I misunderstood something Thanks again