21.09.2015, 10:33
PHP код:
if( strcmp( key , "Email" , true ) == 0 ) { val = ini_GetValue( Data ); PlayerInfo[playerid][pEmail] = strval( val ); }
if( strcmp( key , "TBroj" , true ) == 0 ) { val = ini_GetValue( Data ); PlayerInfo[playerid][pTBroj] = strval( val ); }
if( strcmp( key , "Referal" , true ) == 0 ) { val = ini_GetValue( Data ); PlayerInfo[playerid][pReferal] = strval( val ); }
Код:
new Data[256];