27.09.2017, 14:42
(
Последний раз редактировалось Dayrion; 27.09.2017 в 15:30.
)
Quote:
I have never seen it take that long, even with full debugging enabled, which hugely reduces load times. What machine are you running on, and how big is your compiled code size?
|
Basically, I'm optimising this gamemode. The first step is to update MySQL (R5 to R40)
Compilation
Код:
Header size: 19320 bytes Code size: 9205372 bytes Data size: 9758740 bytes Stack/heap size: 16827216 bytes; estimated max. usage=9898 cells (39592 bytes) Total requirements:35810648 bytes
Quote:
No one mentioned y_hooks there... Also why are you manually calling `OnGameModeInit` like that? That's bound to cause issues!
|
Lol, I know it was a stupid question but I'm curious how it works. A function inside a callback/another function/etc.. I've never saw that before