Can't open pawno - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: Can't open pawno (
/showthread.php?tid=522226)
Can't open pawno -
saffierr - 26.06.2014
Why can't I open Pawno ?
Actually I can open Pawno But Then it sais this

But when I open it as a Administrator It doesn't say that.
Anyways I can't open my other PWN Files, It asks me In what should I open it.

Yes you see the Pawno sign, but When I want to open all PWN files with that, this appears

I Hope someone can help me
Re: Can't open pawno -
Affan - 26.06.2014
Pawno > Settings.cfg (Open with notepad, or any other) > FileAssoc= 0
Re: Can't open pawno -
saffierr - 26.06.2014
So you are saying If I open it with Notepad, its like this
Re: Can't open pawno -
Affan - 26.06.2014
I meant the Pawno folder.
http://prntscr.com/3wpfp7
Re: Can't open pawno -
BroZeus - 26.06.2014
-go to your server directory
-open pawno folderr
-right click on pawno.exr
-go to properties
-go to comparability tab
-check Run as admin box
-Apply
Done
Re: Can't open pawno -
iFiras - 26.06.2014
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
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.
Re: Can't open pawno -
saffierr - 26.06.2014
BroZeus, Thanks to you It worked.
All others Thanks all.
But just a little thing is it a problem if it appears like this

The Pictogram is just difference then normally
but after that when i clicked on it its just normal and appears this
Re: Can't open pawno -
saffierr - 28.06.2014
Is it a problem yes or no please answer?
Re: Can't open pawno -
Younes44 - 28.06.2014
You Can't Compile/Run Or What ?
Re: Can't open pawno -
saffierr - 28.06.2014
I can run everything fine, I was just wondering if the Icons are problems since they look werid.