04.01.2009, 12:18
Quote:
|
Originally Posted by Arjan
![]() Ip = 500 ? public OnPlayerConnect(playerid) { Code:
public OnPlayerConnect(playerid)
{
new string[256];
new playerip[24];
format(string,256,"Your IP is: %s",GetPlayerIp( playerid, playerip, 24 ));
SendClientMessage(playerid,COLOR_YELLOW,string);
|
It's a string because it contains points aswell, like: "11.111.111.11"


