| 
							
							
								 Lukasz Wlasinksi | 0fc8f0b489 | fixed bug in create pwup function | 2004-10-03 11:07:49 +00:00 |  | 
			
				
					| 
							
							
								 David Anderson | c511d80da7 | Added delay to map changes | 2004-10-03 07:33:49 +00:00 |  | 
			
				
					| 
							
							
								 David Anderson | 8304fc143c | Increased a format buffer | 2004-10-03 07:19:35 +00:00 |  | 
			
				
					| 
							
							
								 David Anderson | f3cfd31668 | Added AlertMessage to fakemeta | 2004-10-03 07:04:08 +00:00 |  | 
			
				
					| 
							
							
								 David Anderson | ef90960121 | Fixed ADMIN_ALL bug | 2004-10-03 06:23:25 +00:00 |  | 
			
				
					| 
							
							
								 David Anderson | 3700b8b39f | Fixed bomb count bug | 2004-10-03 06:08:09 +00:00 |  | 
			
				
					| 
							
							
								 Pavol Marko | b83f2f5257 | - Fixed bug where metamod was reporting "Could not find memloc for cvar xx" when modules registered cvars (fix by ghost_of_evilspy) | 2004-10-02 08:18:54 +00:00 |  | 
			
				
					| 
							
							
								 Pavol Marko | 06f61cf92a | Added more debugging info to case where CForwardMngr::m_PreparedArrays is >= (max params num) | 2004-10-02 08:11:33 +00:00 |  | 
			
				
					| 
							
							
								 Johnny Bergström | 5a5ff6d8ea | Fixed parameter type in FN_PvAllocEntPrivateData (from long to int32) | 2004-10-01 08:52:25 +00:00 |  | 
			
				
					| 
							
							
								 Steve Dudenhoeffer | bbe2626fd1 | :gyar: a couple minor improvements :attack: Global pointer for function tables
Better support for compiling under Cygwin gcc
:avast: | 2004-09-30 06:18:23 +00:00 |  | 
			
				
					| 
							
							
								 Lukasz Wlasinksi | d5646ae238 | update .. | 2004-09-29 17:43:25 +00:00 |  | 
			
				
					| 
							
							
								 Johnny Bergström | df43d897df | Fioxed call_think: if (!is_ent_valid(iEnt)) {
		EngineError(amx, "Invalid Entity %d", iEnt);
		return 0;
	}
was
	if (is_ent_valid(iEnt)) {
		EngineError(amx, "Invalid Entity %d", iEnt);
		return 0;
	} | 2004-09-29 06:17:44 +00:00 |  | 
			
				
					| 
							
							
								 Steve Dudenhoeffer | 687a0f23da | Added MSG_ONE_UNRELIABLE | 2004-09-28 17:29:22 +00:00 |  | 
			
				
					| 
							
							
								 Steve Dudenhoeffer | aa0dc4dbaf | Fixed a few issues (Damaged Soul) | 2004-09-28 07:29:48 +00:00 |  | 
			
				
					| 
							
							
								 Steve Dudenhoeffer | de399c54c6 | Fixed ML_NOTFOUND(LANG) | 2004-09-28 07:18:51 +00:00 |  | 
			
				
					| 
							
							
								 Steve Dudenhoeffer | 58d522e4c3 | Fixed typo | 2004-09-28 04:59:21 +00:00 |  | 
			
				
					| 
							
							
								 Steve Dudenhoeffer | 3b90cca5bd | Fixed user_slap for NS | 2004-09-28 02:44:26 +00:00 |  | 
			
				
					| 
							
							
								 Steve Dudenhoeffer | b7c9cfeea4 | Changed touch paramters on give item | 2004-09-27 21:52:41 +00:00 |  | 
			
				
					| 
							
							
								 Lukasz Wlasinksi | 4fcad51d25 | updated to use amx_show_activity in hud messages | 2004-09-27 17:43:40 +00:00 |  | 
			
				
					| 
							
							
								 Pavol Marko | c2a2fc7dbe | Added forward parameters overrun check in prepareArray | 2004-09-27 14:33:50 +00:00 |  | 
			
				
					| 
							
							
								 Pavol Marko | 3f0d3c257a | Increased maximal number of forward parameters | 2004-09-27 14:33:20 +00:00 |  | 
			
				
					| 
							
							
								 Johnny Bergström | ecc07d4b45 | Fixed some small mistakes. | 2004-09-27 13:45:13 +00:00 |  | 
			
				
					| 
							
							
								 Johnny Bergström | 8da965552b | TK offset for AMD64 added. | 2004-09-27 13:28:51 +00:00 |  | 
			
				
					| 
							
							
								 Johnny Bergström | cfe36dea52 | Added 2 of 3 new offsets for amd64 | 2004-09-27 10:54:41 +00:00 |  | 
			
				
					| 
							
							
								 Johnny Bergström | c16eab09ec | Fixed a typo | 2004-09-27 09:53:56 +00:00 |  | 
			
				
					| 
							
							
								 Johnny Bergström | d07cc0424d | Fixed a typo | 2004-09-27 06:09:59 +00:00 |  | 
			
				
					| 
							
							
								 Johnny Bergström | c669efd609 | New stuff in cstrike module: cs_get_user_driving()
cs_set_user_tked()
cs_get_user_tked
Also cs_?et_user_deaths() offset updated.
Thanks to Damaged Soul for these. | 2004-09-26 13:02:22 +00:00 |  | 
			
				
					| 
							
							
								 Steve Dudenhoeffer | c3151b312a | Fixed (and slightly tweaked) make_deathmsg (jtp10181) | 2004-09-26 00:43:43 +00:00 |  | 
			
				
					| 
							
							
								 Johnny Bergström | 3fc3ece5b0 | Added cs_get_weapon_type(index) | 2004-09-25 23:24:34 +00:00 |  | 
			
				
					| 
							
							
								 Johnny Bergström | 6887dfef16 | CS: buyzone offset update to 235 | 2004-09-24 21:13:07 +00:00 |  | 
			
				
					| 
							
							
								 Steve Dudenhoeffer | 867e7615ae | stupid bug go squish | 2004-09-24 19:36:24 +00:00 |  | 
			
				
					| 
							
							
								 Johnny Bergström | 5157be6e3d | Updated offset for VIP: to 209 | 2004-09-24 05:21:39 +00:00 |  | 
			
				
					| 
							
							
								 Steve Dudenhoeffer | 82ca25b231 | wow... =/ | 2004-09-23 21:00:43 +00:00 |  | 
			
				
					| 
							
							
								 Steve Dudenhoeffer | a555f9b3f0 | Fixed message blocks (jtp10181) | 2004-09-23 20:59:26 +00:00 |  | 
			
				
					| 
							
							
								 Steve Dudenhoeffer | c1a6ce2565 | Fixed typo (ktrain) | 2004-09-22 23:27:55 +00:00 |  | 
			
				
					| 
							
							
								 David Anderson | 8874666109 | removed extraneous functions (jtp10181) | 2004-09-21 23:33:29 +00:00 |  | 
			
				
					| 
							
							
								 Lukasz Wlasinksi | 5233be593f | added dod_set_user_kills | 2004-09-21 21:25:30 +00:00 |  | 
			
				
					| 
							
							
								 Lukasz Wlasinksi | 0f38a24555 | added dod classes | 2004-09-21 20:51:29 +00:00 |  | 
			
				
					| 
							
							
								 Lukasz Wlasinksi | 8d06f80eeb | fixed some bugs in weapon stats functions | 2004-09-21 18:04:22 +00:00 |  | 
			
				
					| 
							
							
								 Lukasz Wlasinksi | 0983698d2e | fixed motd | 2004-09-21 17:48:48 +00:00 |  | 
			
				
					| 
							
							
								 David Anderson | dde43b6e0d | Fixed CVARs not registering properly (hullu) | 2004-09-21 15:49:36 +00:00 |  | 
			
				
					| 
							
							
								 David Anderson | 4382158b88 | *** empty log message *** | 2004-09-21 15:45:08 +00:00 |  | 
			
				
					| 
							
							
								 David Anderson | ba69d73785 | Fixed alphanumeric bug (theprog) | 2004-09-21 05:20:18 +00:00 |  | 
			
				
					| 
							
							
								 David Anderson | be3d078d5a | added is_amd64_server | 2004-09-21 02:40:30 +00:00 |  | 
			
				
					| 
							
							
								 David Anderson | b8ca4586ad | fix from fsfod | 2004-09-20 22:17:14 +00:00 |  | 
			
				
					| 
							
							
								 CheesyPeteza | 25750d2f05 | Changes incorporated into base package | 2004-09-20 17:58:48 +00:00 |  | 
			
				
					| 
							
							
								 CheesyPeteza | 423a467a70 | Added new maps in beta5 | 2004-09-20 10:23:47 +00:00 |  | 
			
				
					| 
							
							
								 CheesyPeteza | d6e18a3e97 | Better comments for unstuck | 2004-09-20 09:57:48 +00:00 |  | 
			
				
					| 
							
							
								 CheesyPeteza | a6d5d89209 | Commented out unstuck plugin | 2004-09-20 09:56:05 +00:00 |  | 
			
				
					| 
							
							
								 CheesyPeteza | 16b35006bd | Removed "id" from amx_ban for new format. | 2004-09-20 09:36:28 +00:00 |  |