How can I load defines from a diffrent source?
#1

Like if I created an include, would I just put
#define sultan 560
#define elegy 562

and so on? ina .inc?
Reply
#2

#include <ina>
on the filterscript/source

and yes it works
Reply
#3

Just create an include file in your pawno\includes folder and put the stuff you want included in:

pawn Код:
#if defined sultan
#define sultan 560
#endif
#if defined elegy
#define elegy 562
#endif
then in your gamemode/filterscript on top
pawn Код:
#include <insert_name_here>
Reply
#4

But why creating an inculude for only 3 functions? What the....
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)