error 047: array sizes do not match, or destination array is too small
#2

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.
pawn Код:
format(Flood_ip[playerid], sizeof(Flood_ip[playerid]), "%s", ip_address);
Reply


Messages In This Thread
error 047: array sizes do not match, or destination array is too small - by Parlianment - 05.12.2014, 09:24
Re: error 047: array sizes do not match, or destination array is too small - by Jay_ - 05.12.2014, 09:57
Re: error 047: array sizes do not match, or destination array is too small - by Lordzy - 05.12.2014, 10:04
Re: error 047: array sizes do not match, or destination array is too small - by Parlianment - 05.12.2014, 10:07

Forum Jump:


Users browsing this thread: 1 Guest(s)