06.06.2009, 14:40
Then change it to an array like you did for the floats.
pawn Code:
new ip[MAX_PLAYERS][16];
GetPlayerIp(playerid, ip[playerid], sizeof(ip[]));