Posts: 209
Threads: 31
Joined: Mar 2010
Reputation:
0
Hey!
How to add .inc files to servers? Example I have downloaded ******.inc file but how to add it for the server?
Posts: 1,535
Threads: 90
Joined: Feb 2010
Reputation:
0
at top of ur gamemode/script :
#include <include>
Posts: 209
Threads: 31
Joined: Mar 2010
Reputation:
0
If I want to make .inc file to a filterscript, how thats going to happend?
Posts: 209
Threads: 31
Joined: Mar 2010
Reputation:
0
#include <include> -> fatal error 100: cannot read from file: "include"
Posts: 3,488
Threads: 16
Joined: Jun 2007
Reputation:
0
You have an include file called "include.inc" in your pawno/include/ folder ?
Posts: 3,488
Threads: 16
Joined: Jun 2007
Reputation:
0
If you download file called "dini.inc" then it's #include <dini>
If you download file called "dudb.inc" then it's #include <dudb>
Understand?
Posts: 209
Threads: 31
Joined: Mar 2010
Reputation:
0
oh, yes but do I need that include.inc file too?