SA-MP Forums Archive
[HELP] Include - 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: [HELP] Include (/showthread.php?tid=631366)



[HELP] Include - CDGlock - 28.03.2017

hi guys, When compiling I get the following error

#include <Server>

fatal error 100: cannot read from file: "Server"


I look forward to your help, thank you.


Re: [HELP] Include - ISmokezU - 28.03.2017

Well, it's because you don't have "Server.inc" in your ( Pawno --> Include ). Try inputting it there, Or if it's a mistake you made, Correct it.


Respuesta: Re: [HELP] Include - CDGlock - 28.03.2017

Quote:
Originally Posted by ISmokezU
Посмотреть сообщение
Well, it's because you don't have "Server.inc" in your ( Pawno --> Include ). Try inputting it there, Or if it's a mistake you made, Correct it.
I do not find such include, you could provide the download link


Re: [HELP] Include - ISmokezU - 28.03.2017

I've never heard about such include, Do you mean a_samp?


Respuesta: Re: [HELP] Include - CDGlock - 28.03.2017

Quote:
Originally Posted by ISmokezU
Посмотреть сообщение
I've never heard about such include, Do you mean a_samp?

In the code, I have all these includes, but at the same time the server.inc which is something new for me.


#include <a_samp>
#include <sscanf2>
#include <zcmd>
#include <Server>
#include <foreach>
#include <streamer>
#define COLOR_PURPLE 0xBD96FDFF



If I remove such include it throws errors within the code.


Re: [HELP] Include - Toroi - 28.03.2017

Remove that include and paste the displaying errors here, please.


Respuesta: [HELP] Include - CDGlock - 28.03.2017

I already solved it, thanks, any other doubt will let them know