10.03.2012, 15:50
can someone tell me why i get swedish 5.37.205.203 ip i have to resive Bulgarian (BG) ip like this 84.54.156.135 <this is my ip and that shoud show> but show swedish so here on db what i make for IP colum IP varchar(16) latin1_swedish_ci i use this stock to get player ip
PHP код:
stock GetPlayerIP(playerid)
{
new Ip[25];
GetPlayerIp(playerid, Ip, sizeof(Ip));
return Ip;
}