.inc files not showing in 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: .inc files not showing in Pawno (
/showthread.php?tid=358852)
.inc files not showing in Pawno -
stormchaser206 - 11.07.2012
Hello,
I have some .inc files in a folder. That folder is in pawno/includes.
But my .inc files aren't showing in the list in pawno.
Any help
?
Re: .inc files not showing in Pawno -
Joe Staff - 11.07.2012
You have to include them in a script first.
Re: .inc files not showing in Pawno -
Kirollos - 11.07.2012
you mean in the right of pawno ? (the list of functions)
Re: .inc files not showing in Pawno -
Steven82 - 11.07.2012
Run (PAWNO) as an Administrator.
Re: .inc files not showing in Pawno -
stormchaser206 - 11.07.2012
The list is showing, just not the include and include folder.
Note: I have YSI, and there in a folder, and there showing, so I know it CAN work.
Re: .inc files not showing in Pawno -
stormchaser206 - 11.07.2012
Quote:
Originally Posted by ******
If you want the functions to show you need to add "native" declarations for them inside block comments. Have a look in YSI.inc to see an example. The "native" line is what "PAWNO" looks for, but the comments prevent the compiler from seeing them.
|
Thanks ****** rep++