04.03.2017, 15:17
(
Последний раз редактировалось X337; 04.03.2017 в 15:23.
Причина: More informations
)
Second parameter for cache_get_value_int function is field name, and third parameter is for reference variable.
Example:
If you want to get value by its index, use cache_get_value_index_int instead.
Example:
Example:
Код:
cache_get_value_int(i, "field_name", weaponid); cache_get_value_int(i, "field_name", ammo);
Example:
Код:
cache_get_value_index_int(i, 0, weaponid); cache_get_value_index_int(i, 1, ammo);