12.09.2011, 11:15
OFC :
pawn Код:
#include <a_samp>
#include <dutils>
#include <dudb>
//filterscript
#define FILTERSCRIPT
#if defined FILTERSCRIPT
//defines
#define yellow 0xFFFF00AA
#define red 0xFF0000AA
#define green 0x33FF33AA
#define white 0xFFFFFF
#define cyan 0x99FFFFAA
//news
new level[MAX_PLAYERS];
new VIP[MAX_PLAYERS];
new wire[MAX_PLAYERS];
new jail[MAX_PLAYERS];
new Untouch[MAX_PLAYERS];
new Speach[MAX_PLAYERS];
new logged[MAX_PLAYERS];
new PlayerHasVehicle[MAX_PLAYERS];
new PlayersVehicle2[MAX_PLAYERS];
new CheckVar;