07.10.2015, 20:21
use it like this:
PHP код:
new plrIP[16];
GetPlayerIp(playerid, plrIP, sizeof(plrIP));
printf("Player IP: %s", plrIP);