21.04.2015, 23:07
(
Last edited by Pottus; 22/04/2015 at 12:48 AM.
)
Alright, this is question is geared to those with some plugin experience I'm just trying to solve a small issue here with functions that return an array of values.
Example (This is the actual function)
I'm just trying to figure out how to return the data in those arrays does anyone have experience doing this?
@Edit - Okay I got it figured out now.
Example (This is the actual function)
pawn Code:
CA_RayCastMultiLine(Float:StartX, Float:StartY, Float:StartZ, Float:EndX, Float:EndY, Float:EndZ, Float:retx[], Float:rety[], Float:retz[], maxpoints = sizeof(retx));
@Edit - Okay I got it figured out now.