Update license headers for plugins and includes.
This commit is contained in:
@ -1,36 +1,15 @@
|
||||
/* AMX Mod X
|
||||
* Players Menu Plugin
|
||||
*
|
||||
* by the AMX Mod X Development Team
|
||||
* originally developed by OLO
|
||||
*
|
||||
* This file is part of AMX Mod X.
|
||||
*
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or modify it
|
||||
* under the terms of the GNU General Public License as published by the
|
||||
* Free Software Foundation; either version 2 of the License, or (at
|
||||
* your option) any later version.
|
||||
*
|
||||
* This program is distributed in the hope that it will be useful, but
|
||||
* WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
||||
* General Public License for more details.
|
||||
*
|
||||
* You should have received a copy of the GNU General Public License
|
||||
* along with this program; if not, write to the Free Software Foundation,
|
||||
* Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||
*
|
||||
* In addition, as a special exception, the author gives permission to
|
||||
* link the code of this program with the Half-Life Game Engine ("HL
|
||||
* Engine") and Modified Game Libraries ("MODs") developed by Valve,
|
||||
* L.L.C ("Valve"). You must obey the GNU General Public License in all
|
||||
* respects for all of the code used other than the HL Engine and MODs
|
||||
* from Valve. If you modify this file, you may extend this exception
|
||||
* to your version of the file, but you are not obligated to do so. If
|
||||
* you do not wish to do so, delete this exception statement from your
|
||||
* version.
|
||||
*/
|
||||
// vim: set ts=4 sw=4 tw=99 noet:
|
||||
//
|
||||
// AMX Mod X, based on AMX Mod by Aleksander Naszko ("OLO").
|
||||
// Copyright (C) The AMX Mod X Development Team.
|
||||
//
|
||||
// This software is licensed under the GNU General Public License, version 3 or higher.
|
||||
// Additional exceptions apply. For full license details, see LICENSE.txt or visit:
|
||||
// https://alliedmods.net/amxmodx-license
|
||||
|
||||
//
|
||||
// Players Menu Plugin
|
||||
//
|
||||
|
||||
#include <amxmodx>
|
||||
#include <amxmisc>
|
||||
|
@ -1,20 +1,28 @@
|
||||
/* AMX Mod script.
|
||||
*
|
||||
* (c) 2004, SidLuke
|
||||
* This file is provided as is (no warranties).
|
||||
*
|
||||
* Plugin works with Stats Settings Plugin. Just run both of them.
|
||||
* By amx_statscfg command (from Stats Settings Plugin)
|
||||
* you will be able to set all settings and save them to a file.
|
||||
*
|
||||
* Example of usage for some options:
|
||||
* amx_statscfg on SayTop15
|
||||
* amx_statscfg on SayRank
|
||||
*
|
||||
* Accept able are also parts of name:
|
||||
* amx_statscfg off say
|
||||
* amx_statscfg on End
|
||||
*/
|
||||
// vim: set ts=4 sw=4 tw=99 noet:
|
||||
//
|
||||
// AMX Mod X, based on AMX Mod by Aleksander Naszko ("OLO").
|
||||
// Copyright (C) The AMX Mod X Development Team.
|
||||
// Copyright (C) 2004 SidLuke.
|
||||
//
|
||||
// This software is licensed under the GNU General Public License, version 3 or higher.
|
||||
// Additional exceptions apply. For full license details, see LICENSE.txt or visit:
|
||||
// https://alliedmods.net/amxmodx-license
|
||||
|
||||
//
|
||||
// TFC Stats Plugin
|
||||
//
|
||||
|
||||
// Plugin works with Stats Settings Plugin. Just run both of them.
|
||||
// By amx_statscfg command (from Stats Settings Plugin)
|
||||
// you will be able to set all settings and save them to a file.
|
||||
//
|
||||
// Example usage for some options:
|
||||
// amx_statscfg on SayTop15
|
||||
// amx_statscfg on SayRank
|
||||
//
|
||||
// Acceptable are also parts of name:
|
||||
// amx_statscfg off say
|
||||
// amx_statscfg on End
|
||||
|
||||
#include <amxmodx>
|
||||
#include <tfcx>
|
||||
|
@ -1,36 +1,15 @@
|
||||
/* AMX Mod X
|
||||
* Stats Logging Plugin
|
||||
*
|
||||
* by the AMX Mod X Development Team
|
||||
* originally developed by JustinHoMi
|
||||
*
|
||||
* This file is part of AMX Mod X.
|
||||
*
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or modify it
|
||||
* under the terms of the GNU General Public License as published by the
|
||||
* Free Software Foundation; either version 2 of the License, or (at
|
||||
* your option) any later version.
|
||||
*
|
||||
* This program is distributed in the hope that it will be useful, but
|
||||
* WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
||||
* General Public License for more details.
|
||||
*
|
||||
* You should have received a copy of the GNU General Public License
|
||||
* along with this program; if not, write to the Free Software Foundation,
|
||||
* Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||
*
|
||||
* In addition, as a special exception, the author gives permission to
|
||||
* link the code of this program with the Half-Life Game Engine ("HL
|
||||
* Engine") and Modified Game Libraries ("MODs") developed by Valve,
|
||||
* L.L.C ("Valve"). You must obey the GNU General Public License in all
|
||||
* respects for all of the code used other than the HL Engine and MODs
|
||||
* from Valve. If you modify this file, you may extend this exception
|
||||
* to your version of the file, but you are not obligated to do so. If
|
||||
* you do not wish to do so, delete this exception statement from your
|
||||
* version.
|
||||
*/
|
||||
// vim: set ts=4 sw=4 tw=99 noet:
|
||||
//
|
||||
// AMX Mod X, based on AMX Mod by Aleksander Naszko ("OLO").
|
||||
// Copyright (C) The AMX Mod X Development Team.
|
||||
//
|
||||
// This software is licensed under the GNU General Public License, version 3 or higher.
|
||||
// Additional exceptions apply. For full license details, see LICENSE.txt or visit:
|
||||
// https://alliedmods.net/amxmodx-license
|
||||
|
||||
//
|
||||
// TFC Stats Logging Plugin
|
||||
//
|
||||
|
||||
#include <amxmodx>
|
||||
#include <tfcx>
|
||||
|
@ -1,6 +1,15 @@
|
||||
/*
|
||||
* Plugin for sounds precache
|
||||
*/
|
||||
// vim: set ts=4 sw=4 tw=99 noet:
|
||||
//
|
||||
// AMX Mod X, based on AMX Mod by Aleksander Naszko ("OLO").
|
||||
// Copyright (C) The AMX Mod X Development Team.
|
||||
//
|
||||
// This software is licensed under the GNU General Public License, version 3 or higher.
|
||||
// Additional exceptions apply. For full license details, see LICENSE.txt or visit:
|
||||
// https://alliedmods.net/amxmodx-license
|
||||
|
||||
//
|
||||
// TFC Sounds Precache Plugin
|
||||
//
|
||||
|
||||
#include <amxmodx>
|
||||
|
||||
@ -26,4 +35,4 @@ public plugin_precache(){
|
||||
|
||||
public plugin_init() {
|
||||
register_plugin("TFC Sounds Precache",AMXX_VERSION_STR,"AMXX Dev Team")
|
||||
}
|
||||
}
|
||||
|
@ -1,9 +1,18 @@
|
||||
/* Get Score for TFC STATS.
|
||||
*
|
||||
* (c) 2004, SidLuke
|
||||
* This file is provided as is (no warranties).
|
||||
*
|
||||
* Function calculates position in rank.
|
||||
// vim: set ts=4 sw=4 tw=99 noet:
|
||||
//
|
||||
// AMX Mod X, based on AMX Mod by Aleksander Naszko ("OLO").
|
||||
// Copyright (C) The AMX Mod X Development Team.
|
||||
// Copyright (C) 2004 SidLuke.
|
||||
//
|
||||
// This software is licensed under the GNU General Public License, version 3 or higher.
|
||||
// Additional exceptions apply. For full license details, see LICENSE.txt or visit:
|
||||
// https://alliedmods.net/amxmodx-license
|
||||
|
||||
//
|
||||
// TFC Stats Rank Calculation
|
||||
//
|
||||
|
||||
/* Function calculates position in rank.
|
||||
*
|
||||
* Stats:
|
||||
* 0 - kills
|
||||
@ -22,4 +31,4 @@
|
||||
public get_score(stats[8],body[8])
|
||||
{
|
||||
return stats[0] - stats[1] /* kills - deaths */
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user