Quote:
|
Originally Posted by Mikep
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);
and look for your IP if it's different than others or just use SendClientMessagToAll to check everyone's.
|
Max string is 128 and max IP is 16, do you like wasing space?
|
Actually, yes I prefer.
It's a habbit of me to use a string which is 256 cells big.