Help with Compiler Message
#8

Here is a big chunk you wanted
Код:
#include <a_samp>
#include <colors>

#define COLOR_LIGHTBLUE 0x00FFFFFF;
#define COLOR_ORANGE 0xFF9900FF
#define COLOR_YELLOW 0xFFFF00AA
#define COLOR_RED 0xFF0000AA
#define lightblue 0x33CCFFAA
#define red 0xFF0000AA
#define COLOR_GREY 0xAFAFAFAA
#define COLOR_GREEN 0x33AA33AA
#define COLOR_YELLOW 0xFFFF00AA
#define COLOR_WHITE 0xFFFFFFAA
#define COLOR_BLUEVIOLET 0x8A2BE2AA
#define COLOR_DEADCONNECT 0x808080AA
#define COLOR_BLUE 0x0000FFAA
#define COLOR_FORESTGREEN 0x228B22AA
#define COLOR_DODGERBLUE 0x1E90FFAA
#define COLOR_DARKOLIVEGREEN 0x556B2FAA
#define COLOR_PURPLE 0x800080AA
#define COLOR_ROYALBLUE 0x4169FFAA
#define COLOR_ERROR 0xD2691EAA
#define TEAM_ROBBERS 0
#define TEAM_POLICE 1
#define TEAM_SWAT 2
#define TEAM_ARMY 3
#define TEAM_ROBBERS_COLOUR 0xFFFFFFAA // White
#define TEAM_POLICE_COLOUR 0x0000FFAA // Blue
#define TEAM_SWAT_COLOUR 0x800080AA // Purple
#define TEAM_ARMY_COLOUR 0x33AA33AA // Green
new gTeam[MAX_PLAYERS]

#if defined FILTERSCRIPT

public OnFilterScriptInit()
{
	print("\n--------------------------------------");
	print(" Blank Filterscript by your name here");
	print("--------------------------------------\n");
	return 1;
}

public OnFilterScriptExit()
{
	return 1;
}

#else

main()
{
	print("\n----------------------------------");
	print(" Lscnr Cops And Robbers             ");
	print("----------------------------------\n");
}
Reply


Messages In This Thread
Help with Compiler Message - by Tessar - 07.11.2010, 15:13
Re: Help with Compiler Message - by jonnyboy - 07.11.2010, 15:16
Re: Help with Compiler Message - by ExeC - 07.11.2010, 15:17
Re: Help with Compiler Message - by jonnyboy - 07.11.2010, 15:18
Re: Help with Compiler Message - by Tessar - 07.11.2010, 15:19
Re: Help with Compiler Message - by ExeC - 07.11.2010, 15:19
Re: Help with Compiler Message - by Zezombia - 07.11.2010, 15:19
Re: Help with Compiler Message - by Tessar - 07.11.2010, 15:22
Re: Help with Compiler Message - by Zezombia - 07.11.2010, 15:22
Re: Help with Compiler Message - by ExeC - 07.11.2010, 15:23

Forum Jump:


Users browsing this thread: 2 Guest(s)