View Single Post
oqyh
Senior Member
Join Date: May 2019
Location: United Arab Emirates
Old 09-14-2022 , 07:57   Re: Include a INC file that's in a folder
Reply With Quote #5

Quote:
Originally Posted by Loll10T View Post
I know that. The problem is that I'm trying to compile it via the Spider compiler. If it IS possible, how can I include the folder? I've included Multi Colors and More Colors but I still get the same error.
just add in Spider

#include <multicolors>

and upload include files
vvvvvvvvvvvvvvv
multicolors.inc
colors.inc
morecolors.inc


but edit whats inside multicolors.inc

From

Code:
#include <multicolors/morecolors>
#include <multicolors/colors>

To


Code:
#include <morecolors>
#include <colors>
__________________
.:[ >> My Plugins << ]:.

My discord : oqyh
oqyh is offline