Was heißt bei cache_get_field_content_int der erste Parameter, wo ich immer 0 eintrage?
cache_get_field_content_int(0,"SkinID",handle)
Was heißt bei cache_get_field_content_int der erste Parameter, wo ich immer 0 eintrage?
cache_get_field_content_int(0,"SkinID",handle)
Das ist die row.
Ja das weiß ich, aber was heißt das ganze genau?
(row, const field_name[], connectionHandle = 1)
row The row's index (starts at '0').
const field_name[] The field's name.
connectionHandle The connection handle this will be processed on (optional).
Returns Retrieved value as integer (normal number).
new int_dest = cache_get_field_content_int(2, "money");
printf("The value in the third row and in the field 'money' is '%d'.", int_dest);
samp wiki http://wiki.sa-mp.com/wiki/MyS…che_get_field_content_int