SA-MP Forums Archive
A slight problem with my script. please help - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Server (https://sampforum.blast.hk/forumdisplay.php?fid=6)
+--- Forum: Server Support (https://sampforum.blast.hk/forumdisplay.php?fid=19)
+--- Thread: A slight problem with my script. please help (/showthread.php?tid=407204)



A slight problem with my script. please help - dano68071 - 13.01.2013

Well today my server didn't have the thing in side of the LSPD where you open the doors. In my script it was there. But in anyways. I found a filterscript with "yom_buttons". so i added it. Now when i try and compile my script i get this error:

C:\Users\Dano SAMP\Desktop\New Roleplay\New Roleplay\gamemodes\Test1234.pwn(13) : fatal error 100: cannot read from file: "yom_buttons"

If you can help me in any way i would be delighted and i will REP you.

Thanks
-Dano


Re: A slight problem with my script. please help - Doom8890 - 13.01.2013

The script is probably trying to open some file in readable mode and that file doesn't exist. Maybe you didn't download all files of filterscript. Look for it, then report it back here.


Re: A slight problem with my script. please help - Astralis - 13.01.2013

Quote:
Originally Posted by dano68071
Посмотреть сообщение
Well today my server didn't have the thing in side of the LSPD where you open the doors. In my script it was there. But in anyways. I found a filterscript with "yom_buttons". so i added it. Now when i try and compile my script i get this error:

C:\Users\Dano SAMP\Desktop\New Roleplay\New Roleplay\gamemodes\Test1234.pwn(13) : fatal error 100: cannot read from file: "yom_buttons"

If you can help me in any way i would be delighted and i will REP you.

Thanks
-Dano
in your .pwn, after #include <a_samp>, write #include <yom_buttons>

Download this: http://www.2shared.com/file/f5GrfMcH/yom_buttons.html and put it in your Pawno folder > include.

Then try to compile.


Re: A slight problem with my script. please help - dano68071 - 13.01.2013

Quote:
Originally Posted by Neonman
Посмотреть сообщение
in your .pwn, after #include <a_samp>, write #include <yom_buttons>

Download this: http://www.2shared.com/file/f5GrfMcH/yom_buttons.html and put it in your Pawno folder > include.

Then try to compile.
Thanks alot this has sorted my problem Thanks very much.
-Dano