16.09.2016, 16:06
It's exactly what it says: You're using different datatypes from which cache_get_field_content_int allows; AKA you're using datatypes other than integers and you're trying to express that value in an integer, but it doesn't work, example: playerData[playerid][Name] = cache_get_field_content_int(0, "Name")