splewis / csgo-practice-mode

CS:GO Sourcemod plugin for private team/individual practice servers
GNU General Public License v3.0
455 stars 70 forks source link

Possible to change ID's in handsight? Nades #164

Open dreaNN137 opened 4 years ago

dreaNN137 commented 4 years ago

Actual behavior

I got a .cfg File from a friend who owns a server. The server loads the cfg without problems but i want to change the ID's of the nades so i edit the ID's inside the cfg. After i do that the server shows the old ids and said "Grenade ID 50 not found"

What can i do to change the id without clearing all and save them new?

splewis commented 3 years ago

You can edit the files all you want, but you shouldn't do so on the server's data files directly, while the server is running. Otherwise, the server may be overwriting any changes you made. That's likely what happened.