Posts: 43
Threads: 19
Joined: Mar 2015
Reputation:
0
Hello everyone
Can you help me with my problem i have some scripts in my server that i dont need how can i delete theme?
Posts: 2,137
Threads: 37
Joined: Oct 2012
Reputation:
0
You got some scripts in your server and you dont know how to delete them? hmm
1. Open Notepad
2. Open server.cfg
3. Find "filterscripts"
4. Remove them ^_^
Posts: 43
Threads: 19
Joined: Mar 2015
Reputation:
0
I know its funny.
But i have a differnet problem i am looking to scriptfiles folder and clicking faction but there are no factions shown in the folder.But i have theme in my server weard.
Posts: 721
Threads: 1
Joined: Oct 2014
Quote:
Originally Posted by TheTrue
I know its funny.
But i have a differnet problem i am looking to scriptfiles folder and clicking faction but there are no factions shown in the folder.But i have theme in my server weard.
|
Of course thats not how pawn works.
Open your gamemode pwn file using pawno then add // at the lines you want to remove. If you have no idea what I'm talking about or what the hell the lines are even then stop here, learn pawn basics and try again.
Posts: 43
Threads: 19
Joined: Mar 2015
Reputation:
0
Thanks this is the answer i was waiting.
Posts: 1,830
Threads: 49
Joined: Nov 2014
Reputation:
0
I would just like to note that you can also use /* and */ to comment out chunks of code, which is a good method to delete something, since you can always restore it if you want it back by deleting the /* */ or //.