How come I get this error ?
#1

pawn Код:
new saveammoex[MAX_PLAYERS][13];
format(string, 128, "GunId%d", s);
if( strcmp( key , string , true ) == 0 ) { val = ini_GetValue( Data ); PlayerInfo[MAX_PLAYERS][pGunz][s] = strval( val ); }
format(string, 128, "Ammo%d",val);
if( strcmp( key, string, true ) == 0) { val = ini_GetValue ( Data ); saveammoex[MAX_PLAYERS][s] = strval ( val ); }
Oh I forgot the error
error 032: array index out of bounds (variable "saveammoex
Reply


Messages In This Thread
How come I get this error ? - by I3Psychedelic - 02.01.2013, 16:57
Re: How come I get this error ? - by I3Psychedelic - 02.01.2013, 19:11
Re: How come I get this error ? - by Mr.Anonymous - 02.01.2013, 19:15
Re: How come I get this error ? - by I3Psychedelic - 02.01.2013, 19:47
Re: How come I get this error ? - by park4bmx - 02.01.2013, 19:56
Re: How come I get this error ? - by I3Psychedelic - 02.01.2013, 20:04
Re: How come I get this error ? - by I3Psychedelic - 03.01.2013, 07:38
Re: How come I get this error ? - by park4bmx - 03.01.2013, 15:26

Forum Jump:


Users browsing this thread: 1 Guest(s)