local variable "KillsName" shadows a variable at a preceding level (weird)
#6

Pr0s don't use #pragma dynamic. I never needed to use it, because i don't create variables such as Kills[10][256] INSIDE a function. In a function you should not create such big variables, if you need them to be that big, create them outside the function.

Quote:
Originally Posted by °ғαιιοцт°
I have optimised my script so that I don't use to large arrays
and I can't use any less memory.. I've just got a lot of arrays
10x256x2 cells is extremely large for Pawn, and that is your problem actually: your function require too much memory and will not work, and no your script isn't optimised at all...one exemple is that you still use strtok.
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 2 Guest(s)