SA-MP Forums Archive
Question? - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP (https://sampforum.blast.hk/forumdisplay.php?fid=3)
+--- Forum: General (https://sampforum.blast.hk/forumdisplay.php?fid=13)
+--- Thread: Question? (/showthread.php?tid=655817)



Question? - Unkovic - 30.06.2018

Is it useful ti create a pack of includes that will help peoples to work easier (rookies btw). I mean, there will be includes that simple some functions, and create something (gates, factions) in one line. Hm?


Re: Question? - GTLS - 30.06.2018

Yes. But either you add it as includes, or direct code inside gm, doesnt make difference. Only advantage of using includes is you can use same include inside another script (Filterscript perhaps).


Re: Question? - Unkovic - 30.06.2018

Quote:
Originally Posted by GTLS
Посмотреть сообщение
Yes. But either you add it as includes, or direct code inside gm, doesnt make difference. Only advantage of using includes is you can use same include inside another script (Filterscript perhaps).
Peoples don't need to make their own funcs, and it is for rookies