20.06.2018, 09:58
Код:
(44698 -- 44705) : fatal error 103: insufficient memory Compilation aborted. Pawn compiler 3.10.6 Copyright © 1997-2006, ITB CompuPhase 1 Error.
(44698 -- 44705) : fatal error 103: insufficient memory Compilation aborted. Pawn compiler 3.10.6 Copyright © 1997-2006, ITB CompuPhase 1 Error.
Split your mode up to not be a single stupidly long file. Aim for maybe 1000 lines max per module, and keep unrleated functionality separate. So for example if you have a wanted system, put that in one file, make all its variables hidden (static), and only provide functions as a way of interacting with that module. Then do the same with your race system.
|