14.01.2014, 19:14
I am having a problem with a string this string in particulate
When my server loads it loads up till it hits 8 it must be some sort of out of bounds error here is the declaration of the string if I remove this line of code it will continue on in till it is finished loading
now since it hit 8 my MAX_GASPUMPS sizeof array is 8 so it might have something to do with that
and MAX_GASSTATIONS is 50 if you need that
pawn Код:
printf("gaspumpuser = %s",gaspumpuser[count][gasstationid]);//remove
pawn Код:
new gaspumpuser[MAX_PLAYER_NAME][MAX_GASPUMPS][MAX_GASSTATIONS];
and MAX_GASSTATIONS is 50 if you need that

