28.03.2015, 02:23
So basically, at the moment I type /getip in my server I get "49" lol.
What's wrong with the code? can someone help me with this.
What's wrong with the code? can someone help me with this.
Quote:
CMD:getip(playerid, params[]) { new playerip[20]; GetPlayerIp(playerid, playerip, sizeof(playerip)); format(playerip, sizeof playerip, "%i", playerip); SendClientMessage(playerid, COLOR_LIGHTBLUE ,playerip); return 1; } |