updated header

This commit is contained in:
Felix Geyer 2004-02-21 19:36:35 +00:00
parent b6533c704b
commit 8c6374567a
58 changed files with 1762 additions and 1170 deletions

View File

@ -1,33 +1,33 @@
/* /* AMX Mod X
* Copyright (c) 2002-2003 Aleksander Naszko *
* * by the AMX Mod X Development Team
* This file is part of AMX Mod. * originally developed by OLO
* *
* AMX Mod 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 program is free software; you can redistribute it and/or modify it
* Free Software Foundation; either version 2 of the License, or (at * under the terms of the GNU General Public License as published by the
* your option) any later version. * Free Software Foundation; either version 2 of the License, or (at
* * your option) any later version.
* AMX Mod is distributed in the hope that it will be useful, but *
* WITHOUT ANY WARRANTY; without even the implied warranty of * This program is distributed in the hope that it will be useful, but
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * WITHOUT ANY WARRANTY; without even the implied warranty of
* General Public License for more details. * 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 AMX Mod; if not, write to the Free Software Foundation, * You should have received a copy of the GNU General Public License
* Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * 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 * In addition, as a special exception, the author gives permission to
* Engine") and Modified Game Libraries ("MODs") developed by Valve, * link the code of this program with the Half-Life Game Engine ("HL
* L.L.C ("Valve"). You must obey the GNU General Public License in all * Engine") and Modified Game Libraries ("MODs") developed by Valve,
* respects for all of the code used other than the HL Engine and MODs * L.L.C ("Valve"). You must obey the GNU General Public License in all
* from Valve. If you modify this file, you may extend this exception * respects for all of the code used other than the HL Engine and MODs
* to your version of the file, but you are not obligated to do so. If * from Valve. If you modify this file, you may extend this exception
* you do not wish to do so, delete this exception statement from your * to your version of the file, but you are not obligated to do so. If
* version. * you do not wish to do so, delete this exception statement from your
* * version.
*/ */
#include <extdll.h> #include <extdll.h>
#include <meta_api.h> #include <meta_api.h>

View File

@ -1,33 +1,33 @@
/* /* AMX Mod X
* Copyright (c) 2002-2003 Aleksander Naszko *
* * by the AMX Mod X Development Team
* This file is part of AMX Mod. * originally developed by OLO
* *
* AMX Mod 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 program is free software; you can redistribute it and/or modify it
* Free Software Foundation; either version 2 of the License, or (at * under the terms of the GNU General Public License as published by the
* your option) any later version. * Free Software Foundation; either version 2 of the License, or (at
* * your option) any later version.
* AMX Mod is distributed in the hope that it will be useful, but *
* WITHOUT ANY WARRANTY; without even the implied warranty of * This program is distributed in the hope that it will be useful, but
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * WITHOUT ANY WARRANTY; without even the implied warranty of
* General Public License for more details. * 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 AMX Mod; if not, write to the Free Software Foundation, * You should have received a copy of the GNU General Public License
* Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * 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 * In addition, as a special exception, the author gives permission to
* Engine") and Modified Game Libraries ("MODs") developed by Valve, * link the code of this program with the Half-Life Game Engine ("HL
* L.L.C ("Valve"). You must obey the GNU General Public License in all * Engine") and Modified Game Libraries ("MODs") developed by Valve,
* respects for all of the code used other than the HL Engine and MODs * L.L.C ("Valve"). You must obey the GNU General Public License in all
* from Valve. If you modify this file, you may extend this exception * respects for all of the code used other than the HL Engine and MODs
* to your version of the file, but you are not obligated to do so. If * from Valve. If you modify this file, you may extend this exception
* you do not wish to do so, delete this exception statement from your * to your version of the file, but you are not obligated to do so. If
* version. * you do not wish to do so, delete this exception statement from your
* * version.
*/ */
#ifndef COMMANDS_H #ifndef COMMANDS_H
#define COMMANDS_H #define COMMANDS_H

View File

@ -1,33 +1,33 @@
/* /* AMX Mod X
* Copyright (c) 2002-2003 Aleksander Naszko *
* * by the AMX Mod X Development Team
* This file is part of AMX Mod. * originally developed by OLO
* *
* AMX Mod 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 program is free software; you can redistribute it and/or modify it
* Free Software Foundation; either version 2 of the License, or (at * under the terms of the GNU General Public License as published by the
* your option) any later version. * Free Software Foundation; either version 2 of the License, or (at
* * your option) any later version.
* AMX Mod is distributed in the hope that it will be useful, but *
* WITHOUT ANY WARRANTY; without even the implied warranty of * This program is distributed in the hope that it will be useful, but
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * WITHOUT ANY WARRANTY; without even the implied warranty of
* General Public License for more details. * 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 AMX Mod; if not, write to the Free Software Foundation, * You should have received a copy of the GNU General Public License
* Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * 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 * In addition, as a special exception, the author gives permission to
* Engine") and Modified Game Libraries ("MODs") developed by Valve, * link the code of this program with the Half-Life Game Engine ("HL
* L.L.C ("Valve"). You must obey the GNU General Public License in all * Engine") and Modified Game Libraries ("MODs") developed by Valve,
* respects for all of the code used other than the HL Engine and MODs * L.L.C ("Valve"). You must obey the GNU General Public License in all
* from Valve. If you modify this file, you may extend this exception * respects for all of the code used other than the HL Engine and MODs
* to your version of the file, but you are not obligated to do so. If * from Valve. If you modify this file, you may extend this exception
* you do not wish to do so, delete this exception statement from your * to your version of the file, but you are not obligated to do so. If
* version. * you do not wish to do so, delete this exception statement from your
* * version.
*/ */
#include <extdll.h> #include <extdll.h>
#include <meta_api.h> #include <meta_api.h>

View File

@ -1,33 +1,33 @@
/* /* AMX Mod X
* Copyright (c) 2002-2003 Aleksander Naszko *
* * by the AMX Mod X Development Team
* This file is part of AMX Mod. * originally developed by OLO
* *
* AMX Mod 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 program is free software; you can redistribute it and/or modify it
* Free Software Foundation; either version 2 of the License, or (at * under the terms of the GNU General Public License as published by the
* your option) any later version. * Free Software Foundation; either version 2 of the License, or (at
* * your option) any later version.
* AMX Mod is distributed in the hope that it will be useful, but *
* WITHOUT ANY WARRANTY; without even the implied warranty of * This program is distributed in the hope that it will be useful, but
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * WITHOUT ANY WARRANTY; without even the implied warranty of
* General Public License for more details. * 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 AMX Mod; if not, write to the Free Software Foundation, * You should have received a copy of the GNU General Public License
* Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * 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 * In addition, as a special exception, the author gives permission to
* Engine") and Modified Game Libraries ("MODs") developed by Valve, * link the code of this program with the Half-Life Game Engine ("HL
* L.L.C ("Valve"). You must obey the GNU General Public License in all * Engine") and Modified Game Libraries ("MODs") developed by Valve,
* respects for all of the code used other than the HL Engine and MODs * L.L.C ("Valve"). You must obey the GNU General Public License in all
* from Valve. If you modify this file, you may extend this exception * respects for all of the code used other than the HL Engine and MODs
* to your version of the file, but you are not obligated to do so. If * from Valve. If you modify this file, you may extend this exception
* you do not wish to do so, delete this exception statement from your * to your version of the file, but you are not obligated to do so. If
* version. * you do not wish to do so, delete this exception statement from your
* * version.
*/ */
#ifndef EVENTS_H #ifndef EVENTS_H
#define EVENTS_H #define EVENTS_H

View File

@ -1,33 +1,33 @@
/* /* AMX Mod X
* Copyright (c) 2002-2003 Aleksander Naszko *
* * by the AMX Mod X Development Team
* This file is part of AMX Mod. * originally developed by OLO
* *
* AMX Mod 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 program is free software; you can redistribute it and/or modify it
* Free Software Foundation; either version 2 of the License, or (at * under the terms of the GNU General Public License as published by the
* your option) any later version. * Free Software Foundation; either version 2 of the License, or (at
* * your option) any later version.
* AMX Mod is distributed in the hope that it will be useful, but *
* WITHOUT ANY WARRANTY; without even the implied warranty of * This program is distributed in the hope that it will be useful, but
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * WITHOUT ANY WARRANTY; without even the implied warranty of
* General Public License for more details. * 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 AMX Mod; if not, write to the Free Software Foundation, * You should have received a copy of the GNU General Public License
* Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * 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 * In addition, as a special exception, the author gives permission to
* Engine") and Modified Game Libraries ("MODs") developed by Valve, * link the code of this program with the Half-Life Game Engine ("HL
* L.L.C ("Valve"). You must obey the GNU General Public License in all * Engine") and Modified Game Libraries ("MODs") developed by Valve,
* respects for all of the code used other than the HL Engine and MODs * L.L.C ("Valve"). You must obey the GNU General Public License in all
* from Valve. If you modify this file, you may extend this exception * respects for all of the code used other than the HL Engine and MODs
* to your version of the file, but you are not obligated to do so. If * from Valve. If you modify this file, you may extend this exception
* you do not wish to do so, delete this exception statement from your * to your version of the file, but you are not obligated to do so. If
* version. * you do not wish to do so, delete this exception statement from your
* * version.
*/ */
#include "CFile.h" #include "CFile.h"
#include <ctype.h> #include <ctype.h>

View File

@ -1,33 +1,33 @@
/* /* AMX Mod X
* Copyright (c) 2002-2003 Aleksander Naszko *
* * by the AMX Mod X Development Team
* This file is part of AMX Mod. * originally developed by OLO
* *
* AMX Mod 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 program is free software; you can redistribute it and/or modify it
* Free Software Foundation; either version 2 of the License, or (at * under the terms of the GNU General Public License as published by the
* your option) any later version. * Free Software Foundation; either version 2 of the License, or (at
* * your option) any later version.
* AMX Mod is distributed in the hope that it will be useful, but *
* WITHOUT ANY WARRANTY; without even the implied warranty of * This program is distributed in the hope that it will be useful, but
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * WITHOUT ANY WARRANTY; without even the implied warranty of
* General Public License for more details. * 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 AMX Mod; if not, write to the Free Software Foundation, * You should have received a copy of the GNU General Public License
* Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * 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 * In addition, as a special exception, the author gives permission to
* Engine") and Modified Game Libraries ("MODs") developed by Valve, * link the code of this program with the Half-Life Game Engine ("HL
* L.L.C ("Valve"). You must obey the GNU General Public License in all * Engine") and Modified Game Libraries ("MODs") developed by Valve,
* respects for all of the code used other than the HL Engine and MODs * L.L.C ("Valve"). You must obey the GNU General Public License in all
* from Valve. If you modify this file, you may extend this exception * respects for all of the code used other than the HL Engine and MODs
* to your version of the file, but you are not obligated to do so. If * from Valve. If you modify this file, you may extend this exception
* you do not wish to do so, delete this exception statement from your * to your version of the file, but you are not obligated to do so. If
* version. * you do not wish to do so, delete this exception statement from your
* * version.
*/ */
#include "CString.h" #include "CString.h"
#include <stdio.h> #include <stdio.h>

View File

@ -1,33 +1,33 @@
/* /* AMX Mod X
* Copyright (c) 2002-2003 Aleksander Naszko *
* * by the AMX Mod X Development Team
* This file is part of AMX Mod. * originally developed by OLO
* *
* AMX Mod 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 program is free software; you can redistribute it and/or modify it
* Free Software Foundation; either version 2 of the License, or (at * under the terms of the GNU General Public License as published by the
* your option) any later version. * Free Software Foundation; either version 2 of the License, or (at
* * your option) any later version.
* AMX Mod is distributed in the hope that it will be useful, but *
* WITHOUT ANY WARRANTY; without even the implied warranty of * This program is distributed in the hope that it will be useful, but
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * WITHOUT ANY WARRANTY; without even the implied warranty of
* General Public License for more details. * 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 AMX Mod; if not, write to the Free Software Foundation, * You should have received a copy of the GNU General Public License
* Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * 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 * In addition, as a special exception, the author gives permission to
* Engine") and Modified Game Libraries ("MODs") developed by Valve, * link the code of this program with the Half-Life Game Engine ("HL
* L.L.C ("Valve"). You must obey the GNU General Public License in all * Engine") and Modified Game Libraries ("MODs") developed by Valve,
* respects for all of the code used other than the HL Engine and MODs * L.L.C ("Valve"). You must obey the GNU General Public License in all
* from Valve. If you modify this file, you may extend this exception * respects for all of the code used other than the HL Engine and MODs
* to your version of the file, but you are not obligated to do so. If * from Valve. If you modify this file, you may extend this exception
* you do not wish to do so, delete this exception statement from your * to your version of the file, but you are not obligated to do so. If
* version. * you do not wish to do so, delete this exception statement from your
* * version.
*/ */
#include <extdll.h> #include <extdll.h>
#include <meta_api.h> #include <meta_api.h>

View File

@ -1,33 +1,33 @@
/* /* AMX Mod X
* Copyright (c) 2002-2003 Aleksander Naszko *
* * by the AMX Mod X Development Team
* This file is part of AMX Mod. * originally developed by OLO
* *
* AMX Mod 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 program is free software; you can redistribute it and/or modify it
* Free Software Foundation; either version 2 of the License, or (at * under the terms of the GNU General Public License as published by the
* your option) any later version. * Free Software Foundation; either version 2 of the License, or (at
* * your option) any later version.
* AMX Mod is distributed in the hope that it will be useful, but *
* WITHOUT ANY WARRANTY; without even the implied warranty of * This program is distributed in the hope that it will be useful, but
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * WITHOUT ANY WARRANTY; without even the implied warranty of
* General Public License for more details. * 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 AMX Mod; if not, write to the Free Software Foundation, * You should have received a copy of the GNU General Public License
* Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * 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 * In addition, as a special exception, the author gives permission to
* Engine") and Modified Game Libraries ("MODs") developed by Valve, * link the code of this program with the Half-Life Game Engine ("HL
* L.L.C ("Valve"). You must obey the GNU General Public License in all * Engine") and Modified Game Libraries ("MODs") developed by Valve,
* respects for all of the code used other than the HL Engine and MODs * L.L.C ("Valve"). You must obey the GNU General Public License in all
* from Valve. If you modify this file, you may extend this exception * respects for all of the code used other than the HL Engine and MODs
* to your version of the file, but you are not obligated to do so. If * from Valve. If you modify this file, you may extend this exception
* you do not wish to do so, delete this exception statement from your * to your version of the file, but you are not obligated to do so. If
* version. * you do not wish to do so, delete this exception statement from your
* * version.
*/ */
#ifndef FORWARD_H #ifndef FORWARD_H
#define FORWARD_H #define FORWARD_H

View File

@ -1,33 +1,33 @@
/* /* AMX Mod X
* Copyright (c) 2002-2003 Aleksander Naszko *
* * by the AMX Mod X Development Team
* This file is part of AMX Mod. * originally developed by OLO
* *
* AMX Mod 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 program is free software; you can redistribute it and/or modify it
* Free Software Foundation; either version 2 of the License, or (at * under the terms of the GNU General Public License as published by the
* your option) any later version. * Free Software Foundation; either version 2 of the License, or (at
* * your option) any later version.
* AMX Mod is distributed in the hope that it will be useful, but *
* WITHOUT ANY WARRANTY; without even the implied warranty of * This program is distributed in the hope that it will be useful, but
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * WITHOUT ANY WARRANTY; without even the implied warranty of
* General Public License for more details. * 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 AMX Mod; if not, write to the Free Software Foundation, * You should have received a copy of the GNU General Public License
* Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * 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 * In addition, as a special exception, the author gives permission to
* Engine") and Modified Game Libraries ("MODs") developed by Valve, * link the code of this program with the Half-Life Game Engine ("HL
* L.L.C ("Valve"). You must obey the GNU General Public License in all * Engine") and Modified Game Libraries ("MODs") developed by Valve,
* respects for all of the code used other than the HL Engine and MODs * L.L.C ("Valve"). You must obey the GNU General Public License in all
* from Valve. If you modify this file, you may extend this exception * respects for all of the code used other than the HL Engine and MODs
* to your version of the file, but you are not obligated to do so. If * from Valve. If you modify this file, you may extend this exception
* you do not wish to do so, delete this exception statement from your * to your version of the file, but you are not obligated to do so. If
* version. * you do not wish to do so, delete this exception statement from your
* * version.
*/ */
#ifndef CLIST_H #ifndef CLIST_H
#define CLIST_H #define CLIST_H

View File

@ -1,33 +1,33 @@
/* /* AMX Mod X
* Copyright (c) 2002-2003 Aleksander Naszko *
* * by the AMX Mod X Development Team
* This file is part of AMX Mod. * originally developed by OLO
* *
* AMX Mod 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 program is free software; you can redistribute it and/or modify it
* Free Software Foundation; either version 2 of the License, or (at * under the terms of the GNU General Public License as published by the
* your option) any later version. * Free Software Foundation; either version 2 of the License, or (at
* * your option) any later version.
* AMX Mod is distributed in the hope that it will be useful, but *
* WITHOUT ANY WARRANTY; without even the implied warranty of * This program is distributed in the hope that it will be useful, but
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * WITHOUT ANY WARRANTY; without even the implied warranty of
* General Public License for more details. * 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 AMX Mod; if not, write to the Free Software Foundation, * You should have received a copy of the GNU General Public License
* Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * 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 * In addition, as a special exception, the author gives permission to
* Engine") and Modified Game Libraries ("MODs") developed by Valve, * link the code of this program with the Half-Life Game Engine ("HL
* L.L.C ("Valve"). You must obey the GNU General Public License in all * Engine") and Modified Game Libraries ("MODs") developed by Valve,
* respects for all of the code used other than the HL Engine and MODs * L.L.C ("Valve"). You must obey the GNU General Public License in all
* from Valve. If you modify this file, you may extend this exception * respects for all of the code used other than the HL Engine and MODs
* to your version of the file, but you are not obligated to do so. If * from Valve. If you modify this file, you may extend this exception
* you do not wish to do so, delete this exception statement from your * to your version of the file, but you are not obligated to do so. If
* version. * you do not wish to do so, delete this exception statement from your
* * version.
*/ */
#include <extdll.h> #include <extdll.h>
#include <meta_api.h> #include <meta_api.h>

View File

@ -1,33 +1,33 @@
/* /* AMX Mod X
* Copyright (c) 2002-2003 Aleksander Naszko *
* * by the AMX Mod X Development Team
* This file is part of AMX Mod. * originally developed by OLO
* *
* AMX Mod 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 program is free software; you can redistribute it and/or modify it
* Free Software Foundation; either version 2 of the License, or (at * under the terms of the GNU General Public License as published by the
* your option) any later version. * Free Software Foundation; either version 2 of the License, or (at
* * your option) any later version.
* AMX Mod is distributed in the hope that it will be useful, but *
* WITHOUT ANY WARRANTY; without even the implied warranty of * This program is distributed in the hope that it will be useful, but
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * WITHOUT ANY WARRANTY; without even the implied warranty of
* General Public License for more details. * 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 AMX Mod; if not, write to the Free Software Foundation, * You should have received a copy of the GNU General Public License
* Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * 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 * In addition, as a special exception, the author gives permission to
* Engine") and Modified Game Libraries ("MODs") developed by Valve, * link the code of this program with the Half-Life Game Engine ("HL
* L.L.C ("Valve"). You must obey the GNU General Public License in all * Engine") and Modified Game Libraries ("MODs") developed by Valve,
* respects for all of the code used other than the HL Engine and MODs * L.L.C ("Valve"). You must obey the GNU General Public License in all
* from Valve. If you modify this file, you may extend this exception * respects for all of the code used other than the HL Engine and MODs
* to your version of the file, but you are not obligated to do so. If * from Valve. If you modify this file, you may extend this exception
* you do not wish to do so, delete this exception statement from your * to your version of the file, but you are not obligated to do so. If
* version. * you do not wish to do so, delete this exception statement from your
* * version.
*/ */
#ifndef LOGEVENTS_H #ifndef LOGEVENTS_H
#define LOGEVENTS_H #define LOGEVENTS_H

View File

@ -1,33 +1,33 @@
/* /* AMX Mod X
* Copyright (c) 2002-2003 Aleksander Naszko *
* * by the AMX Mod X Development Team
* This file is part of AMX Mod. * originally developed by OLO
* *
* AMX Mod 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 program is free software; you can redistribute it and/or modify it
* Free Software Foundation; either version 2 of the License, or (at * under the terms of the GNU General Public License as published by the
* your option) any later version. * Free Software Foundation; either version 2 of the License, or (at
* * your option) any later version.
* AMX Mod is distributed in the hope that it will be useful, but *
* WITHOUT ANY WARRANTY; without even the implied warranty of * This program is distributed in the hope that it will be useful, but
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * WITHOUT ANY WARRANTY; without even the implied warranty of
* General Public License for more details. * 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 AMX Mod; if not, write to the Free Software Foundation, * You should have received a copy of the GNU General Public License
* Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * 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 * In addition, as a special exception, the author gives permission to
* Engine") and Modified Game Libraries ("MODs") developed by Valve, * link the code of this program with the Half-Life Game Engine ("HL
* L.L.C ("Valve"). You must obey the GNU General Public License in all * Engine") and Modified Game Libraries ("MODs") developed by Valve,
* respects for all of the code used other than the HL Engine and MODs * L.L.C ("Valve"). You must obey the GNU General Public License in all
* from Valve. If you modify this file, you may extend this exception * respects for all of the code used other than the HL Engine and MODs
* to your version of the file, but you are not obligated to do so. If * from Valve. If you modify this file, you may extend this exception
* you do not wish to do so, delete this exception statement from your * to your version of the file, but you are not obligated to do so. If
* version. * you do not wish to do so, delete this exception statement from your
* * version.
*/ */
#include <extdll.h> #include <extdll.h>
#include <meta_api.h> #include <meta_api.h>

View File

@ -1,33 +1,33 @@
/* /* AMX Mod X
* Copyright (c) 2002-2003 Aleksander Naszko *
* * by the AMX Mod X Development Team
* This file is part of AMX Mod. * originally developed by OLO
* *
* AMX Mod 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 program is free software; you can redistribute it and/or modify it
* Free Software Foundation; either version 2 of the License, or (at * under the terms of the GNU General Public License as published by the
* your option) any later version. * Free Software Foundation; either version 2 of the License, or (at
* * your option) any later version.
* AMX Mod is distributed in the hope that it will be useful, but *
* WITHOUT ANY WARRANTY; without even the implied warranty of * This program is distributed in the hope that it will be useful, but
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * WITHOUT ANY WARRANTY; without even the implied warranty of
* General Public License for more details. * 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 AMX Mod; if not, write to the Free Software Foundation, * You should have received a copy of the GNU General Public License
* Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * 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 * In addition, as a special exception, the author gives permission to
* Engine") and Modified Game Libraries ("MODs") developed by Valve, * link the code of this program with the Half-Life Game Engine ("HL
* L.L.C ("Valve"). You must obey the GNU General Public License in all * Engine") and Modified Game Libraries ("MODs") developed by Valve,
* respects for all of the code used other than the HL Engine and MODs * L.L.C ("Valve"). You must obey the GNU General Public License in all
* from Valve. If you modify this file, you may extend this exception * respects for all of the code used other than the HL Engine and MODs
* to your version of the file, but you are not obligated to do so. If * from Valve. If you modify this file, you may extend this exception
* you do not wish to do so, delete this exception statement from your * to your version of the file, but you are not obligated to do so. If
* version. * you do not wish to do so, delete this exception statement from your
* * version.
*/ */
#ifndef MENUS_H #ifndef MENUS_H
#define MENUS_H #define MENUS_H

View File

@ -1,33 +1,33 @@
/* /* AMX Mod X
* Copyright (c) 2002-2003 Aleksander Naszko *
* * by the AMX Mod X Development Team
* This file is part of AMX Mod. * originally developed by OLO
* *
* AMX Mod 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 program is free software; you can redistribute it and/or modify it
* Free Software Foundation; either version 2 of the License, or (at * under the terms of the GNU General Public License as published by the
* your option) any later version. * Free Software Foundation; either version 2 of the License, or (at
* * your option) any later version.
* AMX Mod is distributed in the hope that it will be useful, but *
* WITHOUT ANY WARRANTY; without even the implied warranty of * This program is distributed in the hope that it will be useful, but
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * WITHOUT ANY WARRANTY; without even the implied warranty of
* General Public License for more details. * 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 AMX Mod; if not, write to the Free Software Foundation, * You should have received a copy of the GNU General Public License
* Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * 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 * In addition, as a special exception, the author gives permission to
* Engine") and Modified Game Libraries ("MODs") developed by Valve, * link the code of this program with the Half-Life Game Engine ("HL
* L.L.C ("Valve"). You must obey the GNU General Public License in all * Engine") and Modified Game Libraries ("MODs") developed by Valve,
* respects for all of the code used other than the HL Engine and MODs * L.L.C ("Valve"). You must obey the GNU General Public License in all
* from Valve. If you modify this file, you may extend this exception * respects for all of the code used other than the HL Engine and MODs
* to your version of the file, but you are not obligated to do so. If * from Valve. If you modify this file, you may extend this exception
* you do not wish to do so, delete this exception statement from your * to your version of the file, but you are not obligated to do so. If
* version. * you do not wish to do so, delete this exception statement from your
* * version.
*/ */
#include <extdll.h> #include <extdll.h>
#include <meta_api.h> #include <meta_api.h>

View File

@ -1,33 +1,33 @@
/* /* AMX Mod X
* Copyright (c) 2002-2003 Aleksander Naszko *
* * by the AMX Mod X Development Team
* This file is part of AMX Mod. * originally developed by OLO
* *
* AMX Mod 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 program is free software; you can redistribute it and/or modify it
* Free Software Foundation; either version 2 of the License, or (at * under the terms of the GNU General Public License as published by the
* your option) any later version. * Free Software Foundation; either version 2 of the License, or (at
* * your option) any later version.
* AMX Mod is distributed in the hope that it will be useful, but *
* WITHOUT ANY WARRANTY; without even the implied warranty of * This program is distributed in the hope that it will be useful, but
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * WITHOUT ANY WARRANTY; without even the implied warranty of
* General Public License for more details. * 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 AMX Mod; if not, write to the Free Software Foundation, * You should have received a copy of the GNU General Public License
* Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * 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 * In addition, as a special exception, the author gives permission to
* Engine") and Modified Game Libraries ("MODs") developed by Valve, * link the code of this program with the Half-Life Game Engine ("HL
* L.L.C ("Valve"). You must obey the GNU General Public License in all * Engine") and Modified Game Libraries ("MODs") developed by Valve,
* respects for all of the code used other than the HL Engine and MODs * L.L.C ("Valve"). You must obey the GNU General Public License in all
* from Valve. If you modify this file, you may extend this exception * respects for all of the code used other than the HL Engine and MODs
* to your version of the file, but you are not obligated to do so. If * from Valve. If you modify this file, you may extend this exception
* you do not wish to do so, delete this exception statement from your * to your version of the file, but you are not obligated to do so. If
* version. * you do not wish to do so, delete this exception statement from your
* * version.
*/ */
#ifndef CMISC_H #ifndef CMISC_H
#define CMISC_H #define CMISC_H

View File

@ -1,33 +1,33 @@
/* /* AMX Mod X
* Copyright (c) 2002-2003 Aleksander Naszko *
* * by the AMX Mod X Development Team
* This file is part of AMX Mod. * originally developed by OLO
* *
* AMX Mod 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 program is free software; you can redistribute it and/or modify it
* Free Software Foundation; either version 2 of the License, or (at * under the terms of the GNU General Public License as published by the
* your option) any later version. * Free Software Foundation; either version 2 of the License, or (at
* * your option) any later version.
* AMX Mod is distributed in the hope that it will be useful, but *
* WITHOUT ANY WARRANTY; without even the implied warranty of * This program is distributed in the hope that it will be useful, but
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * WITHOUT ANY WARRANTY; without even the implied warranty of
* General Public License for more details. * 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 AMX Mod; if not, write to the Free Software Foundation, * You should have received a copy of the GNU General Public License
* Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * 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 * In addition, as a special exception, the author gives permission to
* Engine") and Modified Game Libraries ("MODs") developed by Valve, * link the code of this program with the Half-Life Game Engine ("HL
* L.L.C ("Valve"). You must obey the GNU General Public License in all * Engine") and Modified Game Libraries ("MODs") developed by Valve,
* respects for all of the code used other than the HL Engine and MODs * L.L.C ("Valve"). You must obey the GNU General Public License in all
* from Valve. If you modify this file, you may extend this exception * respects for all of the code used other than the HL Engine and MODs
* to your version of the file, but you are not obligated to do so. If * from Valve. If you modify this file, you may extend this exception
* you do not wish to do so, delete this exception statement from your * to your version of the file, but you are not obligated to do so. If
* version. * you do not wish to do so, delete this exception statement from your
* * version.
*/ */
#include <extdll.h> #include <extdll.h>
#include <meta_api.h> #include <meta_api.h>

View File

@ -1,33 +1,33 @@
/* /* AMX Mod X
* Copyright (c) 2002-2003 Aleksander Naszko *
* * by the AMX Mod X Development Team
* This file is part of AMX Mod. * originally developed by OLO
* *
* AMX Mod 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 program is free software; you can redistribute it and/or modify it
* Free Software Foundation; either version 2 of the License, or (at * under the terms of the GNU General Public License as published by the
* your option) any later version. * Free Software Foundation; either version 2 of the License, or (at
* * your option) any later version.
* AMX Mod is distributed in the hope that it will be useful, but *
* WITHOUT ANY WARRANTY; without even the implied warranty of * This program is distributed in the hope that it will be useful, but
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * WITHOUT ANY WARRANTY; without even the implied warranty of
* General Public License for more details. * 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 AMX Mod; if not, write to the Free Software Foundation, * You should have received a copy of the GNU General Public License
* Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * 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 * In addition, as a special exception, the author gives permission to
* Engine") and Modified Game Libraries ("MODs") developed by Valve, * link the code of this program with the Half-Life Game Engine ("HL
* L.L.C ("Valve"). You must obey the GNU General Public License in all * Engine") and Modified Game Libraries ("MODs") developed by Valve,
* respects for all of the code used other than the HL Engine and MODs * L.L.C ("Valve"). You must obey the GNU General Public License in all
* from Valve. If you modify this file, you may extend this exception * respects for all of the code used other than the HL Engine and MODs
* to your version of the file, but you are not obligated to do so. If * from Valve. If you modify this file, you may extend this exception
* you do not wish to do so, delete this exception statement from your * to your version of the file, but you are not obligated to do so. If
* version. * you do not wish to do so, delete this exception statement from your
* * version.
*/ */
// ***************************************************** // *****************************************************
// class CModule // class CModule

View File

@ -1,33 +1,34 @@
/* /* AMX Mod X
* Copyright (c) 2002-2003 Aleksander Naszko *
* * by the AMX Mod X Development Team
* This file is part of AMX Mod. * originally developed by OLO
* *
* AMX Mod 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 program is free software; you can redistribute it and/or modify it
* Free Software Foundation; either version 2 of the License, or (at * under the terms of the GNU General Public License as published by the
* your option) any later version. * Free Software Foundation; either version 2 of the License, or (at
* * your option) any later version.
* AMX Mod is distributed in the hope that it will be useful, but *
* WITHOUT ANY WARRANTY; without even the implied warranty of * This program is distributed in the hope that it will be useful, but
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * WITHOUT ANY WARRANTY; without even the implied warranty of
* General Public License for more details. * 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 AMX Mod; if not, write to the Free Software Foundation, * You should have received a copy of the GNU General Public License
* Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * 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 * In addition, as a special exception, the author gives permission to
* Engine") and Modified Game Libraries ("MODs") developed by Valve, * link the code of this program with the Half-Life Game Engine ("HL
* L.L.C ("Valve"). You must obey the GNU General Public License in all * Engine") and Modified Game Libraries ("MODs") developed by Valve,
* respects for all of the code used other than the HL Engine and MODs * L.L.C ("Valve"). You must obey the GNU General Public License in all
* from Valve. If you modify this file, you may extend this exception * respects for all of the code used other than the HL Engine and MODs
* to your version of the file, but you are not obligated to do so. If * from Valve. If you modify this file, you may extend this exception
* you do not wish to do so, delete this exception statement from your * to your version of the file, but you are not obligated to do so. If
* version. * you do not wish to do so, delete this exception statement from your
* * version.
*/ */
#include <extdll.h> #include <extdll.h>
#include <meta_api.h> #include <meta_api.h>
#include "amxmod.h" #include "amxmod.h"

View File

@ -1,33 +1,34 @@
/* /* AMX Mod X
* Copyright (c) 2002-2003 Aleksander Naszko *
* * by the AMX Mod X Development Team
* This file is part of AMX Mod. * originally developed by OLO
* *
* AMX Mod 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 program is free software; you can redistribute it and/or modify it
* Free Software Foundation; either version 2 of the License, or (at * under the terms of the GNU General Public License as published by the
* your option) any later version. * Free Software Foundation; either version 2 of the License, or (at
* * your option) any later version.
* AMX Mod is distributed in the hope that it will be useful, but *
* WITHOUT ANY WARRANTY; without even the implied warranty of * This program is distributed in the hope that it will be useful, but
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * WITHOUT ANY WARRANTY; without even the implied warranty of
* General Public License for more details. * 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 AMX Mod; if not, write to the Free Software Foundation, * You should have received a copy of the GNU General Public License
* Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * 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 * In addition, as a special exception, the author gives permission to
* Engine") and Modified Game Libraries ("MODs") developed by Valve, * link the code of this program with the Half-Life Game Engine ("HL
* L.L.C ("Valve"). You must obey the GNU General Public License in all * Engine") and Modified Game Libraries ("MODs") developed by Valve,
* respects for all of the code used other than the HL Engine and MODs * L.L.C ("Valve"). You must obey the GNU General Public License in all
* from Valve. If you modify this file, you may extend this exception * respects for all of the code used other than the HL Engine and MODs
* to your version of the file, but you are not obligated to do so. If * from Valve. If you modify this file, you may extend this exception
* you do not wish to do so, delete this exception statement from your * to your version of the file, but you are not obligated to do so. If
* version. * you do not wish to do so, delete this exception statement from your
* * version.
*/ */
#ifndef PLUGIN_H #ifndef PLUGIN_H
#define PLUGIN_H #define PLUGIN_H

View File

@ -1,33 +1,33 @@
/* /* AMX Mod X
* Copyright (c) 2002-2003 Aleksander Naszko *
* * by the AMX Mod X Development Team
* This file is part of AMX Mod. * originally developed by OLO
* *
* AMX Mod 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 program is free software; you can redistribute it and/or modify it
* Free Software Foundation; either version 2 of the License, or (at * under the terms of the GNU General Public License as published by the
* your option) any later version. * Free Software Foundation; either version 2 of the License, or (at
* * your option) any later version.
* AMX Mod is distributed in the hope that it will be useful, but *
* WITHOUT ANY WARRANTY; without even the implied warranty of * This program is distributed in the hope that it will be useful, but
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * WITHOUT ANY WARRANTY; without even the implied warranty of
* General Public License for more details. * 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 AMX Mod; if not, write to the Free Software Foundation, * You should have received a copy of the GNU General Public License
* Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * 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 * In addition, as a special exception, the author gives permission to
* Engine") and Modified Game Libraries ("MODs") developed by Valve, * link the code of this program with the Half-Life Game Engine ("HL
* L.L.C ("Valve"). You must obey the GNU General Public License in all * Engine") and Modified Game Libraries ("MODs") developed by Valve,
* respects for all of the code used other than the HL Engine and MODs * L.L.C ("Valve"). You must obey the GNU General Public License in all
* from Valve. If you modify this file, you may extend this exception * respects for all of the code used other than the HL Engine and MODs
* to your version of the file, but you are not obligated to do so. If * from Valve. If you modify this file, you may extend this exception
* you do not wish to do so, delete this exception statement from your * to your version of the file, but you are not obligated to do so. If
* version. * you do not wish to do so, delete this exception statement from your
* * version.
*/ */
#include "CString.h" #include "CString.h"
#include "string.h" #include "string.h"

View File

@ -1,33 +1,33 @@
/* /* AMX Mod X
* Copyright (c) 2002-2003 Aleksander Naszko *
* * by the AMX Mod X Development Team
* This file is part of AMX Mod. * originally developed by OLO
* *
* AMX Mod 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 program is free software; you can redistribute it and/or modify it
* Free Software Foundation; either version 2 of the License, or (at * under the terms of the GNU General Public License as published by the
* your option) any later version. * Free Software Foundation; either version 2 of the License, or (at
* * your option) any later version.
* AMX Mod is distributed in the hope that it will be useful, but *
* WITHOUT ANY WARRANTY; without even the implied warranty of * This program is distributed in the hope that it will be useful, but
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * WITHOUT ANY WARRANTY; without even the implied warranty of
* General Public License for more details. * 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 AMX Mod; if not, write to the Free Software Foundation, * You should have received a copy of the GNU General Public License
* Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * 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 * In addition, as a special exception, the author gives permission to
* Engine") and Modified Game Libraries ("MODs") developed by Valve, * link the code of this program with the Half-Life Game Engine ("HL
* L.L.C ("Valve"). You must obey the GNU General Public License in all * Engine") and Modified Game Libraries ("MODs") developed by Valve,
* respects for all of the code used other than the HL Engine and MODs * L.L.C ("Valve"). You must obey the GNU General Public License in all
* from Valve. If you modify this file, you may extend this exception * respects for all of the code used other than the HL Engine and MODs
* to your version of the file, but you are not obligated to do so. If * from Valve. If you modify this file, you may extend this exception
* you do not wish to do so, delete this exception statement from your * to your version of the file, but you are not obligated to do so. If
* version. * you do not wish to do so, delete this exception statement from your
* * version.
*/ */
#ifndef STRING_CUSTOM_H #ifndef STRING_CUSTOM_H
#define STRING_CUSTOM_H #define STRING_CUSTOM_H

View File

@ -1,33 +1,33 @@
/* /* AMX Mod X
* Copyright (c) 2002-2003 Aleksander Naszko *
* * by the AMX Mod X Development Team
* This file is part of AMX Mod. * originally developed by OLO
* *
* AMX Mod 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 program is free software; you can redistribute it and/or modify it
* Free Software Foundation; either version 2 of the License, or (at * under the terms of the GNU General Public License as published by the
* your option) any later version. * Free Software Foundation; either version 2 of the License, or (at
* * your option) any later version.
* AMX Mod is distributed in the hope that it will be useful, but *
* WITHOUT ANY WARRANTY; without even the implied warranty of * This program is distributed in the hope that it will be useful, but
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * WITHOUT ANY WARRANTY; without even the implied warranty of
* General Public License for more details. * 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 AMX Mod; if not, write to the Free Software Foundation, * You should have received a copy of the GNU General Public License
* Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * 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 * In addition, as a special exception, the author gives permission to
* Engine") and Modified Game Libraries ("MODs") developed by Valve, * link the code of this program with the Half-Life Game Engine ("HL
* L.L.C ("Valve"). You must obey the GNU General Public License in all * Engine") and Modified Game Libraries ("MODs") developed by Valve,
* respects for all of the code used other than the HL Engine and MODs * L.L.C ("Valve"). You must obey the GNU General Public License in all
* from Valve. If you modify this file, you may extend this exception * respects for all of the code used other than the HL Engine and MODs
* to your version of the file, but you are not obligated to do so. If * from Valve. If you modify this file, you may extend this exception
* you do not wish to do so, delete this exception statement from your * to your version of the file, but you are not obligated to do so. If
* version. * you do not wish to do so, delete this exception statement from your
* * version.
*/ */
#include <extdll.h> #include <extdll.h>
#include <meta_api.h> #include <meta_api.h>

View File

@ -1,33 +1,33 @@
/* /* AMX Mod X
* Copyright (c) 2002-2003 Aleksander Naszko *
* * by the AMX Mod X Development Team
* This file is part of AMX Mod. * originally developed by OLO
* *
* AMX Mod 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 program is free software; you can redistribute it and/or modify it
* Free Software Foundation; either version 2 of the License, or (at * under the terms of the GNU General Public License as published by the
* your option) any later version. * Free Software Foundation; either version 2 of the License, or (at
* * your option) any later version.
* AMX Mod is distributed in the hope that it will be useful, but *
* WITHOUT ANY WARRANTY; without even the implied warranty of * This program is distributed in the hope that it will be useful, but
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * WITHOUT ANY WARRANTY; without even the implied warranty of
* General Public License for more details. * 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 AMX Mod; if not, write to the Free Software Foundation, * You should have received a copy of the GNU General Public License
* Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * 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 * In addition, as a special exception, the author gives permission to
* Engine") and Modified Game Libraries ("MODs") developed by Valve, * link the code of this program with the Half-Life Game Engine ("HL
* L.L.C ("Valve"). You must obey the GNU General Public License in all * Engine") and Modified Game Libraries ("MODs") developed by Valve,
* respects for all of the code used other than the HL Engine and MODs * L.L.C ("Valve"). You must obey the GNU General Public License in all
* from Valve. If you modify this file, you may extend this exception * respects for all of the code used other than the HL Engine and MODs
* to your version of the file, but you are not obligated to do so. If * from Valve. If you modify this file, you may extend this exception
* you do not wish to do so, delete this exception statement from your * to your version of the file, but you are not obligated to do so. If
* version. * you do not wish to do so, delete this exception statement from your
* * version.
*/ */
#ifndef CTASK_H #ifndef CTASK_H
#define CTASK_H #define CTASK_H

View File

@ -1,33 +1,33 @@
/* /* AMX Mod X
* Copyright (c) 2002-2003 Aleksander Naszko *
* * by the AMX Mod X Development Team
* This file is part of AMX Mod. * originally developed by OLO
* *
* AMX Mod 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 program is free software; you can redistribute it and/or modify it
* Free Software Foundation; either version 2 of the License, or (at * under the terms of the GNU General Public License as published by the
* your option) any later version. * Free Software Foundation; either version 2 of the License, or (at
* * your option) any later version.
* AMX Mod is distributed in the hope that it will be useful, but *
* WITHOUT ANY WARRANTY; without even the implied warranty of * This program is distributed in the hope that it will be useful, but
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * WITHOUT ANY WARRANTY; without even the implied warranty of
* General Public License for more details. * 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 AMX Mod; if not, write to the Free Software Foundation, * You should have received a copy of the GNU General Public License
* Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * 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 * In addition, as a special exception, the author gives permission to
* Engine") and Modified Game Libraries ("MODs") developed by Valve, * link the code of this program with the Half-Life Game Engine ("HL
* L.L.C ("Valve"). You must obey the GNU General Public License in all * Engine") and Modified Game Libraries ("MODs") developed by Valve,
* respects for all of the code used other than the HL Engine and MODs * L.L.C ("Valve"). You must obey the GNU General Public License in all
* from Valve. If you modify this file, you may extend this exception * respects for all of the code used other than the HL Engine and MODs
* to your version of the file, but you are not obligated to do so. If * from Valve. If you modify this file, you may extend this exception
* you do not wish to do so, delete this exception statement from your * to your version of the file, but you are not obligated to do so. If
* version. * you do not wish to do so, delete this exception statement from your
* * version.
*/ */
#include "CVault.h" #include "CVault.h"
#include "CFile.h" #include "CFile.h"

View File

@ -1,33 +1,33 @@
/* /* AMX Mod X
* Copyright (c) 2002-2003 Aleksander Naszko *
* * by the AMX Mod X Development Team
* This file is part of AMX Mod. * originally developed by OLO
* *
* AMX Mod 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 program is free software; you can redistribute it and/or modify it
* Free Software Foundation; either version 2 of the License, or (at * under the terms of the GNU General Public License as published by the
* your option) any later version. * Free Software Foundation; either version 2 of the License, or (at
* * your option) any later version.
* AMX Mod is distributed in the hope that it will be useful, but *
* WITHOUT ANY WARRANTY; without even the implied warranty of * This program is distributed in the hope that it will be useful, but
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * WITHOUT ANY WARRANTY; without even the implied warranty of
* General Public License for more details. * 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 AMX Mod; if not, write to the Free Software Foundation, * You should have received a copy of the GNU General Public License
* Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * 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 * In addition, as a special exception, the author gives permission to
* Engine") and Modified Game Libraries ("MODs") developed by Valve, * link the code of this program with the Half-Life Game Engine ("HL
* L.L.C ("Valve"). You must obey the GNU General Public License in all * Engine") and Modified Game Libraries ("MODs") developed by Valve,
* respects for all of the code used other than the HL Engine and MODs * L.L.C ("Valve"). You must obey the GNU General Public License in all
* from Valve. If you modify this file, you may extend this exception * respects for all of the code used other than the HL Engine and MODs
* to your version of the file, but you are not obligated to do so. If * from Valve. If you modify this file, you may extend this exception
* you do not wish to do so, delete this exception statement from your * to your version of the file, but you are not obligated to do so. If
* version. * you do not wish to do so, delete this exception statement from your
* * version.
*/ */
#ifndef VAULT_CUSTOM_H #ifndef VAULT_CUSTOM_H
#define VAULT_CUSTOM_H #define VAULT_CUSTOM_H

View File

@ -1,33 +1,33 @@
/* /* AMX Mod X
* Copyright (c) 2002-2003 Aleksander Naszko *
* * by the AMX Mod X Development Team
* This file is part of AMX Mod. * originally developed by OLO
* *
* AMX Mod 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 program is free software; you can redistribute it and/or modify it
* Free Software Foundation; either version 2 of the License, or (at * under the terms of the GNU General Public License as published by the
* your option) any later version. * Free Software Foundation; either version 2 of the License, or (at
* * your option) any later version.
* AMX Mod is distributed in the hope that it will be useful, but *
* WITHOUT ANY WARRANTY; without even the implied warranty of * This program is distributed in the hope that it will be useful, but
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * WITHOUT ANY WARRANTY; without even the implied warranty of
* General Public License for more details. * 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 AMX Mod; if not, write to the Free Software Foundation, * You should have received a copy of the GNU General Public License
* Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * 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 * In addition, as a special exception, the author gives permission to
* Engine") and Modified Game Libraries ("MODs") developed by Valve, * link the code of this program with the Half-Life Game Engine ("HL
* L.L.C ("Valve"). You must obey the GNU General Public License in all * Engine") and Modified Game Libraries ("MODs") developed by Valve,
* respects for all of the code used other than the HL Engine and MODs * L.L.C ("Valve"). You must obey the GNU General Public License in all
* from Valve. If you modify this file, you may extend this exception * respects for all of the code used other than the HL Engine and MODs
* to your version of the file, but you are not obligated to do so. If * from Valve. If you modify this file, you may extend this exception
* you do not wish to do so, delete this exception statement from your * to your version of the file, but you are not obligated to do so. If
* version. * you do not wish to do so, delete this exception statement from your
* * version.
*/ */
#include <extdll.h> #include <extdll.h>
#include <meta_api.h> #include <meta_api.h>

View File

@ -1,33 +1,33 @@
/* /* AMX Mod X
* Copyright (c) 2002-2003 Aleksander Naszko *
* * by the AMX Mod X Development Team
* This file is part of AMX Mod. * originally developed by OLO
* *
* AMX Mod 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 program is free software; you can redistribute it and/or modify it
* Free Software Foundation; either version 2 of the License, or (at * under the terms of the GNU General Public License as published by the
* your option) any later version. * Free Software Foundation; either version 2 of the License, or (at
* * your option) any later version.
* AMX Mod is distributed in the hope that it will be useful, but *
* WITHOUT ANY WARRANTY; without even the implied warranty of * This program is distributed in the hope that it will be useful, but
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * WITHOUT ANY WARRANTY; without even the implied warranty of
* General Public License for more details. * 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 AMX Mod; if not, write to the Free Software Foundation, * You should have received a copy of the GNU General Public License
* Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * 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 * In addition, as a special exception, the author gives permission to
* Engine") and Modified Game Libraries ("MODs") developed by Valve, * link the code of this program with the Half-Life Game Engine ("HL
* L.L.C ("Valve"). You must obey the GNU General Public License in all * Engine") and Modified Game Libraries ("MODs") developed by Valve,
* respects for all of the code used other than the HL Engine and MODs * L.L.C ("Valve"). You must obey the GNU General Public License in all
* from Valve. If you modify this file, you may extend this exception * respects for all of the code used other than the HL Engine and MODs
* to your version of the file, but you are not obligated to do so. If * from Valve. If you modify this file, you may extend this exception
* you do not wish to do so, delete this exception statement from your * to your version of the file, but you are not obligated to do so. If
* version. * you do not wish to do so, delete this exception statement from your
* * version.
*/ */
#ifndef AMXMOD_H #ifndef AMXMOD_H
#define AMXMOD_H #define AMXMOD_H

View File

@ -1,33 +1,33 @@
/* /* AMX Mod X
* Copyright (c) 2002-2003 Aleksander Naszko *
* * by the AMX Mod X Development Team
* This file is part of AMX Mod. * originally developed by OLO
* *
* AMX Mod 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 program is free software; you can redistribute it and/or modify it
* Free Software Foundation; either version 2 of the License, or (at * under the terms of the GNU General Public License as published by the
* your option) any later version. * Free Software Foundation; either version 2 of the License, or (at
* * your option) any later version.
* AMX Mod is distributed in the hope that it will be useful, but *
* WITHOUT ANY WARRANTY; without even the implied warranty of * This program is distributed in the hope that it will be useful, but
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * WITHOUT ANY WARRANTY; without even the implied warranty of
* General Public License for more details. * 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 AMX Mod; if not, write to the Free Software Foundation, * You should have received a copy of the GNU General Public License
* Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * 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 * In addition, as a special exception, the author gives permission to
* Engine") and Modified Game Libraries ("MODs") developed by Valve, * link the code of this program with the Half-Life Game Engine ("HL
* L.L.C ("Valve"). You must obey the GNU General Public License in all * Engine") and Modified Game Libraries ("MODs") developed by Valve,
* respects for all of the code used other than the HL Engine and MODs * L.L.C ("Valve"). You must obey the GNU General Public License in all
* from Valve. If you modify this file, you may extend this exception * respects for all of the code used other than the HL Engine and MODs
* to your version of the file, but you are not obligated to do so. If * from Valve. If you modify this file, you may extend this exception
* you do not wish to do so, delete this exception statement from your * to your version of the file, but you are not obligated to do so. If
* version. * you do not wish to do so, delete this exception statement from your
* * version.
*/ */
#include <extdll.h> #include <extdll.h>
#include <meta_api.h> #include <meta_api.h>

View File

@ -1,33 +1,33 @@
/* /* AMX Mod X
* Copyright (c) 2002-2003 Aleksander Naszko *
* * by the AMX Mod X Development Team
* This file is part of AMX Mod. * originally developed by OLO
* *
* AMX Mod 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 program is free software; you can redistribute it and/or modify it
* Free Software Foundation; either version 2 of the License, or (at * under the terms of the GNU General Public License as published by the
* your option) any later version. * Free Software Foundation; either version 2 of the License, or (at
* * your option) any later version.
* AMX Mod is distributed in the hope that it will be useful, but *
* WITHOUT ANY WARRANTY; without even the implied warranty of * This program is distributed in the hope that it will be useful, but
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * WITHOUT ANY WARRANTY; without even the implied warranty of
* General Public License for more details. * 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 AMX Mod; if not, write to the Free Software Foundation, * You should have received a copy of the GNU General Public License
* Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * 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 * In addition, as a special exception, the author gives permission to
* Engine") and Modified Game Libraries ("MODs") developed by Valve, * link the code of this program with the Half-Life Game Engine ("HL
* L.L.C ("Valve"). You must obey the GNU General Public License in all * Engine") and Modified Game Libraries ("MODs") developed by Valve,
* respects for all of the code used other than the HL Engine and MODs * L.L.C ("Valve"). You must obey the GNU General Public License in all
* from Valve. If you modify this file, you may extend this exception * respects for all of the code used other than the HL Engine and MODs
* to your version of the file, but you are not obligated to do so. If * from Valve. If you modify this file, you may extend this exception
* you do not wish to do so, delete this exception statement from your * to your version of the file, but you are not obligated to do so. If
* version. * you do not wish to do so, delete this exception statement from your
* * version.
*/ */
// intptr_t // intptr_t
#ifdef _MSC_VER #ifdef _MSC_VER

View File

@ -1,33 +1,33 @@
/* /* AMX Mod X
* Copyright (c) 2002-2003 Aleksander Naszko *
* * by the AMX Mod X Development Team
* This file is part of AMX Mod. * originally developed by OLO
* *
* AMX Mod 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 program is free software; you can redistribute it and/or modify it
* Free Software Foundation; either version 2 of the License, or (at * under the terms of the GNU General Public License as published by the
* your option) any later version. * Free Software Foundation; either version 2 of the License, or (at
* * your option) any later version.
* AMX Mod is distributed in the hope that it will be useful, but *
* WITHOUT ANY WARRANTY; without even the implied warranty of * This program is distributed in the hope that it will be useful, but
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * WITHOUT ANY WARRANTY; without even the implied warranty of
* General Public License for more details. * 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 AMX Mod; if not, write to the Free Software Foundation, * You should have received a copy of the GNU General Public License
* Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * 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 * In addition, as a special exception, the author gives permission to
* Engine") and Modified Game Libraries ("MODs") developed by Valve, * link the code of this program with the Half-Life Game Engine ("HL
* L.L.C ("Valve"). You must obey the GNU General Public License in all * Engine") and Modified Game Libraries ("MODs") developed by Valve,
* respects for all of the code used other than the HL Engine and MODs * L.L.C ("Valve"). You must obey the GNU General Public License in all
* from Valve. If you modify this file, you may extend this exception * respects for all of the code used other than the HL Engine and MODs
* to your version of the file, but you are not obligated to do so. If * from Valve. If you modify this file, you may extend this exception
* you do not wish to do so, delete this exception statement from your * to your version of the file, but you are not obligated to do so. If
* version. * you do not wish to do so, delete this exception statement from your
* * version.
*/ */
#include <extdll.h> #include <extdll.h>
#include <meta_api.h> #include <meta_api.h>

View File

@ -1,33 +1,33 @@
/* /* AMX Mod X
* Copyright (c) 2002-2003 Aleksander Naszko *
* * by the AMX Mod X Development Team
* This file is part of AMX Mod. * originally developed by OLO
* *
* AMX Mod 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 program is free software; you can redistribute it and/or modify it
* Free Software Foundation; either version 2 of the License, or (at * under the terms of the GNU General Public License as published by the
* your option) any later version. * Free Software Foundation; either version 2 of the License, or (at
* * your option) any later version.
* AMX Mod is distributed in the hope that it will be useful, but *
* WITHOUT ANY WARRANTY; without even the implied warranty of * This program is distributed in the hope that it will be useful, but
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * WITHOUT ANY WARRANTY; without even the implied warranty of
* General Public License for more details. * 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 AMX Mod; if not, write to the Free Software Foundation, * You should have received a copy of the GNU General Public License
* Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * 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 * In addition, as a special exception, the author gives permission to
* Engine") and Modified Game Libraries ("MODs") developed by Valve, * link the code of this program with the Half-Life Game Engine ("HL
* L.L.C ("Valve"). You must obey the GNU General Public License in all * Engine") and Modified Game Libraries ("MODs") developed by Valve,
* respects for all of the code used other than the HL Engine and MODs * L.L.C ("Valve"). You must obey the GNU General Public License in all
* from Valve. If you modify this file, you may extend this exception * respects for all of the code used other than the HL Engine and MODs
* to your version of the file, but you are not obligated to do so. If * from Valve. If you modify this file, you may extend this exception
* you do not wish to do so, delete this exception statement from your * to your version of the file, but you are not obligated to do so. If
* version. * you do not wish to do so, delete this exception statement from your
* * version.
*/ */
#ifndef __MODULES_H__ #ifndef __MODULES_H__
#define __MODULES_H__ #define __MODULES_H__

View File

@ -1,33 +1,33 @@
/* /* AMX Mod X
* Copyright (c) 2002-2003 Aleksander Naszko *
* * by the AMX Mod X Development Team
* This file is part of AMX Mod. * originally developed by OLO
* *
* AMX Mod 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 program is free software; you can redistribute it and/or modify it
* Free Software Foundation; either version 2 of the License, or (at * under the terms of the GNU General Public License as published by the
* your option) any later version. * Free Software Foundation; either version 2 of the License, or (at
* * your option) any later version.
* AMX Mod is distributed in the hope that it will be useful, but *
* WITHOUT ANY WARRANTY; without even the implied warranty of * This program is distributed in the hope that it will be useful, but
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * WITHOUT ANY WARRANTY; without even the implied warranty of
* General Public License for more details. * 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 AMX Mod; if not, write to the Free Software Foundation, * You should have received a copy of the GNU General Public License
* Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * 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 * In addition, as a special exception, the author gives permission to
* Engine") and Modified Game Libraries ("MODs") developed by Valve, * link the code of this program with the Half-Life Game Engine ("HL
* L.L.C ("Valve"). You must obey the GNU General Public License in all * Engine") and Modified Game Libraries ("MODs") developed by Valve,
* respects for all of the code used other than the HL Engine and MODs * L.L.C ("Valve"). You must obey the GNU General Public License in all
* from Valve. If you modify this file, you may extend this exception * respects for all of the code used other than the HL Engine and MODs
* to your version of the file, but you are not obligated to do so. If * from Valve. If you modify this file, you may extend this exception
* you do not wish to do so, delete this exception statement from your * to your version of the file, but you are not obligated to do so. If
* version. * you do not wish to do so, delete this exception statement from your
* * version.
*/ */
#include <extdll.h> #include <extdll.h>
#include <meta_api.h> #include <meta_api.h>

View File

@ -1,33 +1,33 @@
/* /* AMX Mod X
* Copyright (c) 2002-2003 Aleksander Naszko *
* * by the AMX Mod X Development Team
* This file is part of AMX Mod. * originally developed by OLO
* *
* AMX Mod 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 program is free software; you can redistribute it and/or modify it
* Free Software Foundation; either version 2 of the License, or (at * under the terms of the GNU General Public License as published by the
* your option) any later version. * Free Software Foundation; either version 2 of the License, or (at
* * your option) any later version.
* AMX Mod is distributed in the hope that it will be useful, but *
* WITHOUT ANY WARRANTY; without even the implied warranty of * This program is distributed in the hope that it will be useful, but
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * WITHOUT ANY WARRANTY; without even the implied warranty of
* General Public License for more details. * 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 AMX Mod; if not, write to the Free Software Foundation, * You should have received a copy of the GNU General Public License
* Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * 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 * In addition, as a special exception, the author gives permission to
* Engine") and Modified Game Libraries ("MODs") developed by Valve, * link the code of this program with the Half-Life Game Engine ("HL
* L.L.C ("Valve"). You must obey the GNU General Public License in all * Engine") and Modified Game Libraries ("MODs") developed by Valve,
* respects for all of the code used other than the HL Engine and MODs * L.L.C ("Valve"). You must obey the GNU General Public License in all
* from Valve. If you modify this file, you may extend this exception * respects for all of the code used other than the HL Engine and MODs
* to your version of the file, but you are not obligated to do so. If * from Valve. If you modify this file, you may extend this exception
* you do not wish to do so, delete this exception statement from your * to your version of the file, but you are not obligated to do so. If
* version. * you do not wish to do so, delete this exception statement from your
* * version.
*/ */
#include <extdll.h> #include <extdll.h>
#include <meta_api.h> #include <meta_api.h>

View File

@ -1,33 +1,33 @@
/* /* AMX Mod X
* Copyright (c) 2002-2003 Aleksander Naszko *
* * by the AMX Mod X Development Team
* This file is part of AMX Mod. * originally developed by OLO
* *
* AMX Mod 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 program is free software; you can redistribute it and/or modify it
* Free Software Foundation; either version 2 of the License, or (at * under the terms of the GNU General Public License as published by the
* your option) any later version. * Free Software Foundation; either version 2 of the License, or (at
* * your option) any later version.
* AMX Mod is distributed in the hope that it will be useful, but *
* WITHOUT ANY WARRANTY; without even the implied warranty of * This program is distributed in the hope that it will be useful, but
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * WITHOUT ANY WARRANTY; without even the implied warranty of
* General Public License for more details. * 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 AMX Mod; if not, write to the Free Software Foundation, * You should have received a copy of the GNU General Public License
* Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * 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 * In addition, as a special exception, the author gives permission to
* Engine") and Modified Game Libraries ("MODs") developed by Valve, * link the code of this program with the Half-Life Game Engine ("HL
* L.L.C ("Valve"). You must obey the GNU General Public License in all * Engine") and Modified Game Libraries ("MODs") developed by Valve,
* respects for all of the code used other than the HL Engine and MODs * L.L.C ("Valve"). You must obey the GNU General Public License in all
* from Valve. If you modify this file, you may extend this exception * respects for all of the code used other than the HL Engine and MODs
* to your version of the file, but you are not obligated to do so. If * from Valve. If you modify this file, you may extend this exception
* you do not wish to do so, delete this exception statement from your * to your version of the file, but you are not obligated to do so. If
* version. * you do not wish to do so, delete this exception statement from your
* * version.
*/ */
#include <extdll.h> #include <extdll.h>
#include <meta_api.h> #include <meta_api.h>

View File

@ -1,33 +1,33 @@
/* /* AMX Mod X
* Copyright (c) 2002-2003 Aleksander Naszko *
* * by the AMX Mod X Development Team
* This file is part of AMX Mod. * originally developed by OLO
* *
* AMX Mod 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 program is free software; you can redistribute it and/or modify it
* Free Software Foundation; either version 2 of the License, or (at * under the terms of the GNU General Public License as published by the
* your option) any later version. * Free Software Foundation; either version 2 of the License, or (at
* * your option) any later version.
* AMX Mod is distributed in the hope that it will be useful, but *
* WITHOUT ANY WARRANTY; without even the implied warranty of * This program is distributed in the hope that it will be useful, but
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * WITHOUT ANY WARRANTY; without even the implied warranty of
* General Public License for more details. * 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 AMX Mod; if not, write to the Free Software Foundation, * You should have received a copy of the GNU General Public License
* Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * 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 * In addition, as a special exception, the author gives permission to
* Engine") and Modified Game Libraries ("MODs") developed by Valve, * link the code of this program with the Half-Life Game Engine ("HL
* L.L.C ("Valve"). You must obey the GNU General Public License in all * Engine") and Modified Game Libraries ("MODs") developed by Valve,
* respects for all of the code used other than the HL Engine and MODs * L.L.C ("Valve"). You must obey the GNU General Public License in all
* from Valve. If you modify this file, you may extend this exception * respects for all of the code used other than the HL Engine and MODs
* to your version of the file, but you are not obligated to do so. If * from Valve. If you modify this file, you may extend this exception
* you do not wish to do so, delete this exception statement from your * to your version of the file, but you are not obligated to do so. If
* version. * you do not wish to do so, delete this exception statement from your
* * version.
*/ */
#include <extdll.h> #include <extdll.h>
#include <meta_api.h> #include <meta_api.h>

View File

@ -1,9 +1,35 @@
/* AMX Mod X script. /* AMX Mod X script.
* Admin Base Plugin
* *
* (c) 2002-2004, OLO * by the AMX Mod X Development Team
* modified by the AMX Mod X Development Team * originally developed by OLO
* *
* This file is provided as is (no warranties). * This file is part of AMX Mod X.
*
*
* This program is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License as published by the
* Free Software Foundation; either version 2 of the License, or (at
* your option) any later version.
*
* This program is distributed in the hope that it will be useful, but
* WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software Foundation,
* Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*
* In addition, as a special exception, the author gives permission to
* link the code of this program with the Half-Life Game Engine ("HL
* Engine") and Modified Game Libraries ("MODs") developed by Valve,
* L.L.C ("Valve"). You must obey the GNU General Public License in all
* respects for all of the code used other than the HL Engine and MODs
* from Valve. If you modify this file, you may extend this exception
* to your version of the file, but you are not obligated to do so. If
* you do not wish to do so, delete this exception statement from your
* version.
*/ */
#include <amxmod> #include <amxmod>
@ -23,7 +49,7 @@ new g_cmdLoopback[16]
public plugin_init() public plugin_init()
{ {
register_plugin("Admin Base","0.1","default") register_plugin("Admin Base",AMX_VERSION_STR,"AMXX Dev Team")
register_cvar("amx_mode","2.0") register_cvar("amx_mode","2.0")
register_cvar("amx_password_field","_pw") register_cvar("amx_password_field","_pw")
register_cvar("amx_default_access","") register_cvar("amx_default_access","")

View File

@ -1,16 +1,35 @@
/* AMX Mod X script. /* AMX Mod X
* Admin Base for MySQL Plugin
* *
* (c) 2002-2004, dJeyL * by the AMX Mod X Development Team
* modified by the AMX Mod X Development Team * originally developed by OLO
* *
* This file is provided as is (no warranties). * This file is part of AMX Mod X.
* *
* This AMX plugin requires MySQL module.
* *
* IMPORTANT: * This program is free software; you can redistribute it and/or modify it
* o Check $moddir/addons/amx/mysql.cfg for MySQL access configuration * under the terms of the GNU General Public License as published by the
* o Disable admin.amx plugin if you use admin_mysql.amx * 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 <amxmod> #include <amxmod>
@ -31,7 +50,7 @@ new g_cmdLoopback[16]
public plugin_init() public plugin_init()
{ {
register_plugin("Admin Base for MySQL","0.1","default") register_plugin("Admin Base for MySQL",AMX_VERSION_STR,"AMXX Dev Team")
register_cvar("amx_mode","2.0") register_cvar("amx_mode","2.0")
register_cvar("amx_password_field","_pw") register_cvar("amx_password_field","_pw")

View File

@ -1,9 +1,35 @@
/* AMX Mod X script. /* AMX Mod X
* Admin Chat Plugin
* *
* (c) 2002-2004, OLO * by the AMX Mod X Development Team
* modified by the AMX Mod X Development Team * originally developed by OLO
* *
* This file is provided as is (no warranties). * This file is part of AMX Mod X.
*
*
* This program is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License as published by the
* Free Software Foundation; either version 2 of the License, or (at
* your option) any later version.
*
* This program is distributed in the hope that it will be useful, but
* WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software Foundation,
* Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*
* In addition, as a special exception, the author gives permission to
* link the code of this program with the Half-Life Game Engine ("HL
* Engine") and Modified Game Libraries ("MODs") developed by Valve,
* L.L.C ("Valve"). You must obey the GNU General Public License in all
* respects for all of the code used other than the HL Engine and MODs
* from Valve. If you modify this file, you may extend this exception
* to your version of the file, but you are not obligated to do so. If
* you do not wish to do so, delete this exception statement from your
* version.
*/ */
#include <amxmod> #include <amxmod>
@ -22,7 +48,7 @@ new g_Values[MAX_CLR][] = {{255,255,255},{255,0,0},{0,255,0},{0,0,255},{255,255,
new Float:g_Pos[4][] = {{0.0,0.0},{0.05,0.55},{-1.0,0.2},{-1.0,0.7}} new Float:g_Pos[4][] = {{0.0,0.0},{0.05,0.55},{-1.0,0.2},{-1.0,0.7}}
public plugin_init(){ public plugin_init(){
register_plugin("Admin Chat","0.1","default") register_plugin("Admin Chat",AMX_VERSION_STR,"AMXX Dev Team")
register_clcmd("say","cmdSayChat",ADMIN_CHAT,"@[@|@|@][w|r|g|b|y|m|c]<text> - displays hud message") register_clcmd("say","cmdSayChat",ADMIN_CHAT,"@[@|@|@][w|r|g|b|y|m|c]<text> - displays hud message")
register_clcmd("say_team","cmdSayAdmin",0,"@<text> - displays message to admins") register_clcmd("say_team","cmdSayAdmin",0,"@<text> - displays message to admins")
register_concmd("amx_say","cmdSay",ADMIN_CHAT,"<message> - sends message to all players") register_concmd("amx_say","cmdSay",ADMIN_CHAT,"<message> - sends message to all players")

View File

@ -1,9 +1,35 @@
/* AMX Mod X script. /* AMX Mod X
* Admin Commands Plugin
* *
* (c) 2002-2004, OLO * by the AMX Mod X Development Team
* modified by the AMX Mod X Development Team * originally developed by OLO
* *
* This file is provided as is (no warranties). * This file is part of AMX Mod X.
*
*
* This program is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License as published by the
* Free Software Foundation; either version 2 of the License, or (at
* your option) any later version.
*
* This program is distributed in the hope that it will be useful, but
* WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software Foundation,
* Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*
* In addition, as a special exception, the author gives permission to
* link the code of this program with the Half-Life Game Engine ("HL
* Engine") and Modified Game Libraries ("MODs") developed by Valve,
* L.L.C ("Valve"). You must obey the GNU General Public License in all
* respects for all of the code used other than the HL Engine and MODs
* from Valve. If you modify this file, you may extend this exception
* to your version of the file, but you are not obligated to do so. If
* you do not wish to do so, delete this exception statement from your
* version.
*/ */
#include <amxmod> #include <amxmod>
@ -19,7 +45,7 @@ new bool:g_Paused
new g_addCvar[] = "amx_cvar add %s" new g_addCvar[] = "amx_cvar add %s"
public plugin_init(){ public plugin_init(){
register_plugin("Admin Commands","0.1","default") register_plugin("Admin Commands",AMX_VERSION_STR,"AMXX Dev Team")
register_concmd("amx_kick","cmdKick",ADMIN_KICK,"<name or #userid> [reason]") register_concmd("amx_kick","cmdKick",ADMIN_KICK,"<name or #userid> [reason]")
register_concmd("amx_ban","cmdAddBan",ADMIN_BAN,"<authid or ip> <minutes> [reason]") register_concmd("amx_ban","cmdAddBan",ADMIN_BAN,"<authid or ip> <minutes> [reason]")
register_concmd("amx_banid","cmdBan",ADMIN_BAN,"<name or #userid> <minutes> [reason]") register_concmd("amx_banid","cmdBan",ADMIN_BAN,"<name or #userid> <minutes> [reason]")

View File

@ -1,9 +1,35 @@
/* AMX Mod X script. /* AMX Mod X
* Admin Help Plugin
* *
* (c) 2002-2004, tcquest78 * by the AMX Mod X Development Team
* modified by the AMX Mod X Development Team * originally developed by tcquest78
* *
* This file is provided as is (no warranties). * This file is part of AMX Mod X.
*
*
* This program is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License as published by the
* Free Software Foundation; either version 2 of the License, or (at
* your option) any later version.
*
* This program is distributed in the hope that it will be useful, but
* WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software Foundation,
* Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*
* In addition, as a special exception, the author gives permission to
* link the code of this program with the Half-Life Game Engine ("HL
* Engine") and Modified Game Libraries ("MODs") developed by Valve,
* L.L.C ("Valve"). You must obey the GNU General Public License in all
* respects for all of the code used other than the HL Engine and MODs
* from Valve. If you modify this file, you may extend this exception
* to your version of the file, but you are not obligated to do so. If
* you do not wish to do so, delete this exception statement from your
* version.
*/ */
#include <amxmod> #include <amxmod>
@ -15,7 +41,7 @@ new g_timeInfo1[] = "Time Left: %d:%02d min. Next Map: %s"
new g_timeInfo2[] = "No Time Limit. Next Map: %s" new g_timeInfo2[] = "No Time Limit. Next Map: %s"
public plugin_init() { public plugin_init() {
register_plugin("Admin Help","0.1","tcquest78") register_plugin("Admin Help",AMX_VERSION_STR,"AMXX Dev Team")
register_concmd("amx_help","cmdHelp",0,"- displays this help") register_concmd("amx_help","cmdHelp",0,"- displays this help")
setHelp(0) setHelp(0)
} }

View File

@ -1,9 +1,35 @@
/* AMX Mod script. /* AMX Mod X
* Slots Reservation Plugin
* *
* (c) 2002-2004, OLO * by the AMX Mod X Development Team
* modified by the AMX Mod X Development Team * originally developed by OLO
* *
* This file is provided as is (no warranties). * This file is part of AMX Mod X.
*
*
* This program is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License as published by the
* Free Software Foundation; either version 2 of the License, or (at
* your option) any later version.
*
* This program is distributed in the hope that it will be useful, but
* WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software Foundation,
* Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*
* In addition, as a special exception, the author gives permission to
* link the code of this program with the Half-Life Game Engine ("HL
* Engine") and Modified Game Libraries ("MODs") developed by Valve,
* L.L.C ("Valve"). You must obey the GNU General Public License in all
* respects for all of the code used other than the HL Engine and MODs
* from Valve. If you modify this file, you may extend this exception
* to your version of the file, but you are not obligated to do so. If
* you do not wish to do so, delete this exception statement from your
* version.
*/ */
#include <amxmod> #include <amxmod>
@ -16,7 +42,7 @@ new g_cmdLoopback[16]
public plugin_init() public plugin_init()
{ {
register_plugin("Slots Reservation","0.1","default") register_plugin("Slots Reservation",AMX_VERSION_STR,"AMXX Dev Team")
register_cvar("amx_reservation","1") register_cvar("amx_reservation","1")
format( g_cmdLoopback, 15, "amxres%c%c%c%c" , format( g_cmdLoopback, 15, "amxres%c%c%c%c" ,

View File

@ -1,9 +1,35 @@
/* AMX Mod X script. /* AMX Mod X
* * Admin Votes Plugin
* (c) 2002-2004, OLO
* modified by the AMX Mod X Development Team
* *
* This file is provided as is (no warranties). * by the AMX Mod X Development Team
* originally developed by OLO
*
* This file is part of AMX Mod X.
*
*
* This program is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License as published by the
* Free Software Foundation; either version 2 of the License, or (at
* your option) any later version.
*
* This program is distributed in the hope that it will be useful, but
* WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software Foundation,
* Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*
* In addition, as a special exception, the author gives permission to
* link the code of this program with the Half-Life Game Engine ("HL
* Engine") and Modified Game Libraries ("MODs") developed by Valve,
* L.L.C ("Valve"). You must obey the GNU General Public License in all
* respects for all of the code used other than the HL Engine and MODs
* from Valve. If you modify this file, you may extend this exception
* to your version of the file, but you are not obligated to do so. If
* you do not wish to do so, delete this exception statement from your
* version.
*/ */
#include <amxmod> #include <amxmod>
@ -29,7 +55,7 @@ new bool:g_execResult
new Float:g_voteRatio new Float:g_voteRatio
public plugin_init() { public plugin_init() {
register_plugin("Admin Votes","0.1","default") register_plugin("Admin Votes",AMX_VERSION_STR,"AMXX Dev Team")
register_menucmd(register_menuid("Change map to ") ,(1<<0)|(1<<1),"voteCount") register_menucmd(register_menuid("Change map to ") ,(1<<0)|(1<<1),"voteCount")
register_menucmd(register_menuid("Choose map: ") ,(1<<0)|(1<<1)|(1<<2)|(1<<3),"voteCount") register_menucmd(register_menuid("Choose map: ") ,(1<<0)|(1<<1)|(1<<2)|(1<<3),"voteCount")
register_menucmd(register_menuid("Kick ") ,(1<<0)|(1<<1),"voteCount") register_menucmd(register_menuid("Kick ") ,(1<<0)|(1<<1),"voteCount")

View File

@ -1,9 +1,35 @@
/* AMX Mod script. /* AMX Mod X
* Anti Flood Plugin
* *
* (c) 2002-2004, OLO * by the AMX Mod X Development Team
* modified by the AMX Mod X Development Team * originally developed by OLO
* *
* This file is provided as is (no warranties). * This file is part of AMX Mod X.
*
*
* This program is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License as published by the
* Free Software Foundation; either version 2 of the License, or (at
* your option) any later version.
*
* This program is distributed in the hope that it will be useful, but
* WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software Foundation,
* Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*
* In addition, as a special exception, the author gives permission to
* link the code of this program with the Half-Life Game Engine ("HL
* Engine") and Modified Game Libraries ("MODs") developed by Valve,
* L.L.C ("Valve"). You must obey the GNU General Public License in all
* respects for all of the code used other than the HL Engine and MODs
* from Valve. If you modify this file, you may extend this exception
* to your version of the file, but you are not obligated to do so. If
* you do not wish to do so, delete this exception statement from your
* version.
*/ */
#include <amxmod> #include <amxmod>
@ -12,7 +38,7 @@ new Float:g_Flooding[33]
public plugin_init() public plugin_init()
{ {
register_plugin("Anti Flood","0.1","default") register_plugin("Anti Flood",AMX_VERSION_STR,"AMXX Dev Team")
register_clcmd("say","chkFlood") register_clcmd("say","chkFlood")
register_clcmd("say_team","chkFlood") register_clcmd("say_team","chkFlood")
register_cvar("amx_flood_time","0.75") register_cvar("amx_flood_time","0.75")

View File

@ -1,9 +1,35 @@
/* AMX Mod X script. /* AMX Mod X
* Commands Menu Plugin
* *
* (c) 2002-2004, OLO * by the AMX Mod X Development Team
* modified by the AMX Mod X Development Team * originally developed by OLO
* *
* This file is provided as is (no warranties). * This file is part of AMX Mod X.
*
*
* This program is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License as published by the
* Free Software Foundation; either version 2 of the License, or (at
* your option) any later version.
*
* This program is distributed in the hope that it will be useful, but
* WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software Foundation,
* Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*
* In addition, as a special exception, the author gives permission to
* link the code of this program with the Half-Life Game Engine ("HL
* Engine") and Modified Game Libraries ("MODs") developed by Valve,
* L.L.C ("Valve"). You must obey the GNU General Public License in all
* respects for all of the code used other than the HL Engine and MODs
* from Valve. If you modify this file, you may extend this exception
* to your version of the file, but you are not obligated to do so. If
* you do not wish to do so, delete this exception statement from your
* version.
*/ */
#include <amxmod> #include <amxmod>
@ -62,7 +88,7 @@ new g_cstrikeRunning
public plugin_init() public plugin_init()
{ {
register_plugin("Commands Menu","0.1","default") register_plugin("Commands Menu",AMX_VERSION_STR,"AMXX Dev Team")
new basedir[32], workdir[64] new basedir[32], workdir[64]
get_basedir( basedir , 31 ) get_basedir( basedir , 31 )

View File

@ -1,9 +1,35 @@
/* AMX Mod X script. /* AMX Mod X
* Info. Messages Plugin
* *
* (c) 2002-2004, OLO * by the AMX Mod X Development Team
* modified by the AMX Mod X Development Team * originally developed by OLO
* *
* This file is provided as is (no warranties). * This file is part of AMX Mod X.
*
*
* This program is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License as published by the
* Free Software Foundation; either version 2 of the License, or (at
* your option) any later version.
*
* This program is distributed in the hope that it will be useful, but
* WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software Foundation,
* Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*
* In addition, as a special exception, the author gives permission to
* link the code of this program with the Half-Life Game Engine ("HL
* Engine") and Modified Game Libraries ("MODs") developed by Valve,
* L.L.C ("Valve"). You must obey the GNU General Public License in all
* respects for all of the code used other than the HL Engine and MODs
* from Valve. If you modify this file, you may extend this exception
* to your version of the file, but you are not obligated to do so. If
* you do not wish to do so, delete this exception statement from your
* version.
*/ */
#include <amxmod> #include <amxmod>
@ -20,7 +46,7 @@ new g_MessagesNum
new g_Current new g_Current
public plugin_init(){ public plugin_init(){
register_plugin("Info. Messages","0.1","default") register_plugin("Info. Messages",AMX_VERSION_STR,"AMXX Dev Team")
register_srvcmd("amx_imessage","setMessage") register_srvcmd("amx_imessage","setMessage")
register_cvar("amx_freq_imessage","10") register_cvar("amx_freq_imessage","10")
new lastinfo[8] new lastinfo[8]

View File

@ -1,9 +1,35 @@
/* AMX Mod X script. /* AMX Mod X
* Nextmap Chooser Plugin
* *
* (c) 2002-2004, OLO * by the AMX Mod X Development Team
* modified by the AMX Mod X Development Team * originally developed by OLO
* *
* This file is provided as is (no warranties). * This file is part of AMX Mod X.
*
*
* This program is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License as published by the
* Free Software Foundation; either version 2 of the License, or (at
* your option) any later version.
*
* This program is distributed in the hope that it will be useful, but
* WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software Foundation,
* Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*
* In addition, as a special exception, the author gives permission to
* link the code of this program with the Half-Life Game Engine ("HL
* Engine") and Modified Game Libraries ("MODs") developed by Valve,
* L.L.C ("Valve"). You must obey the GNU General Public License in all
* respects for all of the code used other than the HL Engine and MODs
* from Valve. If you modify this file, you may extend this exception
* to your version of the file, but you are not obligated to do so. If
* you do not wish to do so, delete this exception statement from your
* version.
*/ */
#include <amxmod> #include <amxmod>
@ -27,7 +53,7 @@ new g_logFile[16]
public plugin_init() public plugin_init()
{ {
register_plugin("Nextmap chooser","0.1","default") register_plugin("Nextmap Chooser",AMX_VERSION_STR,"AMXX Dev Team")
register_menucmd(register_menuid("AMX Choose nextmap:"),(-1^(-1<<(SELECTMAPS+2))),"countVote") register_menucmd(register_menuid("AMX Choose nextmap:"),(-1^(-1<<(SELECTMAPS+2))),"countVote")
register_cvar("amx_extendmap_max","90") register_cvar("amx_extendmap_max","90")
register_cvar("amx_extendmap_step","15") register_cvar("amx_extendmap_step","15")

View File

@ -1,9 +1,35 @@
/* AMX Mod X script. /* AMX Mod X
* Maps Menu Plugin
* *
* (c) 2002-2004, OLO * by the AMX Mod X Development Team
* modified by the AMX Mod X Development Team * originally developed by OLO
* *
* This file is provided as is (no warranties). * This file is part of AMX Mod X.
*
*
* This program is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License as published by the
* Free Software Foundation; either version 2 of the License, or (at
* your option) any later version.
*
* This program is distributed in the hope that it will be useful, but
* WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software Foundation,
* Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*
* In addition, as a special exception, the author gives permission to
* link the code of this program with the Half-Life Game Engine ("HL
* Engine") and Modified Game Libraries ("MODs") developed by Valve,
* L.L.C ("Valve"). You must obey the GNU General Public License in all
* respects for all of the code used other than the HL Engine and MODs
* from Valve. If you modify this file, you may extend this exception
* to your version of the file, but you are not obligated to do so. If
* you do not wish to do so, delete this exception statement from your
* version.
*/ */
@ -29,7 +55,7 @@ new g_choosed
public plugin_init() public plugin_init()
{ {
register_plugin("Maps Menu","0.1","default") register_plugin("Maps Menu",AMX_VERSION_STR,"AMXX Dev Team")
register_clcmd("amx_mapmenu","cmdMapsMenu",ADMIN_MAP,"- displays changelevel menu") register_clcmd("amx_mapmenu","cmdMapsMenu",ADMIN_MAP,"- displays changelevel menu")
register_clcmd("amx_votemapmenu","cmdVoteMapMenu",ADMIN_MAP,"- displays votemap menu") register_clcmd("amx_votemapmenu","cmdVoteMapMenu",ADMIN_MAP,"- displays votemap menu")

View File

@ -1,9 +1,35 @@
/* AMX Mod X script. /* AMX Mod X
* Menus Front-End Plugin
* *
* (c) 2002-2004, OLO * by the AMX Mod X Development Team
* modified by the AMX Mod X Development Team * originally developed by OLO
* *
* This file is provided as is (no warranties). * This file is part of AMX Mod X.
*
*
* This program is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License as published by the
* Free Software Foundation; either version 2 of the License, or (at
* your option) any later version.
*
* This program is distributed in the hope that it will be useful, but
* WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software Foundation,
* Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*
* In addition, as a special exception, the author gives permission to
* link the code of this program with the Half-Life Game Engine ("HL
* Engine") and Modified Game Libraries ("MODs") developed by Valve,
* L.L.C ("Valve"). You must obey the GNU General Public License in all
* respects for all of the code used other than the HL Engine and MODs
* from Valve. If you modify this file, you may extend this exception
* to your version of the file, but you are not obligated to do so. If
* you do not wish to do so, delete this exception statement from your
* version.
*/ */
#include <amxmod> #include <amxmod>
@ -96,7 +122,7 @@ new g_funModule
public plugin_init() public plugin_init()
{ {
register_plugin("Menus Front-End","0.1","default") register_plugin("Menus Front-End",AMX_VERSION_STR,"AMXX Dev Team")
register_menucmd(register_menuid("AMX Mod Menu"),1023,"actionMenu") register_menucmd(register_menuid("AMX Mod Menu"),1023,"actionMenu")
register_clcmd("amxmodmenu","cmdMenu",ADMIN_MENU,"- displays menus") register_clcmd("amxmodmenu","cmdMenu",ADMIN_MENU,"- displays menus")

View File

@ -1,9 +1,35 @@
/* AMX Mod X script. /* AMX Mod X
* NextMap Plugin
* *
* (c) 2002-2004, OLO * by the AMX Mod X Development Team
* modified by the AMX Mod X Development Team * originally developed by OLO
* *
* This file is provided as is (no warranties). * This file is part of AMX Mod X.
*
*
* This program is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License as published by the
* Free Software Foundation; either version 2 of the License, or (at
* your option) any later version.
*
* This program is distributed in the hope that it will be useful, but
* WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software Foundation,
* Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*
* In addition, as a special exception, the author gives permission to
* link the code of this program with the Half-Life Game Engine ("HL
* Engine") and Modified Game Libraries ("MODs") developed by Valve,
* L.L.C ("Valve"). You must obey the GNU General Public License in all
* respects for all of the code used other than the HL Engine and MODs
* from Valve. If you modify this file, you may extend this exception
* to your version of the file, but you are not obligated to do so. If
* you do not wish to do so, delete this exception statement from your
* version.
*/ */
#include <amxmod> #include <amxmod>
@ -19,7 +45,7 @@ new g_pos
public plugin_init() public plugin_init()
{ {
register_plugin("NextMap","0.1","default") register_plugin("NextMap",AMX_VERSION_STR,"AMXX Dev Team")
register_event("30","changeMap","a") register_event("30","changeMap","a")
register_clcmd("say nextmap","sayNextMap",0,"- displays nextmap") register_clcmd("say nextmap","sayNextMap",0,"- displays nextmap")
register_cvar("amx_nextmap","",FCVAR_SERVER|FCVAR_EXTDLL|FCVAR_SPONLY) register_cvar("amx_nextmap","",FCVAR_SERVER|FCVAR_EXTDLL|FCVAR_SPONLY)

View File

@ -1,9 +1,35 @@
/* AMX Mod X script. /* AMX Mod X
* Pause Plugins Plugin
* *
* (c) 2002-2004, OLO * by the AMX Mod X Development Team
* modified by the AMX Mod X Development Team * originally developed by OLO
* *
* This file is provided as is (no warranties). * This file is part of AMX Mod X.
*
*
* This program is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License as published by the
* Free Software Foundation; either version 2 of the License, or (at
* your option) any later version.
*
* This program is distributed in the hope that it will be useful, but
* WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software Foundation,
* Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*
* In addition, as a special exception, the author gives permission to
* link the code of this program with the Half-Life Game Engine ("HL
* Engine") and Modified Game Libraries ("MODs") developed by Valve,
* L.L.C ("Valve"). You must obey the GNU General Public License in all
* respects for all of the code used other than the HL Engine and MODs
* from Valve. If you modify this file, you may extend this exception
* to your version of the file, but you are not obligated to do so. If
* you do not wish to do so, delete this exception statement from your
* version.
*/ */
#include <amxmod> #include <amxmod>
@ -27,7 +53,7 @@ new g_system[MAX_SYSTEM]
new g_systemNum new g_systemNum
public plugin_init(){ public plugin_init(){
register_plugin("Pause Plugins","0.1","default") register_plugin("Pause Plugins",AMX_VERSION_STR,"AMXX Dev Team")
register_concmd("amx_pausecfg","cmdPlugin",ADMIN_CFG,"- list commands for pause/unpause managment") register_concmd("amx_pausecfg","cmdPlugin",ADMIN_CFG,"- list commands for pause/unpause managment")
register_clcmd("amx_pausecfgmenu","cmdMenu",ADMIN_CFG,"- pause/unpause plugins with menu") register_clcmd("amx_pausecfgmenu","cmdMenu",ADMIN_CFG,"- pause/unpause plugins with menu")
#if defined DIRECT_ONOFF #if defined DIRECT_ONOFF

View File

@ -1,9 +1,35 @@
/* AMX Mod X script. /* AMX Mod X
* Players Menu Plugin
* *
* (c) 2002-2004, OLO * by the AMX Mod X Development Team
* modified by the AMX Mod X Development Team * originally developed by OLO
* *
* This file is provided as is (no warranties). * This file is part of AMX Mod X.
*
*
* This program is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License as published by the
* Free Software Foundation; either version 2 of the License, or (at
* your option) any later version.
*
* This program is distributed in the hope that it will be useful, but
* WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software Foundation,
* Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*
* In addition, as a special exception, the author gives permission to
* link the code of this program with the Half-Life Game Engine ("HL
* Engine") and Modified Game Libraries ("MODs") developed by Valve,
* L.L.C ("Valve"). You must obey the GNU General Public License in all
* respects for all of the code used other than the HL Engine and MODs
* from Valve. If you modify this file, you may extend this exception
* to your version of the file, but you are not obligated to do so. If
* you do not wish to do so, delete this exception statement from your
* version.
*/ */
#include <amxmod> #include <amxmod>
@ -31,7 +57,7 @@ new g_cstrikeRunning
public plugin_init() public plugin_init()
{ {
register_plugin("Players Menu","0.1","default") register_plugin("Players Menu",AMX_VERSION_STR,"AMXX Dev Team")
register_clcmd("amx_kickmenu","cmdKickMenu",ADMIN_KICK,"- displays kick menu") register_clcmd("amx_kickmenu","cmdKickMenu",ADMIN_KICK,"- displays kick menu")
register_clcmd("amx_banmenu","cmdBanMenu",ADMIN_BAN,"- displays ban menu") register_clcmd("amx_banmenu","cmdBanMenu",ADMIN_BAN,"- displays ban menu")
register_clcmd("amx_slapmenu","cmdSlapMenu",ADMIN_SLAY,"- displays slap/slay menu") register_clcmd("amx_slapmenu","cmdSlapMenu",ADMIN_SLAY,"- displays slap/slay menu")

View File

@ -1,9 +1,35 @@
/* AMX Mod X script. /* AMX Mod X
* Restrict Weapons Plugin
* *
* (c) 2002-2004, OLO * by the AMX Mod X Development Team
* modified by the AMX Mod X Development Team * originally developed by OLO
* *
* This file is provided as is (no warranties). * This file is part of AMX Mod X.
*
*
* This program is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License as published by the
* Free Software Foundation; either version 2 of the License, or (at
* your option) any later version.
*
* This program is distributed in the hope that it will be useful, but
* WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software Foundation,
* Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*
* In addition, as a special exception, the author gives permission to
* link the code of this program with the Half-Life Game Engine ("HL
* Engine") and Modified Game Libraries ("MODs") developed by Valve,
* L.L.C ("Valve"). You must obey the GNU General Public License in all
* respects for all of the code used other than the HL Engine and MODs
* from Valve. If you modify this file, you may extend this exception
* to your version of the file, but you are not obligated to do so. If
* you do not wish to do so, delete this exception statement from your
* version.
*/ */
// Uncomment if you want to have seperate settings for each map // Uncomment if you want to have seperate settings for each map
@ -310,7 +336,7 @@ new g_Aliases2[MAXMENUPOS][] = {
#endif #endif
public plugin_init(){ public plugin_init(){
register_plugin("Restrict Weapons","0.1","default") register_plugin("Restrict Weapons",AMX_VERSION_STR,"AMXX Dev Team")
register_clcmd("buyammo1","ammoRest1") register_clcmd("buyammo1","ammoRest1")
register_clcmd("buyammo2","ammoRest2") register_clcmd("buyammo2","ammoRest2")
#if !defined NO_STEAM #if !defined NO_STEAM

View File

@ -1,9 +1,35 @@
/* AMX Mod X script. /* AMX Mod X
* Scrolling Message Plugin
* *
* (c) 2002-2004, OLO * by the AMX Mod X Development Team
* modified by the AMX Mod X Development Team * originally developed by OLO
* *
* This file is provided as is (no warranties). * This file is part of AMX Mod X.
*
*
* This program is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License as published by the
* Free Software Foundation; either version 2 of the License, or (at
* your option) any later version.
*
* This program is distributed in the hope that it will be useful, but
* WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software Foundation,
* Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*
* In addition, as a special exception, the author gives permission to
* link the code of this program with the Half-Life Game Engine ("HL
* Engine") and Modified Game Libraries ("MODs") developed by Valve,
* L.L.C ("Valve"). You must obey the GNU General Public License in all
* respects for all of the code used other than the HL Engine and MODs
* from Valve. If you modify this file, you may extend this exception
* to your version of the file, but you are not obligated to do so. If
* you do not wish to do so, delete this exception statement from your
* version.
*/ */
#include <amxmod> #include <amxmod>
@ -20,7 +46,7 @@ new g_Length
new g_Frequency new g_Frequency
public plugin_init(){ public plugin_init(){
register_plugin("Scrolling Message","0.1","default") register_plugin("Scrolling Message",AMX_VERSION_STR,"AMXX Dev Team")
register_srvcmd("amx_scrollmsg","setMessage") register_srvcmd("amx_scrollmsg","setMessage")
} }

View File

@ -1,9 +1,35 @@
/* AMX Mod X script. /* AMX Mod X
* Stats Configuration Plugin
* *
* (c) 2002-2004, OLO * by the AMX Mod X Development Team
* modified by the AMX Mod X Development Team * originally developed by OLO
* *
* This file is provided as is (no warranties). * This file is part of AMX Mod X.
*
*
* This program is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License as published by the
* Free Software Foundation; either version 2 of the License, or (at
* your option) any later version.
*
* This program is distributed in the hope that it will be useful, but
* WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software Foundation,
* Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*
* In addition, as a special exception, the author gives permission to
* link the code of this program with the Half-Life Game Engine ("HL
* Engine") and Modified Game Libraries ("MODs") developed by Valve,
* L.L.C ("Valve"). You must obey the GNU General Public License in all
* respects for all of the code used other than the HL Engine and MODs
* from Valve. If you modify this file, you may extend this exception
* to your version of the file, but you are not obligated to do so. If
* you do not wish to do so, delete this exception statement from your
* version.
*/ */
#include <amxmod> #include <amxmod>
@ -25,7 +51,7 @@ public plugin_precache(){
} }
public plugin_init() { public plugin_init() {
register_plugin("Stats Configuration","0.1","default") register_plugin("Stats Configuration",AMX_VERSION_STR,"AMXX Dev Team")
register_menucmd(register_menuid("\yStats Configuration"),1023,"actionCfgMenu") register_menucmd(register_menuid("\yStats Configuration"),1023,"actionCfgMenu")
build_path( g_fileToSave , 63 , "$basedir/stats.ini" ) build_path( g_fileToSave , 63 , "$basedir/stats.ini" )
loadSettings(g_fileToSave) loadSettings(g_fileToSave)

View File

@ -1,14 +1,39 @@
/* AMX Mod X script. /* AMX Mod X
* Teleport Menu Plugin
* *
* (c) 2002-2004, OLO * by the AMX Mod X Development Team
* modified by the AMX Mod X Development Team * originally developed by OLO
* *
* This file is provided as is (no warranties). * This file is part of AMX Mod X.
*
*
* This program is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License as published by the
* Free Software Foundation; either version 2 of the License, or (at
* your option) any later version.
*
* This program is distributed in the hope that it will be useful, but
* WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software Foundation,
* Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*
* In addition, as a special exception, the author gives permission to
* link the code of this program with the Half-Life Game Engine ("HL
* Engine") and Modified Game Libraries ("MODs") developed by Valve,
* L.L.C ("Valve"). You must obey the GNU General Public License in all
* respects for all of the code used other than the HL Engine and MODs
* from Valve. If you modify this file, you may extend this exception
* to your version of the file, but you are not obligated to do so. If
* you do not wish to do so, delete this exception statement from your
* version.
*/ */
#include <amxmod> #include <amxmod>
#include <amxmisc> #include <amxmisc>
#include <fun>
new g_menuPosition[33] new g_menuPosition[33]
new g_menuPlayers[33][32] new g_menuPlayers[33][32]
@ -20,7 +45,7 @@ new g_cstrikeRunning
public plugin_init() public plugin_init()
{ {
register_plugin("Teleport Menu","0.1","default") register_plugin("Teleport Menu",AMX_VERSION_STR,"AMXX Dev Team")
register_clcmd("amx_teleportmenu","cmdTelMenu",ADMIN_CFG,"- displays teleport menu") register_clcmd("amx_teleportmenu","cmdTelMenu",ADMIN_CFG,"- displays teleport menu")
register_menucmd(register_menuid("Teleport Menu"),1023,"actionTelMenu") register_menucmd(register_menuid("Teleport Menu"),1023,"actionTelMenu")
get_logfile(g_logFile,15) get_logfile(g_logFile,15)

View File

@ -1,9 +1,35 @@
/* AMX Mod X script. /* AMX Mod X
* TimeLeft Plugin
* *
* (c) 2002-2004, OLO * by the AMX Mod X Development Team
* modified by the AMX Mod X Development Team * originally developed by OLO
* *
* This file is provided as is (no warranties). * This file is part of AMX Mod X.
*
*
* This program is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License as published by the
* Free Software Foundation; either version 2 of the License, or (at
* your option) any later version.
*
* This program is distributed in the hope that it will be useful, but
* WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software Foundation,
* Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*
* In addition, as a special exception, the author gives permission to
* link the code of this program with the Half-Life Game Engine ("HL
* Engine") and Modified Game Libraries ("MODs") developed by Valve,
* L.L.C ("Valve"). You must obey the GNU General Public License in all
* respects for all of the code used other than the HL Engine and MODs
* from Valve. If you modify this file, you may extend this exception
* to your version of the file, but you are not obligated to do so. If
* you do not wish to do so, delete this exception statement from your
* version.
*/ */
#include <amxmod> #include <amxmod>
@ -14,7 +40,7 @@ new g_CountDown
new g_Switch new g_Switch
public plugin_init() { public plugin_init() {
register_plugin("TimeLeft","0.1","default") register_plugin("TimeLeft",AMX_VERSION_STR,"AMXX Dev Team")
register_cvar("amx_time_voice","1") register_cvar("amx_time_voice","1")
register_srvcmd("amx_time_display","setDisplaying") register_srvcmd("amx_time_display","setDisplaying")
register_cvar("amx_timeleft","00:00",FCVAR_SERVER|FCVAR_EXTDLL|FCVAR_UNLOGGED|FCVAR_SPONLY) register_cvar("amx_timeleft","00:00",FCVAR_SERVER|FCVAR_EXTDLL|FCVAR_UNLOGGED|FCVAR_SPONLY)

View File

@ -1,9 +1,35 @@
/* AMX Mod X script. /* AMX Mod X
* Welcome Message Plugin
* *
* (c) 2002-2004, OLO * by the AMX Mod X Development Team
* modified by the AMX Mod X Development Team * originally developed by OLO
* *
* This file is provided as is (no warranties). * This file is part of AMX Mod X.
*
*
* This program is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License as published by the
* Free Software Foundation; either version 2 of the License, or (at
* your option) any later version.
*
* This program is distributed in the hope that it will be useful, but
* WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software Foundation,
* Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*
* In addition, as a special exception, the author gives permission to
* link the code of this program with the Half-Life Game Engine ("HL
* Engine") and Modified Game Libraries ("MODs") developed by Valve,
* L.L.C ("Valve"). You must obey the GNU General Public License in all
* respects for all of the code used other than the HL Engine and MODs
* from Valve. If you modify this file, you may extend this exception
* to your version of the file, but you are not obligated to do so. If
* you do not wish to do so, delete this exception statement from your
* version.
*/ */
#include <amxmod> #include <amxmod>
@ -24,7 +50,7 @@ new g_motdFile[64]
public plugin_init() public plugin_init()
{ {
register_plugin("Welcome Message","0.1","default") register_plugin("Welcome Message",AMX_VERSION_STR,"AMXX Dev Team")
g_cstrikeRunning = is_running("cstrike") g_cstrikeRunning = is_running("cstrike")
#if defined READ_FROM_FILE #if defined READ_FROM_FILE
build_path( g_motdFile , 63 , "$basedir/conmotd.txt" ) build_path( g_motdFile , 63 , "$basedir/conmotd.txt" )

View File

@ -1,9 +1,35 @@
/* AMX Mod X script. /* AMX Mod X
* Welcome Message Plugin
* *
* (c) 2002-2004, OLO * by the AMX Mod X Development Team
* modified by the AMX Mod X Development Team * originally developed by OLO
* *
* This file is provided as is (no warranties). * This file is part of AMX Mod X.
*
*
* This program is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License as published by the
* Free Software Foundation; either version 2 of the License, or (at
* your option) any later version.
*
* This program is distributed in the hope that it will be useful, but
* WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software Foundation,
* Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*
* In addition, as a special exception, the author gives permission to
* link the code of this program with the Half-Life Game Engine ("HL
* Engine") and Modified Game Libraries ("MODs") developed by Valve,
* L.L.C ("Valve"). You must obey the GNU General Public License in all
* respects for all of the code used other than the HL Engine and MODs
* from Valve. If you modify this file, you may extend this exception
* to your version of the file, but you are not obligated to do so. If
* you do not wish to do so, delete this exception statement from your
* version.
*/ */
#include <amxmod> #include <amxmod>
@ -22,7 +48,7 @@ new g_motdFile[64]
public plugin_init() public plugin_init()
{ {
register_plugin("Welcome Message","0.1","default") register_plugin("Welcome Message",AMX_VERSION_STR,"AMXX Dev Team")
g_cstrikeRunning = is_running("cstrike") g_cstrikeRunning = is_running("cstrike")
#if defined READ_FROM_FILE #if defined READ_FROM_FILE
build_path( g_motdFile , 63 , "$basedir/conmotd.txt" ) build_path( g_motdFile , 63 , "$basedir/conmotd.txt" )