How would you make a include?
#5

Whatever there is, this is how I started my include -

Open PAWN >> new >> delete all functions present >>

pawn Код:
#include <a_samp>

// Custom functions, hooking, whatev's you gotta do here
And when I'm done, copy paste all this, create new .inc file in PAWNO >> Includes and paste them inside that

And then I #include <incfilename> on top of script I need to use it in


It works the same way as a script does, and when you compile the script you're using this .INCLUDE file in, it'll show you if there are any errors in the include's script.
Reply


Messages In This Thread
How would you make a include? - by iHaze. - 22.02.2013, 03:42
Re: How would you make a include? - by RajatPawar - 22.02.2013, 05:13
Re: How would you make a include? - by iHaze. - 22.02.2013, 16:18
Re: How would you make a include? - by MP2 - 22.02.2013, 16:24
Re: How would you make a include? - by CreativityLacker - 22.02.2013, 16:30
Re: How would you make a include? - by Misiur - 22.02.2013, 17:15

Forum Jump:


Users browsing this thread: 1 Guest(s)