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



include y_hooks - None1337 - 12.03.2019

So, its necessary to do that:

Код:
#include <YSI\y_hooks>

// my code below
On every include that I have?

I want to make a modular gamemode.
In the first include to have all my variables, second include my callback (onplayerspawn, ongamemodeinit etc), on 3th include for a deathmatch system, 4h.. , 5th .. etc..