SA-MP Forums Archive
How do I make an include? - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: How do I make an include? (/showthread.php?tid=179647)



How do I make an include? - Georgelopez1 - 27.09.2010

Hey will someone help me make an include? I know how to code, i just need to know how to make an include, thanks!


Re: How do I make an include? - Scenario - 27.09.2010

What do you want the include to do?


Re: How do I make an include? - [HiC]TheKiller - 27.09.2010

Make it in PAWN make sure it only has new functions and it doesn't use callbacks. Save it as a .inc from PAWN and you're done .


Re: How do I make an include? - Voldemort - 28.09.2010

*.INC is nothing more than text document in *.inc format, you can put there all defines and new .... stuffs so real code dont take so much space


Re: How do I make an include? - Retardedwolf - 28.09.2010

new #include.


What kind of include do you need?