Okay, so I had made a few entities, and I wanted to change the "ENT.Spawnable = true" to false. I did so by using Notepad ++'s functions. However, notepad decided that it would replace every "true" with "ENT.Spawnable". And in turn broken every file with in the addons folder.
Is there a known way to reverse this, or will I have actually restart months work of worth?
replace true = true with Ent.Spawnable = true
[QUOTE=_Chewgum;52261735]replace true = true with Ent.Spawnable = true[/QUOTE]
I'll give it a shot. Not too sure how notepad even managed this feet.
[editline]22nd May 2017[/editline]
That has resolved the issue, thank you.
[QUOTE=Borris_Squad;52261755]I'll give it a shot. Not too sure how notepad even managed this feet.
[editline]22nd May 2017[/editline]
That has resolved the issue, thank you.[/QUOTE]
*Fe[b]a[/b]t.
My only guess is that you ran a "search and replace in files" feature. NP++ wouldn't do this on its own. Either way, at this point I really recommend that you steer away from NP++. It's not good. Personally I use [url=https://www.sublimetext.com/]Sublime[/url] ([url=https://github.com/FPtje/Sublime-GLua-Highlight]gmod support[/url]), but recently [url=https://facepunch.com/showthread.php?t=1563530]this was released[/url] ([url=https://marketplace.visualstudio.com/items?itemName=aStonedPenguin.glua]direct link[/url]) which makes [url=https://code.visualstudio.com/]Visual Studio Code[/url] an attractive option - not least because it's free compared to Sublime's $70 price (that you technically don't have to pay to use).
Sorry, you need to Log In to post a reply to this thread.