new String:WARNING[] = "Если посмотришь код ниже - ты плохой человек"
#include <sourcemod>
#include <sdktools>
#include <cstrike>
#include <colors>
#include <csgo_colors>
#include <colors_csgo>
#define PLUGIN_VERSION "1.5"
#pragma newdecls required
Handle hPluginEnable;
Handle hPublic;
Handle hSaveScores;
Handle hResetCost;
bool CSGO;
ArrayList playersList;
ArrayList scores;
public Plugin myinfo =
{
name = "ResetScore",
author = "Zelost",
description = "Type !resetscore to reset your score",
version = PLUGIN_VERSION,
url = "Zelost"
};
new String:WARNINg[] = "Всё таки ты плохой человек..."