26.11.2011, 19:26
Quote:
Oh yeah, thanks dude... but what's the difference about static and new? I mean, why does new increase the stack and static don't?
|
2. Local static variables are also saved in the amx file because they hold there value
3. Every other local variable will be created / destroyed while runtime in the dynamic memory block
The most information provided here can be found in the Pawn_Language_Guide.pdf
For profound things like the memory image check Pawn_Implementer_Guide.pdf