Commit Graph

573 Commits

Author SHA1 Message Date
Pavol Marko
4f6450abf0 amxx_pluginsdir and amxx_modulesdir added 2004-03-24 19:00:03 +00:00
Pavol Marko
130f274f86 more localinfos 2004-03-24 18:59:37 +00:00
Pavol Marko
98c63e8efd new localinfos 2004-03-24 18:39:25 +00:00
Pavol Marko
2b7b1a844c get_modulesnum function updated (using UTIL_GetModulesNum now) 2004-03-24 18:35:42 +00:00
Pavol Marko
012507c38a fixed getline function 2004-03-24 18:35:04 +00:00
Pavol Marko
a9a46e20b2 fixed size() function, added empty() function 2004-03-24 18:34:47 +00:00
Pavol Marko
ab110d3d27 added localinfo paths, fixed amx_version and amxmodx_version cvars (module count) 2004-03-24 18:34:18 +00:00
Pavol Marko
cfb45c1302 added UTIL_GetModulesNum function 2004-03-24 18:33:41 +00:00
Johnny Bergström
e40daf1315 another fix 2004-03-24 12:56:21 +00:00
Johnny Bergström
5967f7d951 fixed entity_set_string to take const strings 2004-03-24 08:53:40 +00:00
Felix Geyer
ca0c0bfce2 disabled restrictmenu by default 2004-03-24 08:30:49 +00:00
Felix Geyer
079f824a81 updated version information 2004-03-24 08:30:08 +00:00
Felix Geyer
d850e62a02 updated amxx version 2004-03-24 08:24:35 +00:00
Felix Geyer
10b887147e added [AMXX] before messages 2004-03-24 08:24:19 +00:00
Felix Geyer
df2a96e2d7 removed map descriptions 2004-03-24 08:21:13 +00:00
Felix Geyer
63bc246264 changed ban commands 2004-03-24 08:20:35 +00:00
Felix Geyer
16e3582ef5 nothing important 2004-03-24 08:19:08 +00:00
Johnny Bergström
0a582d4635 Didn't work - fixed a lot of stuff 2004-03-24 08:18:07 +00:00
Felix Geyer
cd3f57987b updated to new ban command 2004-03-24 08:16:43 +00:00
Felix Geyer
ecbf698486 removed descriptions 2004-03-24 08:16:29 +00:00
Felix Geyer
64a0c95bfa Engine is deactivated by default 2004-03-24 08:16:14 +00:00
Felix Geyer
894d650593 welcomemsg and stats_logging are deactivated by default 2004-03-24 08:15:58 +00:00
Johnny Bergström
8d89be8de3 confirmed WON offset: OFFSET_CLIPAMMO as 51 2004-03-24 07:54:15 +00:00
David Anderson
b9bb70d410 fixed maxclients bug 2004-03-24 07:54:13 +00:00
Johnny Bergström
8c7938d47a Fixed workspace 2004-03-24 07:28:49 +00:00
David Anderson
c78e2bcf7e new makefile 2004-03-24 06:33:39 +00:00
David Anderson
0bea18ca9f New makefile 2004-03-24 06:33:03 +00:00
David Anderson
7937c77eed imported jghg2 support 2004-03-24 05:10:11 +00:00
David Anderson
8110271bdd imported jghg2 support 2004-03-24 05:01:33 +00:00
David Anderson
f566ac2eb7 new file names+headers 2004-03-24 03:39:37 +00:00
David Anderson
b311a9ccc3 new file names+headers 2004-03-24 02:10:20 +00:00
David Anderson
2a7b5b714d Fixed header files in makefile. 2004-03-24 01:40:10 +00:00
David Anderson
f711baf3df new file names 2004-03-24 01:35:44 +00:00
David Anderson
5c82095e81 removed useless hook 2004-03-24 01:10:38 +00:00
David Anderson
15904761e8 compiles now 2004-03-24 00:54:35 +00:00
David Anderson
6d58afcedb undid some stuff 2004-03-23 13:25:59 +00:00
Felix Geyer
1b0cc63b5b amx.cfg --> amxx.cfg 2004-03-23 10:15:26 +00:00
David Anderson
94b9bc9939 fixed give_item 2004-03-23 01:18:22 +00:00
Johnny Bergström
95445293a2 Fixed anim after cs_set_weapon_silenc 2004-03-22 12:20:00 +00:00
Johnny Bergström
431bfbb4d9 Updated set_entity_visibility 2004-03-22 11:44:47 +00:00
Johnny Bergström
e47104aa29 Fixed reference to find_ent_by_classname in find_ent
Added set_entity_visibility and get_entity_visibility
2004-03-22 11:29:29 +00:00
Johnny Bergström
180fa52acb Added cs_get_weapon_ammo/cs_set_weapon_ammo 2004-03-22 09:10:11 +00:00
Johnny Bergström
bbbe0cda78 Added cs_get_weapon_ammo/cs_set_weapon_ammo 2004-03-22 08:57:23 +00:00
Johnny Bergström
b21bbcbf90 Fixed prototype of set_offset_short
Fixed all offset natives (they checked ent index above maxClients, should've been maxEntities (some also checked if player is online))
Added s/get_offset_char()
Fixed set_pdata_float to set float value from parameter properly
Fixed set_pdata_short to set short value from parameter properly
Reimplemented find_ent_by_owner
2004-03-22 08:27:52 +00:00
Johnny Bergström
66a1f11387 Shortened all natives that had longer names than old compiler limit of 19 characters. 2004-03-22 07:23:47 +00:00
David Anderson
2b366a354c fixed amx_show_activity 2004-03-22 06:33:11 +00:00
David Anderson
cebf782a90 amx_show_activity is now registered 2004-03-22 06:30:37 +00:00
David Anderson
4ffa954055 Fixed bug with get_offset 2004-03-22 05:43:47 +00:00
Johnny Bergström
556e9cee57 removed a forgotten debug message 2004-03-21 17:10:35 +00:00
David Anderson
421c62c6a0 Added native support for set_speak and get_speak and SetSpeak 2004-03-21 09:17:55 +00:00