Commit Graph

1301 Commits

Author SHA1 Message Date
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
Pavol Marko
895948ca45 fixed bug where 'v' was considered a whitespace character 2004-09-17 18:32:00 +00:00
David Anderson
d0c51bd637 Removed compact encoding - fixes compaction errors on OP_FILE 2004-09-17 18:21:49 +00:00
David Anderson
2e028ebe20 new compile script from malex 2004-09-17 06:11:14 +00:00
David Anderson
26349730e5 Fixed locking issue with lang files 2004-09-17 01:59:27 +00:00
David Anderson
c0374c5fe5 COFF fix 2004-09-17 01:26:42 +00:00
David Anderson
ab2794d4bd Fixed files not fclose()ing
Module no longer reloads on mapchange
2004-09-17 01:19:03 +00:00
David Anderson
e0af113cac Fixed bug reported by kexz 2004-09-17 00:51:20 +00:00
David Anderson
f9a57a83a0 Changed how plugins.ini is read 2004-09-17 00:46:33 +00:00
David Anderson
b7c0c47c05 New "debug" status for amxx plugins.
Correctly switches between amx_opcodelist and nodebug.
Fixed metamod and amxmodx GPL alignment.
Fixed debug mode not being set for non-JIT.
2004-09-17 00:27:28 +00:00
David Anderson
2d9ec5295d Synced translations 2004-09-16 22:43:51 +00:00
David Anderson
b3f01faf38 Message if menu is disabled 2004-09-16 22:39:07 +00:00
David Anderson
58578690ad Fixed server_changelevel (fsfod)
Added dod deathmsg stock (Pimp_Daddy)
2004-09-16 22:35:12 +00:00
David Anderson
4754ccdd1d Removed co_rebirth (Emanon) 2004-09-16 22:33:55 +00:00
David Anderson
f6facb5349 Removed old code 2004-09-16 22:15:07 +00:00