22.09.2016, 22:30
Quote:
If i include y_hooks in main do i still need to include it in every other module?
|
y_hooks will assign a new ID to each script every time it's included, example with OnPlayerConnect:
Code:
public OnPlayerConnect1(); //first time it's included public OnPlayerConnect2(); //second time it's included