#include
#1

Hey, i want to create a custom folder in pawno/include and add files there for like #define COLOR etc

Now how to define it in the script? #include <customfolder/file.inc> ??
Reply
#2

You can simply just make a file, and add it in the pawno/includes
Then include it like "#include <filename>"
Reply
#3

Yes but i want to add it in a custom folder for the gamemode to make it look better
Reply
#4

pawn Код:
#include <NameOfTheFolder\Include>
Replace NameOfTheFolder with the name of the folder you've added, and the Include with the .inc file
Reply
#5

Ah, then just include it like you just did
#include <mapname/filename>
Reply
#6

Thanks
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)