SA-MP Forums Archive
One question [ REP easy] - 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: One question [ REP easy] (/showthread.php?tid=328885)



One question [ REP easy] - jotan. - 26.03.2012

Hello,I am curious what I must do with the folder "Includes" in my Hosted Server ..I know what are Includes but do I must put includes like zcmd.inc to script work normally..?


Re: One question [ REP easy] - T0pAz - 26.03.2012

Explain more.


Re: One question [ REP easy] - jotan. - 26.03.2012

I got Include folder in my server..
Do I must put every include my script uses? Like .. my script uses zcmd.. Do I must put zcmd.inc in my Include folder in server?


Re: One question [ REP easy] - Ronaldo_raul™ - 26.03.2012

Quote:
Originally Posted by jotan.
Посмотреть сообщение
I got Include folder in my server..
Do I must put every include my script uses? Like .. my script uses zcmd.. Do I must put zcmd.inc in my Include folder in server?
LoL! this is crazy. Ofcourse you need to put all your .inc files in you servers pawno/include folder. Else your script wont compile and give you an error like - fatal error 100: cannot read from file: "Name"


Re: One question [ REP easy] - jotan. - 26.03.2012

No..
I mean the Include folder in my Server on the HOSTED FTP Server


Re: One question [ REP easy] - Ronaldo_raul™ - 26.03.2012

Quote:
Originally Posted by jotan.
Посмотреть сообщение
No..
I mean the Include folder in my Server on the HOSTED FTP Server
Oh. No, nope. You don't have to upload your include folder as .inc files are executed with the script they are compiled with.


Re: One question [ REP easy] - jotan. - 26.03.2012

Ah thank you
Thx
Now I have some issues with IRC


Re: One question [ REP easy] - sniperwars - 26.03.2012

If you SA-MP server is using ZCMD and you have this in your script:

pawn Код:
#include <zcmd>
Then you will need to place the include in this directory:

Код:
/pawno/includes