Posts: 2,175
Threads: 235
Joined: Sep 2009
Reputation:
0
I know that thanks.. but i need some one explain me if this is useful on sa-mp pawn
Posts: 6,236
Threads: 310
Joined: Jan 2011
Reputation:
0
#pragma pack isn't in pawn-lang.pdf. Are you sure it exists?
Posts: 10,066
Threads: 38
Joined: Sep 2007
Reputation:
0
#pragma pack just reverses the meaning of packed and unpacked strings. So instead of strings being unpacked by default, they are now packed by default. #pragma library is used in plugin includes to refer to the library (.dll/.so file) that contains the native functions. I believe #pragma amxlimit sets the maximum size the script can grow to. This is only useful when you have limited memory available; like on an embedded system.
I don't know what the rest does. But I doubt they're useful in any way.