The library exports several useful functions for working with strings that are not in PAWN. Almost all functions can work with packed strings. Also, it fixes some bugs in PAWN functions.
- Download library.
- All files move into folder
pawno/includes
. But, you can use the flag-i<path>
to specify an alternative path. - Include it:
#include <a_samp> // standart SAMP library
#include <tdw_string>