2021-01-29, 04:05 AM
?????
This is by far the best SA-MP plugin after Incognito's Streamer.
It's incredible how well made the C# API is, and how familiar it feels if you're already a C# programmer.
If by hooking you mean handling multiple time the same?event in different parts of your code, e.g. OnPlayerConnect, you can do so by attaching multiple handlers to the `Connected`?event of your?`BasePlayer` class, or the `PlayerConnected` event of your `BaseMode` class.
This is by far the best SA-MP plugin after Incognito's Streamer.
It's incredible how well made the C# API is, and how familiar it feels if you're already a C# programmer.
(2021-01-28, 02:39 PM)Rique_FTW Wrote: Tim, is there any way to do a ?hook??
If by hooking you mean handling multiple time the same?event in different parts of your code, e.g. OnPlayerConnect, you can do so by attaching multiple handlers to the `Connected`?event of your?`BasePlayer` class, or the `PlayerConnected` event of your `BaseMode` class.