14.12.2012, 06:23
Quote:
Show where you define COL_GREEN and COL_RED, these are causing the errors out of visual perspective.
|
Код:
#include <a_samp> #include <a_samp> #include <zcmd> #include <sscanf2> #include <foreach> #include <YSI\y_ini> #include <file> native WP_Hash(buffer[], len, const str[]); #define COL_WHITE "{FFFFFF}" #define COL_RED "{F81414}" #define COL_GREEN "{00FF22}" #define COL_LIGHTBLUE "{00CED1}" #define DIALOG_REGISTER 1 #define DIALOG_LOGIN 2 #define DIALOG_SUCCESS_1 3 #define DIALOG_SUCCESS_2 4 #if defined FILTERSCRIPT public OnFilterScriptInit() { print("\n--------------------------------------"); print(" Blank Filterscript by your name here"); print("--------------------------------------\n"); return 1; }