26.10.2010, 21:09
First when you are definning an array, for example, Array[16] it will contain elements from 0 to 15 not 16.
Also, this is wrong
So, try this
Also, this is wrong
pawn Код:
GetPlayerIp(playerid, IP[playerid], 16);
pawn Код:
GetPlayerIp(playerid, IP[15][playerid]);