Posts: 41
Threads: 9
Joined: Dec 2007
Reputation:
0
04.10.2010, 12:54
(
Last edited by ZecKo; 04/10/2010 at 02:22 PM.
)
Hi, how to use #pragma dynamic in our script if pawncc tell us it need it ?
EDIT: I misasked the question, what the number corresponds to ?
Posts: 7,801
Threads: 187
Joined: Feb 2010
Reputation:
0
Just place it in your script under all of the "#include <...>" things.
Posts: 41
Threads: 9
Joined: Dec 2007
Reputation:
0
I misasked the question, what the number corresponds to ?
Posts: 438
Threads: 8
Joined: Nov 2007
Reputation:
0
The number corresponds to the size of the stack and the heap in cells. In short (as I understand) it's the amount of memory you need for your script
Posts: 41
Threads: 9
Joined: Dec 2007
Reputation:
0
And what happens if we don't use it ? Like in PEN1 ?
Posts: 438
Threads: 8
Joined: Nov 2007
Reputation:
0
I had some random problems throughout the script when I haven't used it, but I needed to. Files weren't read e.t.c.