Help with strings..
#5

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
pawn Код:
GetPlayerIp(playerid, IP[playerid], 16);
So, try this
pawn Код:
GetPlayerIp(playerid, IP[15][playerid]);
Reply


Messages In This Thread
Help with strings.. - by The_Moddler - 26.10.2010, 18:11
Re: Help with strings.. - by LarzI - 26.10.2010, 19:11
Re: Help with strings.. - by The_Moddler - 26.10.2010, 19:31
Re: Help with strings.. - by Grim_ - 26.10.2010, 19:35
Re: Help with strings.. - by bilakispa - 26.10.2010, 21:09
Re: Help with strings.. - by Grim_ - 26.10.2010, 21:13
Re: Help with strings.. - by The_Moddler - 26.10.2010, 23:51

Forum Jump:


Users browsing this thread: 1 Guest(s)