tdworg / samp-include-test

A collection of libraries for testing, debugging and benchmarking scripts.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TDW Test

A collection of libraries for testing, debugging and benchmarking scripts.

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_debug>

Example

#define _DEBUG 0
#include <tdw_debug>

main()
{
	p:0("Debug level is zero"), p:1("Debug level is greater than zero");

	p:0("Debug level is zero");
	p:1("Debug level is greater than zero");
}

About

A collection of libraries for testing, debugging and benchmarking scripts.

License:zlib License


Languages

Language:Pawn 100.0%