28.12.2010, 21:54
hi,
im trying to display the players ip right after connect but theres one error:
hope u can tell me what it is.
regards.
im trying to display the players ip right after connect but theres one error:
pawn Код:
error 001: expected token: ";", but found "-identifier-"
new ipstring[16],ipst[40];
GetPlayerIp(playerid,ipstring,255)
format(ipst, sizeof(ipst), "Welcome, your current IP is: %s",ipstring); //here
SendClientMessage(playerid,0xFFFF00FF, ipst);
regards.