Posts: 204
Threads: 59
Joined: Aug 2010
Reputation:
0
my script includes dini, but how do i add dini.inc to the control panel on serverffs, do i put it in plugins or includes
Posts: 785
Threads: 22
Joined: Jun 2007
Reputation:
0
You don't need scripting includes on the server .. it's just to compile your script.
Posts: 10,066
Threads: 38
Joined: Sep 2007
Reputation:
0
You DO need the include files, or you'll get the infamous 'Runtime Error 19: File or function not found' error.
Put them in the include folder inside the pawno folder.
Posts: 459
Threads: 58
Joined: Apr 2010
Reputation:
0
You can do this either throughout the file manager (which is slow) or FTP I personally suggest FTP if you don't have one try using one called "LiveZilla" it's totally free.
Posts: 1,506
Threads: 69
Joined: Feb 2008
Quote:
Originally Posted by Vince
You DO need the include files, or you'll get the infamous 'Runtime Error 19: File or function not found' error.
Put them in the include folder inside the pawno folder.
|
Or not, that is for "missing plugins", we're talking about Includes. You know, like #include <a_samp>, like a_samp.inc ? :P