11.02.2016, 14:08
@valych: If you want to pass a array using CallShoebillFunction you will have to use Int[].class or Boolean[].class as the type when using registerFunction(). In your Pawn Gamemode you pass the array variable, followed by the length of the array.
e.g: CallShoebillFunction("Test", myArray, sizeof(myArray));
e.g: CallShoebillFunction("Test", myArray, sizeof(myArray));