01.11.2016, 19:57
Heya, I have noticed the function CallLocalFunction a few times lately and I didn't really get it's usage...
I mean like, what's the difference between this:
to this:
And so on
I mean like, what's the difference between this:
PHP код:
CallLocalFunction("RandomFunc", "i", playerid);
PHP код:
RandomFunc(playerid);