Quote:
Originally Posted by fowlplay4
1. Download all instrument ganis to a folder.
2. Using Notepad++ Find in Files:
Find:
if (created || playerenters) {
Replace With:
if ((created || playerenters) && !client.option_instruments_muted) {
3. Re-upload Ganis.
|
Thanks, I forgot notepad++ could do that.