SA-MP Forums Archive
How to make multiple callbacks? - 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: How to make multiple callbacks? (/showthread.php?tid=462151)



How to make multiple callbacks? - aLTeR - 05.09.2013

How to make multiple callbacks (For example, in gamemode OnGamemodeInit, and in include OnGamemodeInit, but both would call at the same time, without putting any script, in gamemode)


Re: How to make multiple callbacks? - dusk - 05.09.2013

I think that process is called "callback hooking", and here's a topic about it:https://sampforum.blast.hk/showthread.php?tid=166016


Re: How to make multiple callbacks? - Konstantinos - 05.09.2013

Do you mean "hook"? If you do, then check out a tutorial about it.

https://sampforum.blast.hk/showthread.php?tid=441293


Re: How to make multiple callbacks? - aLTeR - 05.09.2013

Thanks.