05.12.2014, 09:57
Since technically we don't know the size of the ip_address[] array it's not possible to directly allocate it to an array which we do know the size of.
Use the format() function.
Use the format() function.
pawn Код:
format(Flood_ip[playerid], sizeof(Flood_ip[playerid]), "%s", ip_address);