Can't open pawno
#6

Go to 'pawno' folder in your server's folder. And open 'settings' file.
You'll get it like this:
Код:
[General]
FileAssoc=1
[Display]
WindowMax=1
WindowX=237
WindowY=240
WindowW=790
WindowH=485
Splitter=495
Font_Name=Courier New
Font_Size=10
ShowFuncList=1
[RunOpts]
CopyDir=\
ExeFile=pawncc.exe
Params=-r -w 203
FileAssoc is the problem. It's set to 1. Change it to 0.
Like this
Код:
FileAssoc=0
Here's the full configuration:
Код:
[General]
FileAssoc=0
[Display]
WindowMax=1
WindowX=237
WindowY=240
WindowW=790
WindowH=485
Splitter=495
Font_Name=Courier New
Font_Size=10
ShowFuncList=1
[RunOpts]
CopyDir=\
ExeFile=pawncc.exe
Params=-r -w 203
And don't open your gamemodes, or filterscripts with notepad. Use Pawno which is the scripting tool.
Reply


Messages In This Thread
Can't open pawno - by saffierr - 26.06.2014, 14:36
Re: Can't open pawno - by Affan - 26.06.2014, 14:40
Re: Can't open pawno - by saffierr - 26.06.2014, 14:42
Re: Can't open pawno - by Affan - 26.06.2014, 14:47
Re: Can't open pawno - by BroZeus - 26.06.2014, 14:49
Re: Can't open pawno - by iFiras - 26.06.2014, 14:50
Re: Can't open pawno - by saffierr - 26.06.2014, 14:58
Re: Can't open pawno - by saffierr - 28.06.2014, 13:10
Re: Can't open pawno - by Younes44 - 28.06.2014, 13:15
Re: Can't open pawno - by saffierr - 28.06.2014, 13:22

Forum Jump:


Users browsing this thread: 2 Guest(s)