05.09.2016, 18:16
When I replace cache_get_row_int with cache_get_value_index_int, I get warning that number of parameters doesn't match definition.
Here's my code
becomes
I like new plugin, and major changes, but you fucked up little bit with changing functions names.
Here's my code
Code:
_dan = cache_get_row_int(0, 0) + 1;
Code:
_dan = cache_get_value_index_int(0, 0) + 1;