How can i make an include?
#9

just go
Код:
#if defined _something_included
#endinput
#endif

#define _something_included
#pragma library something

//then do functions and stuff here 

#endinput
//finishes it then just save as "something.inc"

then include the file and put it in the right folder 
#include <something.inc> //pawno/include folder
or
#include "something.inc" along side the gamemode you building
see? simple
Reply


Messages In This Thread
How can i make an include? - by CSMajor - 31.10.2010, 19:10
Re: How can i make an include? - by Hiddos - 31.10.2010, 19:17
Re: How can i make an include? - by CSMajor - 31.10.2010, 23:35
Re: How can i make an include? - by Saurik - 31.10.2010, 23:37
Re: How can i make an include? - by The_Moddler - 31.10.2010, 23:45
Re: How can i make an include? - by MBX97 - 01.11.2010, 00:02
Re: How can i make an include? - by CSMajor - 01.11.2010, 00:02
Re: How can i make an include? - by Mauzen - 01.11.2010, 00:21
Re: How can i make an include? - by (SF)Noobanatior - 01.11.2010, 06:10
Re: How can i make an include? - by Las Venturas CNR - 01.11.2010, 06:31

Forum Jump:


Users browsing this thread: 1 Guest(s)