CallBack::r@MySQL_LoadAccount(playerid){ new rows,fields; cache_get_data(rows,fields,MysqlC); if(rows){ cache_get_field_content(0, "EMAIL", PlayerInfo[playerid][pEmail], MysqlC, 100); return 1; } }