Creating array with size declared in variable
#8

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
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)