21.05.2015, 13:31
It returns the value. You passed the variable as argument and the 3rd parameter is the connection handle so you set it to 0.
pawn Код:
pInfo[playerid][Admin] = cache_get_field_content_int(0, "Admin");
pInfo[playerid][Money] = cache_get_field_content_int(0, "Money");
pInfo[playerid][Skin] = cache_get_field_content_int(0, "Skin");