13.03.2015, 09:56
I did this
and it returned no errors when I compiled.
Does this mean it's possible to use multiple functions in one line?
PHP код:
new IP[16]; GetPlayerIp(playerid, IP, sizeof(IP));
Does this mean it's possible to use multiple functions in one line?