06.07.2016, 15:47
You have to call the function via CallLocalFunction:
pawn Код:
//No more direct
Function();
//Now
CallLocalFunction("Function", "");
//Or if you are including y_als
call Function();