26.10.2010, 18:11
I'm trying to make an auto-login system by gettimg their ip..
But I have a problem with strings..
But if I do this:
It will give me an error because I didn't index the [16] part..
Help
But I have a problem with strings..
pawn Код:
new IP[16][MAX_PLAYERS];
pawn Код:
GetPlayerIp(playerid, IP[playerid], 16);
Help