This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#include <a_samp> | |
#include <streamer> | |
#include "zcmd" | |
#define COLOR_WHITE (0xFFFFFFFF) // We have this defined in "includes/TMS/Colors" -- John_Brown | |
#define COLOR_RED (0xFF0000FF) // We have this defined in "includes/TMS/Colors" -- John_Brown | |
#define COLOR_GREEN (0x33AA33AA) // We have this defined in "includes/TMS/Colors" -- John_Brown | |
#if !defined MAX_STRING |