26.04.2010, 12:43
Hey guys,
Does anyone know what could be the problem , i got about 20lines of saving all of them saves , but when it comes to
loading , only 19 loads, the first one which is:
That line doesn't load above, everything else loads and they are same like that line above:
anyone knows the problem? rly annoying.. 
EDIT: It loads onplayerlogin, and saves onplayerupdateaccount, i always check after closing the server if theres the LEVEL, and there IS!when i connect its still there, just as i login it vanishes to 0or nothing.
Does anyone know what could be the problem , i got about 20lines of saving all of them saves , but when it comes to
loading , only 19 loads, the first one which is:
pawn Код:
if( strcmp( key , "Level" , true ) == 0 ) { val = ini_GetValue( Data ); playerDB[playerid][Level] = strval( val ); }
pawn Код:
if( strcmp( key , "Patirtis" , true ) == 0 ) { val = ini_GetValue( Data ); playerDB[playerid][Patirtis] = strval( val ); }

EDIT: It loads onplayerlogin, and saves onplayerupdateaccount, i always check after closing the server if theres the LEVEL, and there IS!when i connect its still there, just as i login it vanishes to 0or nothing.