SA-MP Forums Archive
includes - 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: includes (/showthread.php?tid=148576)



includes - luigifan9 - 17.05.2010

Can someone link me to a tutorial about making an include? I couldnt find on the wiki and looking at a .inc file doesn't help me


Re: includes - ViruZZzZ_ChiLLL - 17.05.2010

Well this is a really simple include that I made
http://solidfiles.com/d/f8c/

Quote:

It basically includes <a_samp> and others, and defines colors and dcmd, so you don't have to write them down anymore,
you will just have to write #include a_a_vinc. Thats basically how incs works
NOTE : I'm currently studying INCS myself too, so I can't help you any further


Re: includes - luigifan9 - 17.05.2010

Quote:
Originally Posted by ViruZZzZ_ChiLLL
Well this is a really simple include that I made
http://solidfiles.com/d/f8c/

Quote:

It basically includes <a_samp> and others, and defines colors and dcmd, so you don't have to write them down anymore,
you will just have to write #include a_a_vinc. Thats basically how incs works
NOTE : I'm currently studying INCS myself too, so I can't help you any further
tnx


Re: includes - ViruZZzZ_ChiLLL - 18.05.2010

In short, in my perspective on includes,
it basically does the hard and long work
for you, like my INC, it saves me time on
not writing the #define COLOR HEX and
defining dcmd, including a_samp, but I guess
you know what I mean