04.01.2009, 12:47
Quote:
|
Originally Posted by -=[Serbish
=- ]
Put this under OnPlayerConnect Code:
new string[256]; new playerip[24]; format(string,256,"Your IP is: %d",GetPlayerIp( playerid, playerip, 24 )); SendClientMessage(playerid,COLOR_YELLOW,string); |

