PawnPlus v1.4.2
-
Unifies the result of
str_addr
andstr_buf_addr
(andvar_addr
andvar_buf_addr
) so that both functions can be used interchangeably.AmxStringBuffer:
(andstr_buf_addr
) should still be used in situations where the implementation of the native is known to rely on the value being an actual address of the character data, but it is valid to be used instead ofstr_addr
in all situations.Please note that the address returned from
str_addr
andstr_buf_addr
is meant to be temporary, only to be used for the native for which it was created for. and might become unusable sooner than in the previous versions. -
pp_max_recursion
now returns the old value. -
pp_toggle_exec_hook
can be used to disable modifications to the AMX execution, at the cost of making certain advanced features (like async, threading, custom callbacks etc.) unavailable.