Update license headers for plugins and includes.

This commit is contained in:
Scott Ehlert 2014-08-04 07:12:15 -05:00
parent d113b1b646
commit f787db1be5
119 changed files with 1455 additions and 1689 deletions

View File

@ -1,36 +1,15 @@
/* AMX Mod X script. // vim: set ts=4 sw=4 tw=99 noet:
* Admin Base Plugin //
* // AMX Mod X, based on AMX Mod by Aleksander Naszko ("OLO").
* by the AMX Mod X Development Team // Copyright (C) The AMX Mod X Development Team.
* originally developed by OLO //
* // This software is licensed under the GNU General Public License, version 3 or higher.
* This file is part of AMX Mod X. // Additional exceptions apply. For full license details, see LICENSE.txt or visit:
* // https://alliedmods.net/amxmodx-license
*
* 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 // Admin Base Plugin
* 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.
*/
// Uncomment for SQL version // Uncomment for SQL version
// #define USING_SQL // #define USING_SQL

View File

@ -1,36 +1,15 @@
/* AMX Mod X // vim: set ts=4 sw=4 tw=99 noet:
* Admin Chat Plugin //
* // AMX Mod X, based on AMX Mod by Aleksander Naszko ("OLO").
* by the AMX Mod X Development Team // Copyright (C) The AMX Mod X Development Team.
* originally developed by OLO //
* // This software is licensed under the GNU General Public License, version 3 or higher.
* This file is part of AMX Mod X. // Additional exceptions apply. For full license details, see LICENSE.txt or visit:
* // https://alliedmods.net/amxmodx-license
*
* 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 // Admin Chat Plugin
* 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.
*/
#include <amxmodx> #include <amxmodx>
#include <amxmisc> #include <amxmisc>

View File

@ -1,36 +1,15 @@
/* AMX Mod X // vim: set ts=4 sw=4 tw=99 noet:
* Admin Commands Plugin //
* // AMX Mod X, based on AMX Mod by Aleksander Naszko ("OLO").
* by the AMX Mod X Development Team // Copyright (C) The AMX Mod X Development Team.
* originally developed by OLO //
* // This software is licensed under the GNU General Public License, version 3 or higher.
* This file is part of AMX Mod X. // Additional exceptions apply. For full license details, see LICENSE.txt or visit:
* // https://alliedmods.net/amxmodx-license
*
* 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 // Admin Commands Plugin
* 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.
*/
#include <amxmodx> #include <amxmodx>
#include <amxmisc> #include <amxmisc>

View File

@ -1,36 +1,15 @@
/* AMX Mod X // vim: set ts=4 sw=4 tw=99 noet:
* Admin Help Plugin //
* // AMX Mod X, based on AMX Mod by Aleksander Naszko ("OLO").
* by the AMX Mod X Development Team // Copyright (C) The AMX Mod X Development Team.
* originally developed by tcquest78 //
* // This software is licensed under the GNU General Public License, version 3 or higher.
* This file is part of AMX Mod X. // Additional exceptions apply. For full license details, see LICENSE.txt or visit:
* // https://alliedmods.net/amxmodx-license
*
* 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 // Admin Help Plugin
* 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.
*/
#include <amxmodx> #include <amxmodx>

View File

@ -1,36 +1,15 @@
/* AMX Mod X // vim: set ts=4 sw=4 tw=99 noet:
* Slots Reservation Plugin //
* // AMX Mod X, based on AMX Mod by Aleksander Naszko ("OLO").
* by the AMX Mod X Development Team // Copyright (C) The AMX Mod X Development Team.
* originally developed by OLO //
* // This software is licensed under the GNU General Public License, version 3 or higher.
* This file is part of AMX Mod X. // Additional exceptions apply. For full license details, see LICENSE.txt or visit:
* // https://alliedmods.net/amxmodx-license
*
* 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 // Slots Reservation Plugin
* 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.
*/
#include <amxmodx> #include <amxmodx>
#include <amxmisc> #include <amxmisc>

View File

@ -1,36 +1,15 @@
/* AMX Mod X // vim: set ts=4 sw=4 tw=99 noet:
* Admin Votes Plugin //
* // AMX Mod X, based on AMX Mod by Aleksander Naszko ("OLO").
* by the AMX Mod X Development Team // Copyright (C) The AMX Mod X Development Team.
* originally developed by OLO //
* // This software is licensed under the GNU General Public License, version 3 or higher.
* This file is part of AMX Mod X. // Additional exceptions apply. For full license details, see LICENSE.txt or visit:
* // https://alliedmods.net/amxmodx-license
*
* 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 // Admin Votes Plugin
* 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.
*/
#include <amxmodx> #include <amxmodx>
#include <amxmisc> #include <amxmisc>

View File

@ -1,36 +1,15 @@
/* AMX Mod X // vim: set ts=4 sw=4 tw=99 noet:
* Anti Flood Plugin //
* // AMX Mod X, based on AMX Mod by Aleksander Naszko ("OLO").
* by the AMX Mod X Development Team // Copyright (C) The AMX Mod X Development Team.
* originally developed by OLO //
* // This software is licensed under the GNU General Public License, version 3 or higher.
* This file is part of AMX Mod X. // Additional exceptions apply. For full license details, see LICENSE.txt or visit:
* // https://alliedmods.net/amxmodx-license
*
* 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 // Anti Flood Plugin
* 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.
*/
#include <amxmodx> #include <amxmodx>

View File

@ -1,36 +1,15 @@
/* AMX Mod X // vim: set ts=4 sw=4 tw=99 noet:
* Commands Menu Plugin //
* // AMX Mod X, based on AMX Mod by Aleksander Naszko ("OLO").
* by the AMX Mod X Development Team // Copyright (C) The AMX Mod X Development Team.
* originally developed by OLO //
* // This software is licensed under the GNU General Public License, version 3 or higher.
* This file is part of AMX Mod X. // Additional exceptions apply. For full license details, see LICENSE.txt or visit:
* // https://alliedmods.net/amxmodx-license
*
* 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 // Commands Menu Plugin
* 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.
*/
#include <amxmodx> #include <amxmodx>
#include <amxmisc> #include <amxmisc>

View File

@ -1,36 +1,15 @@
/* AMX Mod X // vim: set ts=4 sw=4 tw=99 noet:
* Rank Calculation //
* // AMX Mod X, based on AMX Mod by Aleksander Naszko ("OLO").
* by the AMX Mod X Development Team // Copyright (C) The AMX Mod X Development Team.
* originally developed by OLO //
* // This software is licensed under the GNU General Public License, version 3 or higher.
* This file is part of AMX Mod X. // Additional exceptions apply. For full license details, see LICENSE.txt or visit:
* // https://alliedmods.net/amxmodx-license
*
* 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 // Rank Calculation
* 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.
*/
/* File location: $moddir/addons/amxmodx/data/csstats.amxx */ /* File location: $moddir/addons/amxmodx/data/csstats.amxx */

View File

@ -1,36 +1,15 @@
/* AMX Mod X // vim: set ts=4 sw=4 tw=99 noet:
* Misc. Stats Plugin //
* // AMX Mod X, based on AMX Mod by Aleksander Naszko ("OLO").
* by the AMX Mod X Development Team // Copyright (C) The AMX Mod X Development Team.
* originally developed by OLO //
* // This software is licensed under the GNU General Public License, version 3 or higher.
* This file is part of AMX Mod X. // Additional exceptions apply. For full license details, see LICENSE.txt or visit:
* // https://alliedmods.net/amxmodx-license
*
* 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 // Misc. Stats Plugin
* 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.
*/
#include <amxmodx> #include <amxmodx>
#include <amxmisc> #include <amxmisc>

View File

@ -1,36 +1,15 @@
/* AMX Mod X // vim: set ts=4 sw=4 tw=99 noet:
* Restrict Weapons Plugin //
* // AMX Mod X, based on AMX Mod by Aleksander Naszko ("OLO").
* by the AMX Mod X Development Team // Copyright (C) The AMX Mod X Development Team.
* originally developed by OLO //
* // This software is licensed under the GNU General Public License, version 3 or higher.
* This file is part of AMX Mod X. // Additional exceptions apply. For full license details, see LICENSE.txt or visit:
* // https://alliedmods.net/amxmodx-license
*
* 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 // Restrict Weapons Plugin
* 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.
*/
// Uncomment if you want to have seperate settings for each map // Uncomment if you want to have seperate settings for each map
//#define MAPSETTINGS //#define MAPSETTINGS

View File

@ -1,36 +1,15 @@
/* AMX Mod X // vim: set ts=4 sw=4 tw=99 noet:
* Stats Logging Plugin //
* // AMX Mod X, based on AMX Mod by Aleksander Naszko ("OLO").
* by the AMX Mod X Development Team // Copyright (C) The AMX Mod X Development Team.
* originally developed by JustinHoMi //
* // This software is licensed under the GNU General Public License, version 3 or higher.
* This file is part of AMX Mod X. // Additional exceptions apply. For full license details, see LICENSE.txt or visit:
* // https://alliedmods.net/amxmodx-license
*
* 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 // Stats Logging Plugin
* 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.
*/
#include <amxmodx> #include <amxmodx>
#include <csx> #include <csx>

View File

@ -1,36 +1,15 @@
/* AMX Mod X // vim: set ts=4 sw=4 tw=99 noet:
* StatsX Plugin //
* // AMX Mod X, based on AMX Mod by Aleksander Naszko ("OLO").
* by the AMX Mod X Development Team // Copyright (C) The AMX Mod X Development Team.
* originally developed by OLO //
* // This software is licensed under the GNU General Public License, version 3 or higher.
* This file is part of AMX Mod X. // Additional exceptions apply. For full license details, see LICENSE.txt or visit:
* // https://alliedmods.net/amxmodx-license
*
* 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 // StatsX Plugin
* 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.
*/
//-------------------------------- //--------------------------------
#include <amxmodx> #include <amxmodx>

View File

@ -1,9 +1,18 @@
/* Get Score for DoD STATS. // vim: set ts=4 sw=4 tw=99 noet:
* //
* (c) 2004, SidLuke // AMX Mod X, based on AMX Mod by Aleksander Naszko ("OLO").
* This file is provided as is (no warranties). // Copyright (C) The AMX Mod X Development Team.
* // Copyright (C) 2004 SidLuke.
* Function calculates position in rank. //
// 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
//
// DoD Stats Rank Calculation
//
/* Function calculates position in rank.
* *
* Stats: * Stats:
* 0 - kills * 0 - kills

View File

@ -1,36 +1,15 @@
/* AMX Mod X // vim: set ts=4 sw=4 tw=99 noet:
* Players Menu Plugin //
* // AMX Mod X, based on AMX Mod by Aleksander Naszko ("OLO").
* by the AMX Mod X Development Team // Copyright (C) The AMX Mod X Development Team.
* originally developed by OLO //
* // This software is licensed under the GNU General Public License, version 3 or higher.
* This file is part of AMX Mod X. // Additional exceptions apply. For full license details, see LICENSE.txt or visit:
* // https://alliedmods.net/amxmodx-license
*
* 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 // Players Menu Plugin
* 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.
*/
#include <amxmodx> #include <amxmodx>
#include <amxmisc> #include <amxmisc>

View File

@ -1,20 +1,28 @@
/* AMX Mod script. // vim: set ts=4 sw=4 tw=99 noet:
* //
* (c) 2004, SidLuke // AMX Mod X, based on AMX Mod by Aleksander Naszko ("OLO").
* This file is provided as is (no warranties). // Copyright (C) The AMX Mod X Development Team.
* // Copyright (C) 2004 SidLuke.
* Plugin works with Stats Settings Plugin. Just run both of them. //
* By amx_statscfg command (from Stats Settings Plugin) // This software is licensed under the GNU General Public License, version 3 or higher.
* you will be able to set all settings and save them to a file. // Additional exceptions apply. For full license details, see LICENSE.txt or visit:
* // https://alliedmods.net/amxmodx-license
* Example of usage for some options:
* amx_statscfg on SayTop15 //
* amx_statscfg on SayRank // DoD Stats Plugin
* //
* Accept able are also parts of name:
* amx_statscfg off say // Plugin works with Stats Settings Plugin. Just run both of them.
* amx_statscfg on End // 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 <amxmodx>
#include <amxmisc> #include <amxmisc>

View File

@ -1,9 +1,16 @@
/* AMX Mod script. (Feb 4th, 2003) // vim: set ts=4 sw=4 tw=99 noet:
* //
* Stats Logging // AMX Mod X, based on AMX Mod by Aleksander Naszko ("OLO").
* by JustinHoMi // Copyright (C) The AMX Mod X Development Team.
* // Copyright (C) 2003 JustinHoMi.
*/ //
// 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
//
// DoD Stats Logging Plugin
//
#include <amxmodx> #include <amxmodx>
#include <dodx> #include <dodx>

View File

@ -1,6 +1,15 @@
/* // vim: set ts=4 sw=4 tw=99 noet:
* Plugin for sounds precache //
*/ // 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
//
// DoD Sounds Precache Plugin
//
#include <amxmodx> #include <amxmodx>

View File

@ -1,36 +1,15 @@
/* AMX Mod X // vim: set ts=4 sw=4 tw=99 noet:
* Info. Messages Plugin //
* // AMX Mod X, based on AMX Mod by Aleksander Naszko ("OLO").
* by the AMX Mod X Development Team // Copyright (C) The AMX Mod X Development Team.
* originally developed by OLO //
* // This software is licensed under the GNU General Public License, version 3 or higher.
* This file is part of AMX Mod X. // Additional exceptions apply. For full license details, see LICENSE.txt or visit:
* // https://alliedmods.net/amxmodx-license
*
* 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 // Info. Messages Plugin
* 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.
*/
#include <amxmodx> #include <amxmodx>
#include <amxmisc> #include <amxmisc>

View File

@ -1,10 +1,11 @@
/* AMX Mod X constants // vim: set ts=4 sw=4 tw=99 noet:
* //
* by the AMX Mod X Development Team // AMX Mod X, based on AMX Mod by Aleksander Naszko ("OLO").
* originally developed by OLO // Copyright (C) The AMX Mod X Development Team.
* //
* This file is provided as is (no warranties). // 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
#if defined _amxconst_included #if defined _amxconst_included
#endinput #endinput

View File

@ -1,10 +1,11 @@
/* AMX Mod X misc. // vim: set ts=4 sw=4 tw=99 noet:
* //
* by the AMX Mod X Development Team // AMX Mod X, based on AMX Mod by Aleksander Naszko ("OLO").
* originally developed by OLO // Copyright (C) The AMX Mod X Development Team.
* //
* This file is provided as is (no warranties). // 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
#if defined _amxmisc_included #if defined _amxmisc_included
#endinput #endinput

View File

@ -1,10 +1,11 @@
/* AMX Mod X functions // vim: set ts=4 sw=4 tw=99 noet:
* //
* by the AMX Mod X Development Team // AMX Mod X, based on AMX Mod by Aleksander Naszko ("OLO").
* originally developed by OLO // Copyright (C) The AMX Mod X Development Team.
* //
* This file is provided as is (no warranties). // 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
#if defined _amxmodx_included #if defined _amxmodx_included
#endinput #endinput

View File

@ -1,10 +1,11 @@
/* AMX Mod X constants // vim: set ts=4 sw=4 tw=99 noet:
* //
* by the AMX Mod X Development Team // AMX Mod X, based on AMX Mod by Aleksander Naszko ("OLO").
* originally developed by OLO // Copyright (C) The AMX Mod X Development Team.
* //
* This file is provided as is (no warranties). // 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
#if defined _amxmodx_version_included #if defined _amxmodx_version_included
#endinput #endinput

View File

@ -1,3 +1,12 @@
// 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
#if defined _cellarray_included #if defined _cellarray_included
#endinput #endinput
#endif #endif

View File

@ -1,3 +1,11 @@
// 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
#if defined _cellstack_included #if defined _cellstack_included
#endinput #endinput

View File

@ -1,3 +1,12 @@
// 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
#if defined _celltrie_included #if defined _celltrie_included
#endinput #endinput
#endif #endif

View File

@ -1,3 +1,11 @@
// 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
#if defined _csstats_included #if defined _csstats_included
#endinput #endinput

View File

@ -1,9 +1,15 @@
/* Counter-Strike functions // vim: set ts=4 sw=4 tw=99 noet:
* //
* by the AMX Mod X Development Team // AMX Mod X, based on AMX Mod by Aleksander Naszko ("OLO").
* // Copyright (C) The AMX Mod X Development Team.
* This file is provided as is (no warranties). //
*/ // 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
//
// Counter-Strike Functions
//
#if defined _cstrike_included #if defined _cstrike_included
#endinput #endinput

View File

@ -1,8 +1,15 @@
/* CSX functions // vim: set ts=4 sw=4 tw=99 noet:
* //
* (c) 2004, SidLuke // AMX Mod X, based on AMX Mod by Aleksander Naszko ("OLO").
* This file is provided as is (no warranties). // 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
//
// CSX Functions
//
#if defined _csx_included #if defined _csx_included
#endinput #endinput

View File

@ -1,3 +1,11 @@
// 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
#if defined _datapack_included #if defined _datapack_included
#endinput #endinput

View File

@ -1,16 +1,29 @@
/* SQL Database API // vim: set ts=4 sw=4 tw=99 noet:
* By the AMX Mod X Development Team //
* Notes - Read the comments! Make sure your plugins use // AMX Mod X, based on AMX Mod by Aleksander Naszko ("OLO").
* nice ANSI SQL and don't use database column names like "key" // Copyright (C) The AMX Mod X Development Team.
* otherwise this API will be a nightmare //
* Never do error checking with the not operator! This is bad: // This software is licensed under the GNU General Public License, version 3 or higher.
* if (!dbi_query()) // Additional exceptions apply. For full license details, see LICENSE.txt or visit:
* You should do: // https://alliedmods.net/amxmodx-license
* ret = dbi_query()
* if (ret < 0) //
* This is because DBI functions can and will return negative numbers // SQL Database API
* Negative numbers evaluate to "true" in AMX. //
*/
//
// Notes - Read the comments! Make sure your plugins use
// nice ANSI SQL and don't use database column names like "key"
// otherwise this API will be a nightmare
//
// Never do error checking with the not operator! This is bad:
// if (!dbi_query())
// You should do:
// ret = dbi_query()
// if (ret < 0)
// This is because DBI functions can and will return negative numbers
// Negative numbers evaluate to "true" in AMX.
//
#if defined _dbi_included #if defined _dbi_included
#endinput #endinput

View File

@ -1,8 +1,11 @@
/* DoDX functions // vim: set ts=4 sw=4 tw=99 noet:
* //
* (c) 2004, SidLuke // AMX Mod X, based on AMX Mod by Aleksander Naszko ("OLO").
* This file is provided as is (no warranties). // 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
#if defined _dodconst_included #if defined _dodconst_included
#endinput #endinput

View File

@ -1,8 +1,15 @@
/* DoDFun functions // vim: set ts=4 sw=4 tw=99 noet:
* //
* (c) 2004-2005, SidLuke // AMX Mod X, based on AMX Mod by Aleksander Naszko ("OLO").
* This file is provided as is (no warranties). // 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
//
// DoD Fun Functions
//
#if defined _dodfun_included #if defined _dodfun_included
#endinput #endinput

View File

@ -1,8 +1,15 @@
/* DoDX Stats functions // vim: set ts=4 sw=4 tw=99 noet:
* //
* (c) 2004, SidLuke // AMX Mod X, based on AMX Mod by Aleksander Naszko ("OLO").
* This file is provided as is (no warranties). // 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
//
// DODX Stats Functions
//
#if defined _dodstats_included #if defined _dodstats_included
#endinput #endinput

View File

@ -1,8 +1,15 @@
/* DoDX functions // vim: set ts=4 sw=4 tw=99 noet:
* //
* (c) 2004, SidLuke // AMX Mod X, based on AMX Mod by Aleksander Naszko ("OLO").
* This file is provided as is (no warranties). // 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
//
// DODX Functions
//
#if defined _dodx_included #if defined _dodx_included
#endinput #endinput

View File

@ -1,10 +1,16 @@
/* Engine functions // vim: set ts=4 sw=4 tw=99 noet:
* //
* by the AMX Mod X Development Team // AMX Mod X, based on AMX Mod by Aleksander Naszko ("OLO").
* thanks to Vexd and mahnsawce // Copyright (C) The AMX Mod X Development Team.
* // Special thanks to Vexd and mahnsawce.
* This file is provided as is (no warranties). //
*/ // 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
//
// Engine Functions
//
#if defined _engine_included #if defined _engine_included
#endinput #endinput

View File

@ -1,9 +1,15 @@
/* Engine constants // vim: set ts=4 sw=4 tw=99 noet:
* //
* by the AMX Mod X Development Team // AMX Mod X, based on AMX Mod by Aleksander Naszko ("OLO").
* // Copyright (C) The AMX Mod X Development Team.
* This file is provided as is (no warranties). //
*/ // 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
//
// Engine Constants
//
#if defined _engine_const_included #if defined _engine_const_included
#endinput #endinput

View File

@ -1,10 +1,16 @@
/* Engine stocks // vim: set ts=4 sw=4 tw=99 noet:
* //
* by the AMX Mod X Development Team // AMX Mod X, based on AMX Mod by Aleksander Naszko ("OLO").
* thanks to AssKicR, Freecode and T(+)rget // Copyright (C) The AMX Mod X Development Team.
* // Special thanks to AssKicR, Freecode, and T(+)rget.
* This file is provided as is (no warranties). //
*/ // 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
//
// Engine Stocks
//
#if defined _engine_stocks_included #if defined _engine_stocks_included
#endinput #endinput

View File

@ -1,9 +1,12 @@
/** // vim: set ts=4 sw=4 tw=99 noet:
* (C)2004-2005 AMX Mod X Development Team //
* based on the stocks and information provided by LynX // AMX Mod X, based on AMX Mod by Aleksander Naszko ("OLO").
* organized and released by BAILOPAN // Copyright (C) The AMX Mod X Development Team.
* This file is provided as is (no warranties). // Based on stocks and information provided by LynX.
*/ //
// 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
#if defined _esfconst_included #if defined _esfconst_included
#endinput #endinput

View File

@ -1,9 +1,15 @@
/* FakeMeta functions // vim: set ts=4 sw=4 tw=99 noet:
* //
* by the AMX Mod X Development Team // AMX Mod X, based on AMX Mod by Aleksander Naszko ("OLO").
* // Copyright (C) The AMX Mod X Development Team.
* This file is provided as is (no warranties). //
*/ // 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
//
// Fakemeta Functions
//
#if defined _fakemeta_included #if defined _fakemeta_included
#endinput #endinput

View File

@ -1,9 +1,15 @@
/* FakeMeta constants // vim: set ts=4 sw=4 tw=99 noet:
* //
* by the AMX Mod X Development Team // AMX Mod X, based on AMX Mod by Aleksander Naszko ("OLO").
* // Copyright (C) The AMX Mod X Development Team.
* This file is provided as is (no warranties). //
*/ // 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
//
// Fakemeta Constants
//
#if defined _fakemeta_const_included #if defined _fakemeta_const_included
#endinput #endinput

View File

@ -1,9 +1,15 @@
/* FakeMeta stocks // vim: set ts=4 sw=4 tw=99 noet:
* //
* by the AMX Mod X Development Team // AMX Mod X, based on AMX Mod by Aleksander Naszko ("OLO").
* // Copyright (C) The AMX Mod X Development Team.
* This file is provided as is (no warranties). //
*/ // 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
//
// Fakemeta Stocks
//
#if !defined _fakemeta_included #if !defined _fakemeta_included
#include <fakemeta> #include <fakemeta>

View File

@ -1,10 +1,15 @@
/* Files functions // vim: set ts=4 sw=4 tw=99 noet:
* //
* by the AMX Mod X Development Team // AMX Mod X, based on AMX Mod by Aleksander Naszko ("OLO").
* originally developed by OLO // Copyright (C) The AMX Mod X Development Team.
* //
* This file is provided as is (no warranties). // 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
//
// File Functions
//
#if defined _file_included #if defined _file_included
#endinput #endinput

View File

@ -1,9 +1,15 @@
/* Fun functions // vim: set ts=4 sw=4 tw=99 noet:
* //
* by the AMX Mod X Development Team // AMX Mod X, based on AMX Mod by Aleksander Naszko ("OLO").
* // Copyright (C) The AMX Mod X Development Team.
* This file is provided as is (no warranties). //
*/ // 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
//
// Fun Functions
//
#if defined _fun_included #if defined _fun_included
#endinput #endinput

View File

@ -1,7 +1,15 @@
/* GeoIP module functions for AMX Mod X // vim: set ts=4 sw=4 tw=99 noet:
by David "BAILOPAN" Anderson //
(C)Copyrighted under the GNU General Public License, Version 2 // 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
//
// GeoIP Module Functions
//
#if defined geoip_included #if defined geoip_included
#endinput #endinput

View File

@ -1,3 +1,16 @@
// 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
//
// Ham Sandwich Constants
//
#if defined _ham_const_included #if defined _ham_const_included
#endinput #endinput
#endif #endif

View File

@ -1,31 +1,15 @@
/* Ham Sandwich // vim: set ts=4 sw=4 tw=99 noet:
* Copyright 2007-2014 //
* By the AMX Mod X Development Team // AMX Mod X, based on AMX Mod by Aleksander Naszko ("OLO").
* // Copyright (C) The AMX Mod X Development Team.
* Ham Sandwich is free software; you can redistribute it and/or modify it //
* under the terms of the GNU General Public License as published by the // This software is licensed under the GNU General Public License, version 3 or higher.
* Free Software Foundation; either version 2 of the License, or (at // Additional exceptions apply. For full license details, see LICENSE.txt or visit:
* your option) any later version. // https://alliedmods.net/amxmodx-license
*
* Ham Sandwich is distributed in the hope that it will be useful, but //
* WITHOUT ANY WARRANTY; without even the implied warranty of // Ham Sandwich Functions
* 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 Ham Sandwich; 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 Ham Sandwich 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.
*/
/** /**
* Ham Sandwich is a module that is used to hook and call virtual functions of * Ham Sandwich is a module that is used to hook and call virtual functions of

View File

@ -1,10 +1,15 @@
/* Half-Life Software Development Kit constants // vim: set ts=4 sw=4 tw=99 noet:
* //
* by the AMX Mod X Development Team // AMX Mod X, based on AMX Mod by Aleksander Naszko ("OLO").
* // Copyright (C) The AMX Mod X Development Team.
* This file is provided as is (no warranties). //
* // 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
//
// Half-Life SDK Constants
//
#if defined _hlsdk_const_included #if defined _hlsdk_const_included
#endinput #endinput

View File

@ -1,9 +1,15 @@
/* Language functions // vim: set ts=4 sw=4 tw=99 noet:
* //
* by the AMX Mod X Development Team // AMX Mod X, based on AMX Mod by Aleksander Naszko ("OLO").
* // Copyright (C) The AMX Mod X Development Team.
* This file is provided as is (no warranties). //
*/ // 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
//
// Language Functions
//
#if defined _lang_included #if defined _lang_included
#endinput #endinput

View File

@ -1,10 +1,15 @@
/* Message constants // vim: set ts=4 sw=4 tw=99 noet:
* //
* by the AMX Mod X Development Team // AMX Mod X, based on AMX Mod by Aleksander Naszko ("OLO").
* // Copyright (C) The AMX Mod X Development Team.
* This file is provided as is (no warranties). //
* // 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
//
// Message Constants
//
#if defined _message_const_included #if defined _message_const_included
#endinput #endinput

View File

@ -1,10 +1,15 @@
/* Message Stocks // vim: set ts=4 sw=4 tw=99 noet:
* //
* by the AMX Mod X Development Team // AMX Mod X, based on AMX Mod by Aleksander Naszko ("OLO").
* // Copyright (C) The AMX Mod X Development Team.
* This file is provided as is (no warranties). //
* // 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
//
// Message Stocks
//
#if defined _message_stocks_included #if defined _message_stocks_included
#endinput #endinput

View File

@ -1,9 +1,15 @@
/* Messaging functions (now part of Core) // vim: set ts=4 sw=4 tw=99 noet:
* //
* by the AMX Mod X Development Team // AMX Mod X, based on AMX Mod by Aleksander Naszko ("OLO").
* // Copyright (C) The AMX Mod X Development Team.
* This file is provided as is (no warranties). //
*/ // 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
//
// Message Functions
//
#if defined _coremsg_included #if defined _coremsg_included
#endinput #endinput

View File

@ -1,10 +1,11 @@
/* AMX Mod X constants // vim: set ts=4 sw=4 tw=99 noet:
* //
* by the AMX Mod X Development Team // AMX Mod X, based on AMX Mod by Aleksander Naszko ("OLO").
* originally developed by OLO // Copyright (C) The AMX Mod X Development Team.
* //
* This file is provided as is (no warranties). // 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
#if defined _newmenus_included #if defined _newmenus_included
#endinput #endinput

View File

@ -1,9 +1,15 @@
/* NS module functions // vim: set ts=4 sw=4 tw=99 noet:
* //
* by the AMX Mod X Development Team // AMX Mod X, based on AMX Mod by Aleksander Naszko ("OLO").
* // Copyright (C) The AMX Mod X Development Team.
* This file is provided as is (no warranties). //
*/ // 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
//
// Natural Selection Module Functions
//
#if defined NS_INC #if defined NS_INC
#endinput #endinput

View File

@ -1,11 +1,15 @@
/* NS module constants // vim: set ts=4 sw=4 tw=99 noet:
* //
* by the AMX Mod X Development Team // AMX Mod X, based on AMX Mod by Aleksander Naszko ("OLO").
* Most definitions graciously provided by Flayra // Copyright (C) The AMX Mod X Development Team.
* //
* This file is provided as is (no warranties). // 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
//
// Natural Selection Module Constants
//
#if defined NS_CONST_INC #if defined NS_CONST_INC
#endinput #endinput

View File

@ -1,9 +1,15 @@
/* nVault functions // vim: set ts=4 sw=4 tw=99 noet:
* //
* by the AMX Mod X Development Team // AMX Mod X, based on AMX Mod by Aleksander Naszko ("OLO").
* // Copyright (C) The AMX Mod X Development Team.
* This file is provided as is (no warranties). //
*/ // 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
//
// NVault Functions
//
#if defined _nvault_included #if defined _nvault_included
#endinput #endinput

View File

@ -1,31 +1,15 @@
/** // vim: set ts=4 sw=4 tw=99 noet:
* Regular Expressions API //
* By the AMX Mod X Development Team // AMX Mod X, based on AMX Mod by Aleksander Naszko ("OLO").
* // Copyright (C) The AMX Mod X Development Team.
* 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 // This software is licensed under the GNU General Public License, version 3 or higher.
* Free Software Foundation; either version 2 of the License, or (at // Additional exceptions apply. For full license details, see LICENSE.txt or visit:
* your option) any later version. // https://alliedmods.net/amxmodx-license
*
* this program is distributed in the hope that it will be useful, but //
* WITHOUT ANY WARRANTY; without even the implied warranty of // Regular Expressions API
* 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.
*/
#if defined _regex_included #if defined _regex_included
#endinput #endinput

View File

@ -1,12 +1,18 @@
/* // vim: set ts=4 sw=4 tw=99 noet:
* //
* AMX Mod X Module // AMX Mod X, based on AMX Mod by Aleksander Naszko ("OLO").
* Basic Socket Functions // Copyright (C) The AMX Mod X Development Team.
* //
* Codebase from Ivan, -g-s-ivan@web.de (AMX 0.9.3) // Codebase from Ivan, -g-s-ivan@web.de (AMX 0.9.3)
* Modification by Olaf Reusch, kenterfie@hlsw.de (AMXX 0.16, AMX 0.96) // Modification by Olaf Reusch, kenterfie@hlsw.de (AMXX 0.16, AMX 0.96)
* //
*/ // 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
//
// Socket Functions
//
#if defined _socket_included #if defined _socket_included
#endinput #endinput

View File

@ -1,13 +1,21 @@
/* Sorting functions. // vim: set ts=4 sw=4 tw=99 noet:
* //
* by the AMX Mod X Development Team // AMX Mod X, based on AMX Mod by Aleksander Naszko ("OLO").
* // Copyright (C) The AMX Mod X Development Team.
* This file is provided as is (no warranties). //
* // This software is licensed under the GNU General Public License, version 3 or higher.
* All sort functions are based off the qsort() function from the // Additional exceptions apply. For full license details, see LICENSE.txt or visit:
* C standard library, which uses the Quick Sort algorithm. // https://alliedmods.net/amxmodx-license
* For more info, see: http://linux.wku.edu/~lamonml/algor/sort/sort.html
*/ //
// Sorting Functions
//
//
// All sort functions are based off the qsort() function from the
// C standard library, which uses the Quick Sort algorithm.
// For more info, see: http://linux.wku.edu/~lamonml/algor/sort/sort.html
//
#if defined _sorting_included #if defined _sorting_included
#endinput #endinput

View File

@ -1,6 +1,15 @@
/** // vim: set ts=4 sw=4 tw=99 noet:
* SQLX - Newer version of SQL stuff //
*/ // 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
//
// SQLX - Newer SQL Database API
//
#if defined _sqlx_included #if defined _sqlx_included
#endinput #endinput

View File

@ -1,10 +1,15 @@
/* Strings manipulation // vim: set ts=4 sw=4 tw=99 noet:
* //
* by the AMX Mod X Development Team // AMX Mod X, based on AMX Mod by Aleksander Naszko ("OLO").
* originally developed by OLO // Copyright (C) The AMX Mod X Development Team.
* //
* This file is provided as is (no warranties). // 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
//
// String Manipulation
//
#if defined _string_included #if defined _string_included
#endinput #endinput

View File

@ -1,8 +1,15 @@
/* TFCX const // vim: set ts=4 sw=4 tw=99 noet:
* //
* (c) 2004, SidLuke // AMX Mod X, based on AMX Mod by Aleksander Naszko ("OLO").
* This file is provided as is (no warranties). // 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
//
// TFCX Constants
//
#if defined _tfcconst_included #if defined _tfcconst_included
#endinput #endinput

View File

@ -1,8 +1,15 @@
/* TFCX Stats functions // vim: set ts=4 sw=4 tw=99 noet:
* //
* (c) 2004, SidLuke // AMX Mod X, based on AMX Mod by Aleksander Naszko ("OLO").
* This file is provided as is (no warranties). // 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
//
// TFCX Stats Functions
//
#if defined _tfcstats_included #if defined _tfcstats_included
#endinput #endinput

View File

@ -1,8 +1,15 @@
/* tfcX functions // vim: set ts=4 sw=4 tw=99 noet:
* //
* (c) 2004, SidLuke // AMX Mod X, based on AMX Mod by Aleksander Naszko ("OLO").
* This file is provided as is (no warranties). // 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
//
// TFCX Functions
//
#if defined _tfcx_included #if defined _tfcx_included
#endinput #endinput

View File

@ -1,9 +1,15 @@
/* Time specific functions // vim: set ts=4 sw=4 tw=99 noet:
* //
* by the AMX Mod X Development Team // AMX Mod X, based on AMX Mod by Aleksander Naszko ("OLO").
* // Copyright (C) The AMX Mod X Development Team.
* This file is provided as is (no warranties). //
*/ // 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
//
// Time Specific Functions
//
#if defined _time_included #if defined _time_included
#endinput #endinput

View File

@ -1,8 +1,16 @@
/* TSFUN constants // vim: set ts=4 sw=4 tw=99 noet:
* //
* (c) 2005, Suzuka // AMX Mod X, based on AMX Mod by Aleksander Naszko ("OLO").
* This file is provided as is (no warranties). // Copyright (C) The AMX Mod X Development Team.
*/ // Copyright (C) 2005 Suzuka.
//
// 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
//
// TSFUN Constants
//
#if defined _tsconst_included #if defined _tsconst_included
#endinput #endinput

View File

@ -1,8 +1,15 @@
/* TSFUN // vim: set ts=4 sw=4 tw=99 noet:
* //
* (c) 2005-2006, AMX Mod X Dev Team // AMX Mod X, based on AMX Mod by Aleksander Naszko ("OLO").
* This file is provided as is (no warranties). // 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
//
// TSFUN Functions
//
#if defined _tsxfun_included #if defined _tsxfun_included
#endinput #endinput

View File

@ -1,8 +1,15 @@
/* TSXMod Stats functions // vim: set ts=4 sw=4 tw=99 noet:
* //
* (c) 2004, SidLuke // AMX Mod X, based on AMX Mod by Aleksander Naszko ("OLO").
* This file is provided as is (no warranties). // 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
//
// TSX Stats Functions
//
#if defined _tsstats_included #if defined _tsstats_included
#endinput #endinput

View File

@ -1,8 +1,15 @@
/* TSXMod functions // vim: set ts=4 sw=4 tw=99 noet:
* //
* (c) 2004, SidLuke // AMX Mod X, based on AMX Mod by Aleksander Naszko ("OLO").
* This file is provided as is (no warranties). // 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
//
// TSX Functions
//
#if defined _tsx_included #if defined _tsx_included
#endinput #endinput

View File

@ -1,10 +1,15 @@
/* Vault functions // vim: set ts=4 sw=4 tw=99 noet:
* //
* by the AMX Mod X Development Team // AMX Mod X, based on AMX Mod by Aleksander Naszko ("OLO").
* originally developed by OLO // Copyright (C) The AMX Mod X Development Team.
* //
* This file is provided as is (no warranties). // 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
//
// Vault Functions
//
#if defined _vault_included #if defined _vault_included
#endinput #endinput

View File

@ -1,9 +1,15 @@
/* Vector functions (now part of Core) // vim: set ts=4 sw=4 tw=99 noet:
* //
* by the AMX Mod X Development Team // AMX Mod X, based on AMX Mod by Aleksander Naszko ("OLO").
* // Copyright (C) The AMX Mod X Development Team.
* This file is provided as is (no warranties). //
*/ // 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
//
// Vector Functions
//
#if defined _corevector_included #if defined _corevector_included
#endinput #endinput

View File

@ -1,70 +1,52 @@
/* XS Library // vim: set ts=4 sw=4 tw=99 noet:
* for AMX and AMXX //
* // AMX Mod X, based on AMX Mod by Aleksander Naszko ("OLO").
* Copyright (C) 2004 Pavol "PM" Marko // Copyright (C) The AMX Mod X Development Team.
* // Copyright (C) 2004 Pavol "PM" Marko
* 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 // This software is licensed under the GNU General Public License, version 3 or higher.
* Free Software Foundation; either version 2 of the License, or (at // Additional exceptions apply. For full license details, see LICENSE.txt or visit:
* your option) any later version. // https://alliedmods.net/amxmodx-license
*
* This program is distributed in the hope that it will be useful, but //
* WITHOUT ANY WARRANTY; without even the implied warranty of // XS Library
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU // Version 0.1
* General Public License for more details. //
* // MACROS THAT YOU CAN DEFINE BEFORE INCLUDING XS.INC:
* You should have received a copy of the GNU General Public License // XS_FLEQ_TOLERANCE:
* along with this program; if not, write to the Free Software Foundation, // Tolerance that is used for XS_FLEQ float nearly-equal comparisions
* Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA // DEFAULT: 0.000005
* // XS_DEBUG
* In addition, as a special exception, the author gives permission to // Turn debug logging on
* link the code of this program with the Half-Life Game Engine ("HL // DEFAULT: 0
* Engine") and Modified Game Libraries ("MODs") developed by Valve, // XS_LOGBUFFER_SIZE
* L.L.C ("Valve"). You must obey the GNU General Public License in all // Buffer size for logging
* respects for all of the code used other than the HL Engine and MODs // DEFAULT: 512
* from Valve. If you modify this file, you may extend this exception // XS_TASK_MAXPARAMS
* to your version of the file, but you are not obligated to do so. If // Maximal parameter count for managed tasks
* you do not wish to do so, delete this exception statement from your // DEFAULT: 8
* version. // XS_TASK_MAXPARAMSIZE
* // Maximal size of string parameter for tasks
* Version 0.1 // Has to be power of 2 and has to be >= 8
* // DEFAULT: 512
* // XS_TASK_MANAGEDIDS
* MACROS THAT YOU CAN DEFINE BEFORE INCLUDING XS.INC: // Number of managed IDs for tasks.
* XS_FLEQ_TOLERANCE: // DEFAULT: 2048
* Tolerance that is used for XS_FLEQ float nearly-equal comparisions // XS_REPLACEBUF_SIZE
* DEFAULT: 0.000005 // DEFAULT: 3072
* XS_DEBUG //
* Turn debug logging on //
* DEFAULT: 0 // NOTES:
* XS_LOGBUFFER_SIZE // On AMX, VexdUM is required for some math functions
* Buffer size for logging //
* DEFAULT: 512 // xs__ / XS__ (2 underscores) stuff is meant to be intern
* XS_TASK_MAXPARAMS //
* Maximal parameter count for managed tasks // untested: never tested
* DEFAULT: 8 // half-tested: succesfully used in other applications; not extensively tested in xs though
* XS_TASK_MAXPARAMSIZE // tested: fully tested
* Maximal size of string parameter for tasks //
* Has to be power of 2 and has to be >= 8 // If you have any useful functions / ideas for functions, please tell me.
* DEFAULT: 512 //
* XS_TASK_MANAGEDIDS
* Number of managed IDs for tasks.
* DEFAULT: 2048
* XS_REPLACEBUF_SIZE
* DEFAULT: 3072
*
*
* NOTES:
* On AMX, VexdUM is required for some math functions
*
* xs__ / XS__ (2 underscores) stuff is meant to be intern
*
* untested: never tested
* half-tested: succesfully used in other applications; not extensively tested in xs though
* tested: fully tested
*
* If you have any useful functions / ideas for functions, please tell me.
*/
#if defined _xs_included #if defined _xs_included
#endinput #endinput

View File

@ -1,36 +1,15 @@
/* AMX Mod X // vim: set ts=4 sw=4 tw=99 noet:
* Nextmap Chooser Plugin //
* // AMX Mod X, based on AMX Mod by Aleksander Naszko ("OLO").
* by the AMX Mod X Development Team // Copyright (C) The AMX Mod X Development Team.
* originally developed by OLO //
* // This software is licensed under the GNU General Public License, version 3 or higher.
* This file is part of AMX Mod X. // Additional exceptions apply. For full license details, see LICENSE.txt or visit:
* // https://alliedmods.net/amxmodx-license
*
* 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 // Nextmap Chooser Plugin
* 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.
*/
#include <amxmodx> #include <amxmodx>
#include <amxmisc> #include <amxmisc>

View File

@ -1,36 +1,15 @@
/* AMX Mod X // vim: set ts=4 sw=4 tw=99 noet:
* Maps Menu Plugin //
* // AMX Mod X, based on AMX Mod by Aleksander Naszko ("OLO").
* by the AMX Mod X Development Team // Copyright (C) The AMX Mod X Development Team.
* originally developed by OLO //
* // This software is licensed under the GNU General Public License, version 3 or higher.
* This file is part of AMX Mod X. // Additional exceptions apply. For full license details, see LICENSE.txt or visit:
* // https://alliedmods.net/amxmodx-license
*
* 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 // Maps Menu Plugin
* 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.
*/
#include <amxmodx> #include <amxmodx>
#include <amxmisc> #include <amxmisc>

View File

@ -1,36 +1,15 @@
/* AMX Mod X // vim: set ts=4 sw=4 tw=99 noet:
* Menus Front-End Plugin //
* // AMX Mod X, based on AMX Mod by Aleksander Naszko ("OLO").
* by the AMX Mod X Development Team // Copyright (C) The AMX Mod X Development Team.
* originally developed by OLO //
* // This software is licensed under the GNU General Public License, version 3 or higher.
* This file is part of AMX Mod X. // Additional exceptions apply. For full license details, see LICENSE.txt or visit:
* // https://alliedmods.net/amxmodx-license
*
* 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 // Menus Front-End Plugin
* 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.
*/
#include <amxmodx> #include <amxmodx>
#include <amxmisc> #include <amxmisc>

View File

@ -1,35 +1,15 @@
/* AMX Mod X script. // vim: set ts=4 sw=4 tw=99 noet:
* Multilingual System Plugin //
* // AMX Mod X, based on AMX Mod by Aleksander Naszko ("OLO").
* by the AMX Mod X Development Team // Copyright (C) The AMX Mod X Development Team.
* //
* This file is part of AMX Mod X. // 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
* 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 // Multilingual System Plugin
* 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.
*/
#include <amxmodx> #include <amxmodx>
#include <amxmisc> #include <amxmisc>

View File

@ -1,36 +1,15 @@
/* AMX Mod X // vim: set ts=4 sw=4 tw=99 noet:
* NextMap Plugin //
* // AMX Mod X, based on AMX Mod by Aleksander Naszko ("OLO").
* by the AMX Mod X Development Team // Copyright (C) The AMX Mod X Development Team.
* originally developed by OLO //
* // This software is licensed under the GNU General Public License, version 3 or higher.
* This file is part of AMX Mod X. // Additional exceptions apply. For full license details, see LICENSE.txt or visit:
* // https://alliedmods.net/amxmodx-license
*
* 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 // NextMap Plugin
* 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.
*/
#include <amxmodx> #include <amxmodx>

View File

@ -1,35 +1,15 @@
/* AMX Mod X // vim: set ts=4 sw=4 tw=99 noet:
* Idle Player Remover //
* // AMX Mod X, based on AMX Mod by Aleksander Naszko ("OLO").
* by the AMX Mod X Development Team // Copyright (C) The AMX Mod X Development Team.
* //
* This file is part of AMX Mod X. // 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
* 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 // Idle Player Remover Plugin
* 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.
*/
#include <amxmodx> #include <amxmodx>
#include <amxmisc> #include <amxmisc>

View File

@ -1,36 +1,15 @@
/* AMX Mod X // vim: set ts=4 sw=4 tw=99 noet:
* Nextmap Chooser Plugin //
* // AMX Mod X, based on AMX Mod by Aleksander Naszko ("OLO").
* by the AMX Mod X Development Team // Copyright (C) The AMX Mod X Development Team.
* originally developed by OLO //
* // This software is licensed under the GNU General Public License, version 3 or higher.
* This file is part of AMX Mod X. // Additional exceptions apply. For full license details, see LICENSE.txt or visit:
* // https://alliedmods.net/amxmodx-license
*
* 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 // Nextmap Chooser Plugin
* 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.
*/
#include <amxmodx> #include <amxmodx>
#include <amxmisc> #include <amxmisc>

View File

@ -1,36 +1,15 @@
/* AMX Mod X // vim: set ts=4 sw=4 tw=99 noet:
* Natural-Selection NextMap Plugin //
* // AMX Mod X, based on AMX Mod by Aleksander Naszko ("OLO").
* by the AMX Mod X Development Team // Copyright (C) The AMX Mod X Development Team.
* originally developed by OLO //
* // This software is licensed under the GNU General Public License, version 3 or higher.
* This file is part of AMX Mod X. // Additional exceptions apply. For full license details, see LICENSE.txt or visit:
* // https://alliedmods.net/amxmodx-license
*
* 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 // Natural Selection NextMap Plugin
* 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.
*/
enum mapdata { enum mapdata {
NAME[32], NAME[32],

View File

@ -1,35 +1,15 @@
/* AMX Mod X // vim: set ts=4 sw=4 tw=99 noet:
* Natural-Selection Admin Commands Plugin //
* // AMX Mod X, based on AMX Mod by Aleksander Naszko ("OLO").
* by the AMX Mod X Development Team // Copyright (C) The AMX Mod X Development Team.
* //
* This file is part of AMX Mod X. // 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
* 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 // Natural Selection Admin Commands Plugin
* 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.
*/
#include <amxmodx> #include <amxmodx>
#include <amxmisc> #include <amxmisc>

View File

@ -1,36 +1,15 @@
/* AMX Mod X // vim: set ts=4 sw=4 tw=99 noet:
* Players Menu Plugin //
* // AMX Mod X, based on AMX Mod by Aleksander Naszko ("OLO").
* by the AMX Mod X Development Team // Copyright (C) The AMX Mod X Development Team.
* originally developed by OLO //
* // This software is licensed under the GNU General Public License, version 3 or higher.
* This file is part of AMX Mod X. // Additional exceptions apply. For full license details, see LICENSE.txt or visit:
* // https://alliedmods.net/amxmodx-license
*
* 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 // Players Menu Plugin
* 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.
*/
#include <amxmodx> #include <amxmodx>
#include <amxmisc> #include <amxmisc>

View File

@ -1,36 +1,15 @@
/* AMX Mod X // vim: set ts=4 sw=4 tw=99 noet:
* TimeLeft Plugin //
* // AMX Mod X, based on AMX Mod by Aleksander Naszko ("OLO").
* by the AMX Mod X Development Team // Copyright (C) The AMX Mod X Development Team.
* originally developed by OLO //
* // This software is licensed under the GNU General Public License, version 3 or higher.
* This file is part of AMX Mod X. // Additional exceptions apply. For full license details, see LICENSE.txt or visit:
* // https://alliedmods.net/amxmodx-license
*
* 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 // TimeLeft Plugin
* 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.
*/
#include <amxmodx> #include <amxmodx>

View File

@ -1,35 +1,15 @@
/* AMX Mod X // vim: set ts=4 sw=4 tw=99 noet:
* UnStuck Plugin //
* // AMX Mod X, based on AMX Mod by Aleksander Naszko ("OLO").
* by the AMX Mod X Development Team // Copyright (C) The AMX Mod X Development Team.
* //
* This file is part of AMX Mod X. // 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
* 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 // UnStuck Plugin
* 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.
*/
#include <amxmodx> #include <amxmodx>
#include <ns> #include <ns>

View File

@ -1,36 +1,15 @@
/* AMX Mod X // vim: set ts=4 sw=4 tw=99 noet:
* Pause Plugins Plugin //
* // AMX Mod X, based on AMX Mod by Aleksander Naszko ("OLO").
* by the AMX Mod X Development Team // Copyright (C) The AMX Mod X Development Team.
* originally developed by OLO //
* // This software is licensed under the GNU General Public License, version 3 or higher.
* This file is part of AMX Mod X. // Additional exceptions apply. For full license details, see LICENSE.txt or visit:
* // https://alliedmods.net/amxmodx-license
*
* 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 // Pause Plugins Plugin
* 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.
*/
#include <amxmodx> #include <amxmodx>
#include <amxmisc> #include <amxmisc>

View File

@ -1,36 +1,15 @@
/* AMX Mod X // vim: set ts=4 sw=4 tw=99 noet:
* Players Menu Plugin //
* // AMX Mod X, based on AMX Mod by Aleksander Naszko ("OLO").
* by the AMX Mod X Development Team // Copyright (C) The AMX Mod X Development Team.
* originally developed by OLO //
* // This software is licensed under the GNU General Public License, version 3 or higher.
* This file is part of AMX Mod X. // Additional exceptions apply. For full license details, see LICENSE.txt or visit:
* // https://alliedmods.net/amxmodx-license
*
* 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 // Players Menu Plugin
* 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.
*/
#include <amxmodx> #include <amxmodx>
#include <amxmisc> #include <amxmisc>

View File

@ -1,35 +1,15 @@
/* AMX Mod X // vim: set ts=4 sw=4 tw=99 noet:
* Plugin Cvar and Command Menu //
* // AMX Mod X, based on AMX Mod by Aleksander Naszko ("OLO").
* by the AMX Mod X Development Team // Copyright (C) The AMX Mod X Development Team.
* //
* This file is part of AMX Mod X. // 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
* 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 // Plugin Cvar and Command Menu
* 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.
*/
#include <amxmodx> #include <amxmodx>
#include <amxmisc> #include <amxmisc>

View File

@ -1,36 +1,15 @@
/* AMX Mod X // vim: set ts=4 sw=4 tw=99 noet:
* Scrolling Message Plugin //
* // AMX Mod X, based on AMX Mod by Aleksander Naszko ("OLO").
* by the AMX Mod X Development Team // Copyright (C) The AMX Mod X Development Team.
* originally developed by OLO //
* // This software is licensed under the GNU General Public License, version 3 or higher.
* This file is part of AMX Mod X. // Additional exceptions apply. For full license details, see LICENSE.txt or visit:
* // https://alliedmods.net/amxmodx-license
*
* 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 // Scrolling Message Plugin
* 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.
*/
#include <amxmodx> #include <amxmodx>
#include <amxmisc> #include <amxmisc>

View File

@ -1,36 +1,15 @@
/* AMX Mod X // vim: set ts=4 sw=4 tw=99 noet:
* Stats Configuration Plugin //
* // AMX Mod X, based on AMX Mod by Aleksander Naszko ("OLO").
* by the AMX Mod X Development Team // Copyright (C) The AMX Mod X Development Team.
* originally developed by OLO //
* // This software is licensed under the GNU General Public License, version 3 or higher.
* This file is part of AMX Mod X. // Additional exceptions apply. For full license details, see LICENSE.txt or visit:
* // https://alliedmods.net/amxmodx-license
*
* 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 // Stats Configuration Plugin
* 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.
*/
#include <amxmodx> #include <amxmodx>
#include <amxmisc> #include <amxmisc>

View File

@ -1,36 +1,15 @@
/* AMX Mod X // vim: set ts=4 sw=4 tw=99 noet:
* Teleport Menu Plugin //
* // AMX Mod X, based on AMX Mod by Aleksander Naszko ("OLO").
* by the AMX Mod X Development Team // Copyright (C) The AMX Mod X Development Team.
* originally developed by OLO //
* // This software is licensed under the GNU General Public License, version 3 or higher.
* This file is part of AMX Mod X. // Additional exceptions apply. For full license details, see LICENSE.txt or visit:
* // https://alliedmods.net/amxmodx-license
*
* 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 // Teleport Menu Plugin
* 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.
*/
#include <amxmodx> #include <amxmodx>
#include <amxmisc> #include <amxmisc>

View File

@ -1,3 +1,12 @@
// 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
#include <amxmodx> #include <amxmodx>
new __testnumber; new __testnumber;

View File

@ -1,3 +1,12 @@
// 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
#include <amxmodx> #include <amxmodx>
new __testnumber; new __testnumber;

View File

@ -1,3 +1,12 @@
// 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
#include <amxmodx> #include <amxmodx>
public plugin_init() public plugin_init()

View File

@ -1,3 +1,12 @@
// 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
#include <amxmodx> #include <amxmodx>
new failcount; new failcount;

View File

@ -1,3 +1,12 @@
// 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
#include <amxmodx> #include <amxmodx>
#include <fakemeta> #include <fakemeta>

View File

@ -1,3 +1,12 @@
// 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
#include <amxmodx> #include <amxmodx>
public plugin_init() public plugin_init()

View File

@ -1,3 +1,12 @@
// 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
#include <amxmodx> #include <amxmodx>
new g_forward new g_forward

View File

@ -1,3 +1,12 @@
// 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
#include <amxmodx> #include <amxmodx>
new g_id new g_id

View File

@ -1,3 +1,12 @@
// 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
#include <amxmodx> #include <amxmodx>
new g_BlockLog new g_BlockLog

View File

@ -1,3 +1,12 @@
// 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
#include <amxmodx> #include <amxmodx>
public plugin_init() public plugin_init()

Some files were not shown because too many files have changed in this diff Show More