Need some help.
#1

The way I'm organizing my script is by making different systems into different includes.
But the thing is, in some systems I need to use the OnPlayerEnterVehicle callback. Is there any function or script where I could do for example:

Код:
OnPlayerEnterVehicle:
{
 //code
}
So I can put every part of the same system in the same include, and not one part into one include and the rest in some other include.
Reply
#2

https://github.com/Misiur/YSI
https://sampforum.blast.hk/showthread.php?tid=570883

I would suggest using the Y_Hooks library!
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)