[SOLVED] variable ERROR
#8

Read the error. It say destination array is to small which means you made the array to small. dini_Get returns a 256 characters long string, so your array needs to have 256 cells. On the other hand, you can just do it like this

pawn Код:
GetPlayerIp(playerid,pip[playerid],16);
  if(strcmp(pip[playerid], dini_Get(file,"IP")))
Reply


Messages In This Thread
[SOLVED] variable ERROR - by park4bmx - 26.05.2010, 14:20
Re: [HELP] variable ERROR - by Jakku - 26.05.2010, 15:03
Re: [HELP] variable ERROR - by park4bmx - 26.05.2010, 15:17
Re: [HELP] variable ERROR - by dice7 - 26.05.2010, 15:19
Re: [HELP] variable ERROR - by park4bmx - 26.05.2010, 15:25
Re: [HELP] variable ERROR - by park4bmx - 26.05.2010, 15:29
Re: [HELP] variable ERROR - by ¤Adas¤ - 26.05.2010, 15:35
Re: [HELP] variable ERROR - by dice7 - 26.05.2010, 15:35
Re: [HELP] variable ERROR - by park4bmx - 26.05.2010, 15:48
Re: [HELP] variable ERROR - by ¤Adas¤ - 26.05.2010, 15:53

Forum Jump:


Users browsing this thread: 1 Guest(s)