[Half-Life AMXX] / co_bot_spawner.sma Repository:
ViewVC logotype

Diff of /co_bot_spawner.sma

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1, Tue Oct 30 09:08:11 2007 UTC revision 25, Tue Nov 20 22:36:56 2007 UTC
# Line 2  Line 2 
2  CO Bot Spawner (COBS) v0.1  CO Bot Spawner (COBS) v0.1
3  Copyright (C) 2007 Ian (Juan) Cammarata  Copyright (C) 2007 Ian (Juan) Cammarata
4    
5  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 free software: you can redistribute it and/or modify
6    it under the terms of the GNU Affero General Public License as
7  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.  published by the Free Software Foundation, either version 3 of the
8    License, or (at your option) any later version.
9  You should have received a copy of the GNU General Public License along with this program; go to http://www.opensource.org/licenses/gpl-license.php  
10  */  This program is distributed in the hope that it will be useful,
11  /*  but WITHOUT ANY WARRANTY; without even the implied warranty of
12  *===============================================================================  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
13  *       CO Bot Spawner (COBS) v0.1  GNU Affero General Public License for more details.
14  *       Created by Ian (Juan) Cammarata  
15  *       http://ian.cammarata.us  You should have received a copy of the GNU Affero General Public License
16  *       AMXX 1.76d  along with this program.  If not, see <http://www.gnu.org/licenses/>.
17  *       5/2/2007 5:34:33 AM  --------------------------------------------------------------------------------
18  *===============================================================================  CO Bot Spawner (COBS) v0.1
19  *       Description:  Created by Ian (Juan) Cammarata
20  *  http://ian.cammarata.us
21  *===============================================================================  AMXX 1.76d
22  *       Cvars: (* indicates default)  5/2/2007 5:34:33 AM
23  *               qbs < 0 (off) | 0 (team 1) | 1 (team 2*) | ...(both teams)>  --------------------------------------------------------------------------------
24  *               qbs_delay < 9999 | ... > : Initian respawn delay.  Description:
25  *               qbs_multiplier < 0.5 (*) | ... > : Respawn delay multiplier (in seconds).  
26  *               qbs_multiply_time < 5 (*) | ... > : Interval to apply multiplier (in minutes).  --------------------------------------------------------------------------------
27  *               qbs_threshold < 5 (*) | ... > : Max spawn delay (in seconds). When reached plugin disables for the remainder of the round.  Cvars: (* indicates default)
28            qbs < 0 (off) | 0 (team 1) | 1 (team 2*) | ...(both teams)>
29            qbs_delay < 9999 | ... > : Initian respawn delay.
30            qbs_multiplier < 0.5 (*) | ... > : Respawn delay multiplier (in seconds).
31            qbs_multiply_time < 5 (*) | ... > : Interval to apply multiplier (in minutes).
32            qbs_threshold < 5 (*) | ... > : Max spawn delay (in seconds). When reached plugin disables for the remainder of the round.
33  */  */
34  #include <amxmodx>  #include <amxmodx>
35  #include <engine>  #include <engine>

Legend:
Removed from v.1  
changed lines
  Added in v.25

Contact
ViewVC Help
Powered by ViewVC 1.0.4