Quote:
Originally Posted by Liverwiz
Simply put: you need to have the return array in the parameters of the function. as shown in formatex, copy, get_players, etc etc etc
Hope i helped...
|
Yup, that helped a lot. Thanks. As a quick fix I sent the array in plugin B with callfunc_push_array() and copied the array in plugin A into that new array.