26.02.2017, 13:19
Quote:
Read a recent thread about it and it had a link to Emmet explaining a bit about it but can't find it atm as I'm on phone. I'd say try to see if you have some variables/arrays having too big sizes. They are mostly known as like "MAX_FACTIONS" etc, those you created yourself. Referencing to what Emmet said, there's no need to have something like that being defined as 10000 when you are going to only have like 10 factions max. Hope this made sense, so start looking there.
|
https://sampforum.blast.hk/showthread.php?tid=629402
It was explained when these warnings can show up. Either big arrays with big cell sizes are created or pawno is being used with parameters such as -v or -3d. I thought GoldenLion already understood what to do because he already participated in the thread discussion.