SA-MP Forums Archive
SA:MP Radio [External](with plugins) problems. - 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)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: SA:MP Radio [External](with plugins) problems. (/showthread.php?tid=192654)



SA:MP Radio [External](with plugins) problems. - Dany23 - 23.11.2010

Hi...I download the mod of [FeK]DraKiNs


https://sampforum.blast.hk/showthread.php?tid=186492

BUT I got a error when I try to compile the .pwn with new URL/or Default URL.




Код:
 fatal error 100: cannot read from file: "../Includes/audio.inc"

The audio.inc is in my INcludes but "cannot read from file: "../Includes/audio.inc"
Please help me.


Re: SA:MP Radio [External](with plugins) problems. - Dany23 - 23.11.2010

BUMP**
Please


Re: SA:MP Radio [External](with plugins) problems. - Dany23 - 23.11.2010

Quote:
Originally Posted by Hoborific
Посмотреть сообщение
Ok open up the script and copy all the script.

Second close the pawno, open a fresh one and paste/save/compile.

If that doesn't work update your .net framework.
Doesn't work...
Another method?


Re: SA:MP Radio [External](with plugins) problems. - [MWR]Blood - 23.11.2010

Try moving your file to pawno/includes
and add
pawn Код:
#include <audio>
instead of
pawn Код:
#include ../includes/audio.inc
If that does not work, then try opening a new pawno window, import your script, and compile.


Re: SA:MP Radio [External](with plugins) problems. - Dany23 - 23.11.2010

Quote:
Originally Posted by Hoborific
Посмотреть сообщение
Ok open up the script and copy all the script.

Second close the pawno, open a fresh one and paste/save/compile.

If that doesn't work update your .net framework.
Quote:
Originally Posted by Delux13
Посмотреть сообщение
Try moving your file to pawno/includes
and add
pawn Код:
#include <audio>
instead of
pawn Код:
#include ../includes/audio.inc
If that does not work, then try opening a new pawno window, import your script, and compile.
Thanks Alot.


Re: SA:MP Radio [External](with plugins) problems. - Scenario - 23.11.2010

Oh and by the way, this should have been posted under his release topic.