Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 471 Bytes

README.md

File metadata and controls

13 lines (11 loc) · 471 Bytes

TDW String

About the library

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.

Installation

  1. Download library.
  2. All files move into folder pawno/includes. But, you can use the flag -i<path> to specify an alternative path.
  3. Include it:
#include <a_samp> // standart SAMP library
#include <tdw_string>