SA-MP Forums Archive
A question about 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)
+--- Thread: A question about include (/showthread.php?tid=654991)



A question about include - None1337 - 10.06.2018

Hello!

I'm trying to create a modular system without bugs/crash/runtime error, etc.

And i'm stuck here, should I added again the #includes like YSI\y_hooks , YSI\y_timers, YSI\y_iterate again in my personal includes where I have all the systems or not? See below pictures:

https://i.imgur.com/kYW7wea.png - .pwn
https://i.imgur.com/6QLUssx.png - .inc (here i have all the systems)

Is there a problem if i included again the y_hooks and y_iterate?


Re: A question about include - Mike861 - 10.06.2018

They will probably give you already defined errors and such.