undefined symbol "cache_get_row_int"
#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


Messages In This Thread
undefined symbol "cache_get_row_int" - by Alpay0098 - 12.11.2018, 15:47
Re: undefined symbol "cache_get_row_int" - by v1k1nG - 12.11.2018, 16:02
Re: undefined symbol "cache_get_row_int" - by RoboN1X - 12.11.2018, 16:50

Forum Jump:


Users browsing this thread: 1 Guest(s)