undefined symbol "cache_get_row_int"
#1

Hi ppl,
sry to reopen another continuous problem xd
"undefined symbol "cache_get_row_int""
I don't understand what to do, some people say your a_mysql is out of date some say it's too updated, some say use cache_get_field_row_int instead. anyone please? reputation guaranteed
Reply
#2

Quote:
Originally Posted by Alpay0098
Посмотреть сообщение
Hi ppl,
some people say your a_mysql is out of date some say it's too updated
How can something be too much updated to be faulty?


Anyways, code is needed
Reply
#3

cache_get_row_int is a R33-R39 function, for R40+ change it to cache_get_value_index_int

So if your code is this in R33-R39:
Код:
variable = cache_get_row_int(x, y);
it becomes this in R40+:
Код:
cache_get_value_index_int(x, y, variable);
Here is useful tutorial for that:
https://sampforum.blast.hk/showthread.php?tid=616103
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)