10.01.2011, 15:28
Corrected:
Dont use these high string values btw.
pawn Код:
new Country[50],IP[20];
GetPlayerCountry(playerid,Country);
GetPlayerIp(playerid,IP,sizeof(IP));
new mess[128];
format(mess,sizeof(mess),"%s has joined the CRIME LIFE ROLEPLAY. [ Country: %s | IP Address:%s]",GetPName(playerid),Country,IP);