04.05.2013, 18:56
You can't use dynamic arrays I thought that was mentioned already? You can't define an array some arbitrary size it must be a constant when compiling. What you could do is make your array larger than what you need and use your function to define the upper bound. There is one other option that is probably less than ideal https://sampforum.blast.hk/showthread.php?tid=58827

