Johnny Bergström
fa42dbf011
Added stock admin_print(access, const DESTINATION, const MSG[]);
2005-03-30 11:37:41 +00:00
Johnny Bergström
8675d6a4a8
Pev -> Engine wrapper for backwards compatibility
2005-03-26 15:59:58 +00:00
Johnny Bergström
1d770fd400
Removed pev
2005-03-25 22:05:41 +00:00
Johnny Bergström
d6b704e74c
Updated from http://www.amxmodx.org/forums/viewtopic.php?p=99878
...
To ban LAN:ers by IP and not authid.
2005-03-25 09:40:04 +00:00
Johnny Bergström
560f50eda7
*** empty log message ***
2005-03-24 11:37:00 +00:00
Johnny Bergström
73f1e4d77e
*** empty log message ***
2005-03-24 11:03:09 +00:00
Johnny Bergström
87fd5e2b4e
Added in-game cmd "amx_addadmin <playername> <flags> [password] - automatically add specified player as an admin to users.ini"
2005-03-24 10:59:46 +00:00
Johnny Bergström
ad732d7286
*** empty log message ***
2005-03-16 21:00:16 +00:00
CheesyPeteza
f9281fe309
Removed last bug "fix" which did nothing except break a perfectly working plugin. Doh!
2005-03-10 10:47:09 +00:00
CheesyPeteza
01bacc3275
As sawce would say. Bug go squish. :D
2005-03-07 23:55:18 +00:00
CheesyPeteza
53b7516449
Made combat countdown work over multiple games on the same map. Sound now stops when a team has won and everything resets.
2005-03-07 23:48:10 +00:00
CheesyPeteza
916325d3db
Apparently this votemap crash bug is fixed in a server patch being released tonight/tomorrow.
2005-03-07 14:36:48 +00:00
CheesyPeteza
054f046807
Fix for votemap server/client crash in NS v3.0 final release.
2005-03-07 13:41:08 +00:00
CheesyPeteza
afef83ae66
Updated for addition of Jetpack player class to ScoreInfo Message in NS v3.0 final release.
2005-03-06 21:55:15 +00:00
Johnny Bergström
3074ca0756
Removed some... odd thing.
2005-02-25 18:05:50 +00:00
Johnny Bergström
7b8165fe6f
Removing task waiting to call dispInfo if client disconnects before the task is executed. This fixes run time errors.
2005-02-21 00:31:52 +00:00
Johnny Bergström
3774575160
Fixed a bug in dispInfo: if client disconnected fast enough we got a native error in client_print :-D
2005-02-21 00:23:16 +00:00
Johnny Bergström
b2eb9df894
Updated dbi_type() (added "sqlite") and added stock sqlite_table_exists().
2005-02-15 20:50:15 +00:00
Johnny Bergström
a085cef0d6
Updated to allow compiling with unmodified statsx.sma, and other plugins using the old csx api... hopefully. :-9
2005-02-05 11:06:34 +00:00
David Anderson
2980fb1d82
Merged with ns2amx header
2005-02-03 20:49:44 +00:00
David Anderson
3ed92695be
Reverse
2005-02-01 01:12:51 +00:00
David Anderson
9d797f8664
Revert
2005-02-01 00:59:55 +00:00
David Anderson
d7dbf60c8f
New versions fixing compaction bug
2005-01-31 23:11:36 +00:00
David Anderson
948be015a7
new version number
2005-01-31 19:35:06 +00:00
David Anderson
84caa10733
Updated to 2.7.2 compiler
2005-01-31 08:24:24 +00:00
David Anderson
2401d1833e
Updated to 2.7.2 compiler
2005-01-31 07:41:47 +00:00
David Anderson
a189c0bda7
Added amx_mkdir for twistedeuphoria
2005-01-30 05:32:10 +00:00
David Anderson
3d7987e8d8
Fixed is_amd_64 include (Damaged Soul)
2005-01-30 05:03:46 +00:00
David Anderson
1c544f55ca
Fixed typo (furax44)
2005-01-30 05:00:25 +00:00
David Anderson
5c231919b6
Fixed typo (FireStorm)
2005-01-30 04:54:04 +00:00
David Anderson
4b48be3e93
Synced language files
2005-01-30 04:53:11 +00:00
David Anderson
ca07e53293
Fixed typo (XxAvalanchexX)
2005-01-30 04:52:10 +00:00
Johnny Bergström
53188ab941
New natives: cs_set_user_armor(), cs_get_user_armor()
...
cs_set_user_armor() should be used instead of fun's set_user_armor().
2005-01-16 16:30:18 +00:00
Johnny Bergström
5f7dabf9b6
*cough*
2005-01-15 12:24:14 +00:00
Johnny Bergström
e343d224ce
amx_menu: A new menu also reachable by non-admin clients. Scripters can add their plugin menus as an item in this menu (Wc3 menu, Superhero info, etc...) so that a client don't have to bind/know a million different menu commands. This could become a one-stop-shop for all of the clients menu needs. Let's hope it catches on. :-)
...
For this menufront.sma adds: "amx_addclientmenuitem" where server admins can add menu items from plugins that don't support this yet.
amxmisc.inc is also updated to support this.
2005-01-15 09:58:51 +00:00
Johnny Bergström
f18adbf9d6
Updated get_stats and get_stats2 to also retrieve authid
2005-01-14 12:14:34 +00:00
Pavol Marko
01b955d2d4
Finally added callfunc_begin_i and get_func_id into amxmodx.inc
2004-12-25 21:28:50 +00:00
David Anderson
4e7d24f64b
Fix for unban by PiTaGoRaS
2004-12-10 07:51:07 +00:00
Felix Geyer
c1f2a499f8
fixed compiling error (by FireStorm)
2004-11-20 21:34:22 +00:00
Johnny Bergström
7aa31c764d
Fixed some mistakes and typos.
2004-11-17 07:33:29 +00:00
David Anderson
add716276b
Synced language files (added Dutch, thanks Devilion)
2004-11-14 14:23:15 +00:00
David Anderson
e688addd98
Added new natives
2004-11-14 14:21:20 +00:00
Johnny Bergström
fb29cbff16
Added some description for require_module etc
2004-11-13 19:55:11 +00:00
Pavol Marko
ca720c8c83
XS Library
2004-11-13 10:20:12 +00:00
Johnny Bergström
a86cb11fd7
Umm...
2004-11-13 08:47:12 +00:00
David Anderson
86451da9a9
yes
2004-11-11 12:22:23 +00:00
Johnny Bergström
c940a0b621
Umm...
2004-11-11 10:57:50 +00:00
Johnny Bergström
46861ff5b4
Added dllfuncs
2004-11-11 10:39:37 +00:00
David Anderson
ee464539de
Fixed authors and version numbers
2004-11-11 09:08:12 +00:00
David Anderson
f69ff642df
*** empty log message ***
2004-11-11 09:06:50 +00:00
David Anderson
148b365e43
version/author fix
2004-11-11 07:40:21 +00:00
Johnny Bergström
820fedca22
First version
2004-11-09 20:30:17 +00:00
David Anderson
cb94cccf22
Added Dutch language
2004-11-08 12:35:52 +00:00
Lukasz Wlasinksi
c0ee97b437
changed default formula
2004-11-08 12:17:40 +00:00
David Anderson
426a71e7f2
fixed bug reported by JC_Denton when SQL times out
2004-11-07 17:47:36 +00:00
David Anderson
d49b2453bb
little error checking
2004-11-07 17:24:55 +00:00
Steve Dudenhoeffer
5dfbcf2a23
Minor fixes to stop crashing in Zombie Panic
...
(Don't send SVC_INTERMISSION if running zp)
2004-11-06 00:24:55 +00:00
Steve Dudenhoeffer
4c43eccbb5
*** empty log message ***
2004-11-01 17:15:53 +00:00
Steve Dudenhoeffer
380db7c884
*** empty log message ***
2004-11-01 17:15:13 +00:00
David Anderson
1994917044
this may have caused problem
2004-11-01 09:18:46 +00:00
Pavol Marko
bc2386fe47
Fixed typo in RadiusDamage (reported by apophis)
2004-10-30 13:40:23 +00:00
Pavol Marko
ec02883f6e
Added stocks:
...
find_plugin_byfile
find_plugin_bydesc
2004-10-30 13:27:22 +00:00
David Anderson
4e385fec50
Added server_exec() to make plugin_cfg a bit better
2004-10-29 21:05:40 +00:00
Pavol Marko
47d1881c29
Added declarations for:
...
callfunc_begin_i
get_func_id
2004-10-29 19:54:56 +00:00
David Anderson
8761791473
language file sync
2004-10-29 04:40:21 +00:00
David Anderson
6697b7b1d3
new amxxsc compiles
2004-10-29 04:29:02 +00:00
David Anderson
3c9a47aae3
New compilation of libsc251
2004-10-29 04:22:45 +00:00
David Anderson
d1675c82b5
fixed a language format error
2004-10-29 02:17:58 +00:00
David Anderson
b40643950d
added some runtime checks
2004-10-29 02:15:01 +00:00
Lukasz Wlasinksi
c9c26b869c
added more checks
2004-10-28 20:48:00 +00:00
David Anderson
c6eaa97391
oops :(
2004-10-25 23:01:28 +00:00
Johnny Bergström
5eb095b514
Added native get_user_msgname(msgid, name[], len);
2004-10-25 23:00:16 +00:00
Lukasz Wlasinksi
0e681d9bd4
replaced get_weaponname with xmod_get_wpnname
2004-10-25 11:16:02 +00:00
David Anderson
75396c753c
Fixed sounds playing while connecting
2004-10-24 01:32:59 +00:00
David Anderson
91db6c7398
More pointless fixes from karlos
2004-10-24 01:09:07 +00:00
Steve Dudenhoeffer
46390b83ac
minor fix..
2004-10-20 15:55:59 +00:00
David Anderson
f595be47dc
Fixed errors reportde by karlos
2004-10-18 21:00:25 +00:00
Lukasz Wlasinksi
61fc7da654
fixed last hit bug and problems with c4 damage
2004-10-16 17:03:53 +00:00
Johnny Bergström
c29a7d34e5
Renamed cs_get_weapon_type -> cs_get_weapon_id
2004-10-14 06:09:01 +00:00
David Anderson
daa873d8ed
Damaged Soul's map cycle file fix
2004-10-12 21:34:57 +00:00
CheesyPeteza
c09de969eb
Sawces icons
2004-10-12 21:23:38 +00:00
David Anderson
b0dd18580c
fixed native prepend
2004-10-11 17:20:19 +00:00
Lukasz Wlasinksi
32deaa261f
fixed weapon name bug in player status
2004-10-09 21:06:11 +00:00
Johnny Bergström
3a8e103faf
Added custommenuitems.cfg to standard cfg files.
...
menufront.sma executes this file on plugin loa, adding the specified menu items to amxmodmenu.
2004-10-09 10:13:16 +00:00
Johnny Bergström
f4b1c9f78a
Added server command "amx_addmenuitem <menu text> <menu command> <access flags> <plugin name>":
...
Server admins can add menu items to amxmodmenu from plugins that do not (yet) do this on their own.
2004-10-09 09:50:33 +00:00
Johnny Bergström
618759f390
Menu items boundary checking...
2004-10-09 09:32:56 +00:00
David Anderson
ced5d6ff57
added lang_phrase
2004-10-08 19:45:38 +00:00
Johnny Bergström
940b0be4b9
Don't ask 2
2004-10-08 08:59:04 +00:00
Johnny Bergström
75f49e78b0
Don't ask
2004-10-08 08:53:27 +00:00
Johnny Bergström
f06359e38f
Reworked to add AddMenuItem()
2004-10-08 08:37:27 +00:00
Johnny Bergström
2733adbb49
Added AddMenuItem
2004-10-08 08:36:54 +00:00
Johnny Bergström
fc4d8f183b
const parameter in callfunc_push_str
2004-10-08 08:29:53 +00:00
David Anderson
301a69aacb
Synced translation files
2004-10-07 08:31:48 +00:00
Steve Dudenhoeffer
4800ab292c
Added stupid forwards
2004-10-06 17:57:57 +00:00
Lukasz Wlasinksi
34cfce33a1
fixed /stats menu bug ( Damaged Soul ) and added selfkill check in miscstats
2004-10-06 15:47:04 +00:00
David Anderson
6cef4eab4f
*** empty log message ***
2004-10-05 19:02:15 +00:00
Lukasz Wlasinksi
bff8c3cdcf
updated to csx
2004-10-05 16:20:03 +00:00
Johnny Bergström
3b670333de
Fixed result always refused even if admin accepted vote result.
2004-10-05 11:16:27 +00:00
Johnny Bergström
eb36757ef1
Fixed menu not displaying on/off status for scout, mp5, ak47.
2004-10-05 10:01:04 +00:00
David Anderson
054b1f8868
*** empty log message ***
2004-10-05 09:22:14 +00:00
David Anderson
d9b6fa1f93
Initial import of regex stuff
2004-10-05 08:31:42 +00:00
David Anderson
f94aa52974
Switched includes (bigballer)
2004-10-05 07:41:14 +00:00
David Anderson
4ef8530bba
removed
2004-10-04 20:34:43 +00:00
David Anderson
766246648d
Fixed runtime error bugs
2004-10-04 20:10:27 +00:00
David Anderson
027ae6dc7e
*** empty log message ***
2004-10-04 08:09:52 +00:00
David Anderson
e3fad723b8
New CSX
2004-10-04 08:04:50 +00:00
David Anderson
e3a2a2bc17
Merged CSX versions
2004-10-04 07:30:39 +00:00
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
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
Lukasz Wlasinksi
4fcad51d25
updated to use amx_show_activity in hud messages
2004-09-27 17:43:40 +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
Steve Dudenhoeffer
867e7615ae
stupid bug go squish
2004-09-24 19:36:24 +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
0983698d2e
fixed motd
2004-09-21 17:48:48 +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
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
CheesyPeteza
0e279c5bc9
change [UnStuck] to [AMXX]
2004-09-19 18:05:13 +00:00
David Anderson
83fa1aea27
*** empty log message ***
2004-09-19 17:32:55 +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
1ef7f8dd72
new defaults
2004-09-19 16:47:18 +00:00
David Anderson
bff11bc18e
Fixed method of illegal buying
2004-09-19 16:32:15 +00:00
David Anderson
9042efd195
Synced
2004-09-19 15:22:50 +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
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
c71fc25a9d
New plugin, it kicks those damn idle players.
2004-09-19 00:03:23 +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
David Anderson
54a00466e8
debug mode default
2004-09-17 19:00:11 +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
e0af113cac
Fixed bug reported by kexz
2004-09-17 00:51:20 +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
Johnny Bergström
d43807a248
Added get_string() to engine:
...
/* Converts a string offset into a real string. Some of the forwards in fakemeta
uses string offsets. (FM_CreateNamedEntity) */
native get_string(_string, _returnString[], _len);
2004-09-16 11:02:51 +00:00
Steve Dudenhoeffer
1485014229
Fixed traceresults and trace hooks..
2004-09-15 18:40:18 +00:00
Pavol Marko
0ea68c81dc
test dlls
2004-09-15 16:09:58 +00:00
Lukasz Wlasinksi
d7d8ba1398
no message
2004-09-15 07:31:53 +00:00
David Anderson
36c78421ae
OP_FILE is now always generated
2004-09-15 05:42:33 +00:00
Lukasz Wlasinksi
e287a2f202
fixed "BACK" : "EXIT" format bug
2004-09-14 17:04:19 +00:00
David Anderson
f171842cf8
added traceresult stuff
2004-09-14 06:16:52 +00:00
David Anderson
5c177aada0
fixed -o bug
2004-09-13 14:40:59 +00:00
David Anderson
5c6289e1f0
Fixed -o bug
2004-09-13 14:18:08 +00:00
David Anderson
22bac3c8f4
strip user flags on reload (mrhunt)
2004-09-13 06:17:47 +00:00
David Anderson
926f995a3a
Added 64bit simulator
2004-09-12 20:58:27 +00:00
Johnny Bergström
1a2ef38588
Renamed anglevector to angle_vector because that's its name in module...
2004-09-12 17:00:33 +00:00
Lukasz Wlasinksi
09d0ba039d
deleted menufront plugins ..
2004-09-12 11:05:24 +00:00
David Anderson
54e88bf8a8
Fixed path handling for plugins
2004-09-12 07:13:41 +00:00
David Anderson
ee28532c53
*** empty log message ***
2004-09-12 00:52:18 +00:00
David Anderson
e4294da5bd
no more stdc++
2004-09-12 00:48:36 +00:00
David Anderson
7c8e9509ce
fixed bug actually
2004-09-10 22:00:07 +00:00
David Anderson
f5a997069d
Added new compiler frontend :)
2004-09-10 21:13:20 +00:00
Steve Dudenhoeffer
2573c9c4d2
Added pev_ideal_yaw
2004-09-10 16:28:27 +00:00
Steve Dudenhoeffer
d72b8de045
DLLFunc_ClientUserInfoChanged
2004-09-10 16:09:32 +00:00
David Anderson
9a3e713a69
Moved ns plugins
2004-09-10 15:57:24 +00:00
Lukasz Wlasinksi
07ed1baee9
added ts plugins
2004-09-10 11:57:56 +00:00
Lukasz Wlasinksi
1e1d479d76
added tfc plugins
2004-09-10 11:57:26 +00:00
Lukasz Wlasinksi
78c191b4c9
added dod plugins
2004-09-10 11:47:43 +00:00
Lukasz Wlasinksi
cf65ebf647
added DoD include files
2004-09-10 10:08:22 +00:00
David Anderson
90eafe59a6
register_module -> require_module
2004-09-10 05:18:57 +00:00
David Anderson
267db7cc2b
Removed include files
2004-09-10 03:16:30 +00:00
David Anderson
5043a40c51
Synced include files
2004-09-10 03:12:38 +00:00
David Anderson
767795b91e
Added cstrike plugins
2004-09-10 00:33:41 +00:00
David Anderson
6b9c8ac1ea
Added dlsym handler
2004-09-09 21:47:32 +00:00
David Anderson
6ac682cc5b
Organized Cstrike stuff
2004-09-09 21:36:47 +00:00
David Anderson
59880371e1
Changes
2004-09-09 05:17:28 +00:00
David Anderson
4232d68c92
New module registering ability
2004-09-09 04:53:37 +00:00
Pavol Marko
b23eba293d
fixed 64 bit bugs with float-to-bool conversion and unary - operator
2004-09-08 18:35:22 +00:00
David Anderson
08682ab378
SQL fallback to users.ini
2004-09-08 18:34:48 +00:00
David Anderson
39cb15cc56
nothing
2004-09-08 18:27:39 +00:00
David Anderson
1aee2c6f81
Fixed format tags
2004-09-07 09:26:20 +00:00
Lukasz Wlasinksi
3c67dcd326
added danish translation
2004-09-06 20:30:20 +00:00
Steve Dudenhoeffer
ec3ade999a
Added hull defines
2004-09-05 18:13:52 +00:00
Johnny Bergström
6122364a24
catched -> caught
2004-09-05 17:28:48 +00:00
Steve Dudenhoeffer
ff1be08b8a
Updated
2004-09-05 15:54:38 +00:00
Steve Dudenhoeffer
276886022e
Fixed small display bug with amx_who
2004-09-05 09:17:46 +00:00
Lukasz Wlasinksi
7f70805e63
added [de] ([pc]Raba) and [tr] (Deagle) translations
2004-09-04 16:17:35 +00:00
David Anderson
1822261046
sanaell's frenchie changes
2004-09-03 08:01:28 +00:00
David Anderson
580b20e720
1.02 linux build
2004-09-03 01:23:53 +00:00
David Anderson
0b5c02f678
fixed warning
2004-09-01 20:58:03 +00:00
Felix Geyer
385fa07884
sql.cfg is always executed
2004-09-01 11:47:20 +00:00
Felix Geyer
35fdb8aa6e
fixed compiler warning
2004-09-01 11:41:07 +00:00
Johnny Bergström
745c595fc8
Now uses fakemeta for pdata stocks
2004-09-01 08:39:30 +00:00
Lukasz Wlasinksi
90b7dc2b9c
updated dod stats file to ML
2004-08-31 22:00:15 +00:00
Lukasz Wlasinksi
66bed5a1ab
max cvars changed to 48 , DoD has too many cvars ...
2004-08-31 21:59:09 +00:00
Johnny Bergström
8575c9a637
Added some description. hopefully they are right :-)
2004-08-31 16:43:58 +00:00
Johnny Bergström
e73acf4fe4
Renamed is_jit_enabled from jit_enabled
2004-08-31 15:37:22 +00:00
David Anderson
5f00f09314
Moved stocks
2004-08-31 15:02:51 +00:00
Steve Dudenhoeffer
e15c151167
minor fix from karlos
2004-08-31 12:45:11 +00:00
Steve Dudenhoeffer
a720b62aaa
Oh small compiler, how I hate thee
...
(Fixed issue where SC warned and truncated an enum entry)
2004-08-31 06:26:41 +00:00
David Anderson
71e6ce30a3
Fixed amx_say bug
2004-08-31 05:50:06 +00:00
David Anderson
4ee0573203
Changed to 2.5.1 compiler
2004-08-31 05:30:44 +00:00
David Anderson
68354f8964
Reverted to 2.5.1
2004-08-31 05:30:27 +00:00
Steve Dudenhoeffer
d0b37726d5
Backwards compatibility bug found by karlos
2004-08-31 05:27:31 +00:00
David Anderson
813bc1a212
Removed pvPrivateData manipulation - see fakemeta_amxx
2004-08-31 02:58:28 +00:00
David Anderson
aa3c8fa377
sql cvars register by default
2004-08-31 02:53:06 +00:00
David Anderson
3b6d22d3bf
Added amx_client_languages option
2004-08-30 03:31:00 +00:00
David Anderson
36ad12b6b3
fixed bugs
2004-08-30 00:07:55 +00:00
David Anderson
0c022b1543
Fixed some bugs in admin_sql
...
Changed some things in dbi
2004-08-29 23:42:35 +00:00
Steve Dudenhoeffer
269a0e4305
Sawce, the master of stupid mistakes strikes again!
...
(Fixed small bug)
2004-08-25 04:26:32 +00:00
Steve Dudenhoeffer
19101470fd
Added fakemeta includes (from dlls/fakemeta/)
...
Updated ns includes
2004-08-24 21:36:39 +00:00
David Anderson
a86c892af2
Fixed pointcontents stock
2004-08-24 09:04:27 +00:00
David Anderson
94219ae71a
New compiler (compression changed, dependencies removed)
2004-08-23 21:57:37 +00:00
Lukasz Wlasinksi
f4130105b0
fixed team menu
2004-08-23 21:17:59 +00:00
Steve Dudenhoeffer
e4d11b321d
Small fix for backwards compat
2004-08-23 18:25:45 +00:00
David Anderson
4ee81cd1ca
New compiler
2004-08-23 17:13:12 +00:00
David Anderson
4a74dce0cd
updated for karlos's changes
2004-08-23 13:38:09 +00:00
David Anderson
473699e7c8
updated for mahnsawce's changes
2004-08-23 12:35:21 +00:00
Felix Geyer
a0562ce437
added Portuguese
2004-08-22 15:58:50 +00:00
Felix Geyer
160f52ec39
better detection for available menus
2004-08-22 14:54:07 +00:00
David Anderson
d101d94209
fix error
2004-08-22 14:49:04 +00:00
Felix Geyer
c392f3cbbc
fixed description of is_module_loaded() and is_plugin_loaded()
2004-08-22 12:31:37 +00:00
Felix Geyer
9419fdecc9
fixed a tiny bug
2004-08-22 11:49:12 +00:00
David Anderson
1cfd5a587a
fixed bad merge?
2004-08-22 09:47:40 +00:00
David Anderson
f1a6938441
dupe bugs
2004-08-22 04:47:03 +00:00
David Anderson
9b12979b05
More duplication bugs
2004-08-22 04:41:03 +00:00
David Anderson
ff8eec09e1
More duplication fixes
2004-08-22 04:36:44 +00:00
David Anderson
a9cb464a33
Fixed duplicate keys
2004-08-22 04:25:55 +00:00
David Anderson
722cd23065
Added NS module incs
2004-08-21 21:55:57 +00:00
Felix Geyer
11952467e1
Initial import
2004-08-21 21:12:15 +00:00
David Anderson
2f3950b548
Added sasm
2004-08-21 21:04:58 +00:00
Felix Geyer
2b87e6d585
many more fixes
2004-08-21 16:55:39 +00:00
David Anderson
cf6e1598d5
Updated for -o.. fix
2004-08-21 06:41:31 +00:00
David Anderson
1d860645c2
Fixed -o.. bug
2004-08-21 06:38:30 +00:00
Felix Geyer
49ee255fa4
fixed amx_reloadadmins output
2004-08-20 21:40:17 +00:00