30.06.2016, 14:17
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:
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.
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 }