Posts: 207
Threads: 23
Joined: May 2011
Reputation:
0
I have found a function that makes me use #pragma dynamic 3000 (is'nt that much?), anyways i decreased the function's string as much as i could. But is this serious, because the function is getting called once/server start, its under OnGameModeInit and it loads a huge string from a file. So does it matter afterall?
Posts: 1,905
Threads: 63
Joined: Oct 2011
Reputation:
0
All #pragma dynamic does is set how much memory can be allocated. It shouldn't matter. It could be optimized though, depends on why a huge string needs to be loaded.
Posts: 1,905
Threads: 63
Joined: Oct 2011
Reputation:
0
If that's what needs to be done then yes, I don't see any other way.