Commit Graph

1415 Commits

Author SHA1 Message Date
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
David Anderson
95b638dbcd sync 2004-09-20 03:53:01 +00:00
David Anderson
c42fef6d48 *** empty log message *** 2004-09-20 01:26:31 +00:00
CheesyPeteza
d60d19a3d7 Added amx_banip and removed id/ip to banning easier. 2004-09-19 23:58:15 +00:00
CheesyPeteza
3f1c730863 changed amx_ban/amx_banip to only require 3 args 2004-09-19 23:44:48 +00:00
CheesyPeteza
89f5a45e1d added amx_banip and removed id/ip from amx_ban 2004-09-19 23:41:04 +00:00
CheesyPeteza
2b2149b643 Initial import from base package. (no changes) 2004-09-19 23:07:53 +00:00
Steve Dudenhoeffer
f074af039b (>'.')------P(x_@<) 2004-09-19 22:01:23 +00:00
Lukasz Wlasinksi
30ec1eec60 fixed meta result error in player prethink 2004-09-19 19:44:47 +00:00
CheesyPeteza
0e279c5bc9 change [UnStuck] to [AMXX] 2004-09-19 18:05:13 +00:00
CheesyPeteza
525dfceb1d added unstuck cvar 2004-09-19 17:34:02 +00:00
David Anderson
83fa1aea27 *** empty log message *** 2004-09-19 17:32:55 +00:00
CheesyPeteza
6e3f2f9616 added unstuck.amxx 2004-09-19 17:31:22 +00:00
David Anderson
6a77edfa97 Added full HUD stats option again 2004-09-19 17:30:36 +00:00
CheesyPeteza
b24f44896c New plugin to allow players to un stick themselves. 2004-09-19 17:29:08 +00:00
David Anderson
e23726ac54 added amx_strtok for jtp10181 2004-09-19 17:25:51 +00:00
David Anderson
fb2be2256f added amx_strtok for jtp10181 2004-09-19 17:20:14 +00:00
David Anderson
1ef7f8dd72 new defaults 2004-09-19 16:47:18 +00:00
Steve Dudenhoeffer
4008743091 Fixed GetPlayerTeam 2004-09-19 16:43:55 +00:00
David Anderson
bff11bc18e Fixed method of illegal buying 2004-09-19 16:32:15 +00:00
CheesyPeteza
6ada631aaf added commenting for ACCESS_H ns commands 2004-09-19 16:06:25 +00:00
David Anderson
9042efd195 Synced 2004-09-19 15:22:50 +00:00
Lukasz Wlasinksi
04b88c16a9 many changes , bomb countdown fix, custom_weapon_add fix, bomb damage support in death,damage forwards, added gasnades plugin with custom weapon support so gas damage/kills will be detected by csstats. 2004-09-19 09:51:05 +00:00
Pavol Marko
1c6636b106 Fixed bug where memory allocated for FP_ARRAY parameters was not released. 2004-09-19 09:32:52 +00:00
CheesyPeteza
a6a03bf51e added comments for new plugins 2004-09-19 01:31:34 +00:00
CheesyPeteza
b05cf94a23 added nscommands.amxx 2004-09-19 01:29:35 +00:00
CheesyPeteza
b641192e73 NS commands by sawce 2004-09-19 01:28:38 +00:00
David Anderson
d14c107db1 Fixed some include bugs
Fixed adminslots not showing right slots on connect
Fixed RTEs on wrong team
2004-09-19 00:52:15 +00:00
CheesyPeteza
2e24077b77 Added idle kicker 2004-09-19 00:41:47 +00:00
David Anderson
d819c76024 Fixed formatting bugs 2004-09-19 00:37:58 +00:00
David Anderson
89b5496dfb New alignment (y0shi) 2004-09-19 00:33:50 +00:00
CheesyPeteza
de44b4382a Added idle kicker cvars 2004-09-19 00:27:06 +00:00
CheesyPeteza
c71fc25a9d New plugin, it kicks those damn idle players. 2004-09-19 00:03:23 +00:00
Pavol Marko
5527afc91e Added MF_Prepare*ArrayA functions
The MF_Prepare*ArrayA functions have a third "bool copyBack" parameter which defaults to false and specifies whether the array should be copied from plugin space to module space after function execution (=whether the original array should be updated)
The MF_Prepare*Array are equivalent to MF_Prepare*ArrayA(ptr, size, false);
2004-09-18 16:54:04 +00:00
CheesyPeteza
47eb690a89 disabled fun module (only telemenu uses it) enabled ns module (required for amx_slay) 2004-09-18 14:03:35 +00:00
CheesyPeteza
bb662770e0 Removed the statscfg plugin from base package. 2004-09-18 13:41:53 +00:00
Pavol Marko
4d04072672 Added MF_Prepare*ArrayA functions
The MF_Prepare*ArrayA functions have a third "bool copyBack" parameter which defaults to false and specifies whether the array should be copied from plugin space to module space after function execution (=whether the original array should be updated)
The MF_Prepare*Array are equivalent to MF_Prepare*ArrayA(ptr, size, false);
2004-09-18 13:37:46 +00:00
CheesyPeteza
4c00d8b95d Changes were merged into the base package so this version is no longer required. 2004-09-18 13:35:07 +00:00
Pavol Marko
f828e1c8a0 small changes 2004-09-18 13:34:39 +00:00
Pavol Marko
34abaa1d56 The prepare*Array functions now have a third "bool copyBack" parameter which defaults to false and specifies whether the array should be copied from plugin space to core / module space after function execution (=whether the original array should be updated) 2004-09-18 13:33:21 +00:00
Johnny Bergström
768ea7519f get_info_keybuffer() now works in client_authorized 2004-09-18 13:14:20 +00:00
David Anderson
3eed3b7f07 Removed CString references 2004-09-18 05:39:14 +00:00
David Anderson
3419aa4dc5 Fix for isspace 2004-09-17 19:04:44 +00:00
David Anderson
54a00466e8 debug mode default 2004-09-17 19:00:11 +00:00
Pavol Marko
5133915e9c Fixed crashbug in get_module: if a not-new-api or bad-file module didn't load, it crashed 2004-09-17 18:33:15 +00:00