AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Scripting Help (https://forums.alliedmods.net/forumdisplay.php?f=11)
-   -   Web compiler variables (https://forums.alliedmods.net/showthread.php?t=284730)

GolfCart 07-03-2016 09:40

Web compiler variables
 
Hello everyone.
First I want to say is that I'm sorry if this topic is in wrong section. I have problem with web compiler published by BAILOPAN before few years ago. Problem is that I have no idea what variables at the top of Compiler.class.php file means. How to setup them?
I'm talking about this script: https://forums.alliedmods.net/showthread.php?t=18845
And I'm talking about these variables:
Code:

define('COMPILER_PATH',        '');
define('TEMP_OUTPATH',        '');
define('PLUG_SRCPATH',        '');
define('TEMP_SRCPATH',        '');
define('PLUG_OUTPATH',        '');
define('SMA_TEMP',                0);
define('SMA_PLUGIN',        1);

Anyone knows?

fysiks 07-03-2016 14:45

Re: Web compiler variables
 
COMPILER_PATH = path for include files
TEMP_OUTPATH doesn't appear to be used (normally)
PLUG_SRCPATH = plugin source path
TEMP_SRCPATH = Temporary source path
PLUG_OUTPATH = plugin output path

I'd recommend just creating folders for the temp and plugin paths and just see what happens.


All times are GMT -4. The time now is 09:54.

Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.