Commit Graph

631 Commits

Author SHA1 Message Date
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
Felix Geyer
bb9160e21f various improvements 2004-08-20 20:54:47 +00:00
Felix Geyer
b35214cce9 fixed many bugs 2004-08-20 20:53:19 +00:00
Felix Geyer
f2a2b95013 Initial import 2004-08-20 12:27:13 +00:00
Felix Geyer
ee1144338b small fix 2004-08-20 12:26:39 +00:00
Felix Geyer
58422ceb29 better German translations 2004-08-20 12:26:24 +00:00
Felix Geyer
25071dce26 small changes 2004-08-19 22:21:53 +00:00
Felix Geyer
4f371ccb6c fixed missing menu text 2004-08-19 22:21:11 +00:00
Felix Geyer
0899098cd8 fixed compiling errors when using sql 2004-08-18 16:08:16 +00:00
Felix Geyer
2c13271b10 Initial import 2004-08-18 15:50:53 +00:00
Felix Geyer
e6dbc065d1 now really updated to use the multi-lingual system 2004-08-18 15:50:12 +00:00
David Anderson
bf553e6ce0 Linux fix of -o bug (devnull reported) 2004-08-18 14:32:29 +00:00
David Anderson
9fc68b6d94 Fixed -o bug (reported by devnull) 2004-08-18 14:15:46 +00:00
Felix Geyer
7799bde73d added 2 new languages | removed non English chars 2004-08-17 01:08:56 +00:00
David Anderson
c032415d35 Added linux version of compiler 2004-08-15 02:55:21 +00:00
David Anderson
d1f082eb1b Fixed "Done" bug
Removed callfunc/dllfunc natives
2004-08-15 02:28:48 +00:00
David Anderson
5e3acc30c4 buffer increase :] 2004-08-15 01:25:20 +00:00
David Anderson
0db3ec3460 Added hostile intent weapons (EKS) 2004-08-15 00:15:51 +00:00
David Anderson
216136c5ce Added md5 2004-08-15 00:05:22 +00:00
Felix Geyer
27bb44a7fe new values for LANG_* defines 2004-08-13 15:26:48 +00:00
Felix Geyer
b96eaf1650 forgot something :) 2004-08-13 15:02:38 +00:00
Felix Geyer
ae893f79f1 small fix 2004-08-13 15:01:14 +00:00
Felix Geyer
310ad81849 Initial import of 8 languages 2004-08-13 14:58:43 +00:00
David Anderson
9a0d61ac27 Possible fix for output redirection 2004-08-13 14:15:47 +00:00
Felix Geyer
170331b0c3 clean-up 2004-08-13 12:23:28 +00:00
David Anderson
03b2afc7e4 Committed new compiler 2004-08-13 12:06:32 +00:00
Felix Geyer
0bb4e1bfff added TYPE_LANGMENU 2004-08-13 11:58:32 +00:00
Felix Geyer
79a7b7967c added message on join 2004-08-13 11:20:32 +00:00
Felix Geyer
e42aef8714 added #define DISPLAY_MSG 2004-08-13 11:20:12 +00:00
Felix Geyer
f90ab9d732 small fix 2004-08-09 12:56:24 +00:00
Felix Geyer
175c5767f1 customizable table name 2004-08-08 11:05:59 +00:00
Felix Geyer
023f9b43ea small fix 2004-08-07 23:07:03 +00:00
Felix Geyer
c7df3853d5 corrected typing mistake 2004-08-07 17:08:04 +00:00
Felix Geyer
a1e955370b updated to use the multi-lingual system 2004-08-07 10:48:05 +00:00
Felix Geyer
a3f5ffdcda Initial import 2004-08-07 10:47:44 +00:00
Felix Geyer
d4bcbf586a fixed compiling errors 2004-08-07 10:47:08 +00:00
Felix Geyer
574189468b fixed compiling errors 2004-08-07 10:47:08 +00:00
Felix Geyer
d81f4af4c9 small fix 2004-08-07 10:43:39 +00:00
Felix Geyer
94474b57c1 added dictionary common.txt 2004-08-06 18:44:37 +00:00
Felix Geyer
0eb04ba899 updated to use the multi-lingual system 2004-08-06 18:40:59 +00:00
Felix Geyer
a8dab8993e updated to use the multi-lingual system | better code style 2004-08-06 18:40:41 +00:00
Felix Geyer
80a32b6d08 added entries for amxmisc 2004-08-06 18:40:20 +00:00
Felix Geyer
fbfb43b7d2 Initial import 2004-08-06 18:39:19 +00:00
Felix Geyer
ee7a14faa2 forgot to remove g_pluginMatch[] 2004-08-05 11:16:30 +00:00
Felix Geyer
402c51582f Initial import 2004-08-05 11:10:21 +00:00
Felix Geyer
f88ce70892 some optimizations 2004-08-05 11:09:42 +00:00
Felix Geyer
89b4ef92b5 updated to use the multi-lingual system | better code style 2004-08-05 11:09:16 +00:00
Felix Geyer
9276dbb086 small fix 2004-08-05 11:06:49 +00:00
Felix Geyer
b98478a3ee amx_ instead of amxx_ commands 2004-08-05 11:04:51 +00:00
Felix Geyer
525f13662e yet another fix 2004-08-03 23:59:05 +00:00
Felix Geyer
597b6dfd32 added new parameter to show_menu() 2004-08-03 23:14:35 +00:00
Felix Geyer
e7444ddb97 small fix 2004-08-03 21:47:36 +00:00
Felix Geyer
4d1d2b5527 better code style 2004-08-03 20:36:33 +00:00
Felix Geyer
a073c4ae3c changed calculation 2004-08-03 20:33:17 +00:00
Felix Geyer
d88b8a28a7 Initial import 2004-08-03 20:30:53 +00:00
Felix Geyer
321fe54d81 updated to use the multi-lingual system | better code style 2004-08-03 20:30:19 +00:00
Felix Geyer
e4713629d9 fixed compiling errors 2004-08-03 20:27:28 +00:00
Felix Geyer
515659c29e added RES_REF 2004-08-03 20:27:07 +00:00
Felix Geyer
0be7ddcbd9 updated to use the multi-lingual system | better code style 2004-08-03 20:11:16 +00:00
Felix Geyer
b25d3a081f added more entries 2004-08-03 20:09:47 +00:00
Felix Geyer
403f22340f Initial import 2004-08-03 20:09:32 +00:00
Felix Geyer
453d8d8f47 "lang" insted of "_language" 2004-08-01 22:40:57 +00:00
Felix Geyer
296208dcb9 small fix 2004-08-01 22:34:04 +00:00
Felix Geyer
d2576d3801 added LANG_ defines 2004-08-01 16:50:12 +00:00
Felix Geyer
2ca6e3382e added ucfirst() 2004-08-01 16:49:24 +00:00
Felix Geyer
a5ca11f88f removed (will be replaced by compile.exe) 2004-07-31 09:54:59 +00:00
Felix Geyer
91618c5272 use AMXX_VERSION_STR 2004-07-31 09:51:34 +00:00
Felix Geyer
02611efe76 Initial import 2004-07-31 09:48:45 +00:00
Felix Geyer
13effdeab7 Initial import 2004-07-31 01:06:58 +00:00
Felix Geyer
af69e24eaf added register_menu() | fixed a compiler warning in access() 2004-07-31 01:00:20 +00:00
Felix Geyer
4fccdd676b use AMXX_VERSION_STR 2004-07-30 23:39:39 +00:00
Felix Geyer
ac910f9e56 added AMXX_VERSION_STR 2004-07-30 23:38:49 +00:00
Felix Geyer
f566d95b4b small fix 2004-07-30 21:52:13 +00:00
David Anderson
c6c95f2443 initial import of fakemeta_amxx 2004-07-30 14:29:20 +00:00
Felix Geyer
4d843e0792 removed forward server_changelevel() 2004-07-30 14:17:28 +00:00
Felix Geyer
edb6e0896f better code formatting | small optimizations 2004-07-29 14:56:47 +00:00
Felix Geyer
9a88c0e240 using MENU_KEY defines 2004-07-29 10:58:54 +00:00
Felix Geyer
5874a313e4 SQL disabled by default 2004-07-29 10:41:55 +00:00
Felix Geyer
265ef9ab88 removed auto-print to server console 2004-07-29 10:40:46 +00:00
Felix Geyer
166bbc1101 fixed compiler errors 2004-07-27 22:13:48 +00:00
Felix Geyer
123262235e added "cs13" to cstrike_running() 2004-07-27 21:06:36 +00:00
Felix Geyer
04781dd75d uses cstrike_running() now 2004-07-27 16:45:00 +00:00
Felix Geyer
6d74c31597 added cstrike_running 2004-07-27 16:42:59 +00:00
Felix Geyer
5915a18b3c use coloredMenus instead of cstrikeRunning | better code formatting 2004-07-26 15:49:10 +00:00
Felix Geyer
9d0481e7df use coloredMenus instead of cstrikeRunning 2004-07-26 15:48:12 +00:00
Felix Geyer
db726a5ba2 added MENU_KEY defines 2004-07-26 15:43:51 +00:00
Felix Geyer
0cb1aabb90 added colored_menus() 2004-07-26 15:07:25 +00:00
Felix Geyer
5e14f93868 removed amx_clexec on request of some people 2004-07-24 23:45:31 +00:00
Felix Geyer
b409769f2b added amx_clexec and amx_nick 2004-07-24 13:33:39 +00:00
Felix Geyer
17c00abbde flag y (ADMIN_ADMIN) is not set anymore 2004-07-24 11:03:51 +00:00
Felix Geyer
5a93f4a80b fixed is_user_admin()
changed access functions to new ADMIN_ADMIN
2004-07-24 11:02:49 +00:00
Felix Geyer
3a904ed05c added trim() 2004-07-24 01:52:45 +00:00
Felix Geyer
53d860a47e *** empty log message *** 2004-07-24 00:36:38 +00:00
Felix Geyer
30ca720920 changed file extension to .amxx 2004-07-24 00:36:17 +00:00
Felix Geyer
2a57fa02ca removed rescode() 2004-07-23 19:52:55 +00:00
Felix Geyer
221375b730 fixed compiler warnings 2004-07-23 18:11:25 +00:00
Johnny Bergström
8e8633a49a Fixed team native tags 2004-07-22 21:01:39 +00:00
Felix Geyer
064853d9d5 added jit_enabled() 2004-07-20 13:37:15 +00:00
Felix Geyer
7b14a4bb4e added ADMIN_ALL 2004-07-19 19:21:37 +00:00
Felix Geyer
0f8ec91e00 removed NO_STEAM 2004-07-19 15:03:45 +00:00
Felix Geyer
ef11026195 removed WON support
fixed some bugs
2004-07-19 14:33:17 +00:00
David Anderson
bcc8292730 Fixed DBI tags. 2004-07-19 14:28:42 +00:00
David Anderson
09da646086 Added DBI tags. 2004-07-18 10:22:55 +00:00
David Anderson
fd9666d068 Added change_task()
Added server_changelevel forward
Added is_user_admin()
2004-07-18 08:19:20 +00:00
Johnny Bergström
8ea1c7f486 Fixed callfunc_begin(): Wrote "filename" instead of just "name" to make it more clear... 2004-07-16 08:36:08 +00:00
Johnny Bergström
63c2c0a322 Fixed callfunc_begin(): The order of the params was wrong!!! 2004-07-16 08:24:10 +00:00
Johnny Bergström
228d3a13c8 Fixed pdata int stocks 2004-07-12 08:25:48 +00:00
Johnny Bergström
7c9be9c348 Fixed for NO_STEAM builds (removed STEAM autobuy code from build) 2004-07-10 10:02:13 +00:00
David Anderson
1d555a66f8 Removed debugging info 2004-07-06 06:28:42 +00:00
David Anderson
ed7b584b49 Removed possible inappopriate language 2004-06-30 19:04:04 +00:00
Felix Geyer
e0a9c60bf1 added new colors orange, ocean and maroon 2004-06-30 17:08:52 +00:00
Felix Geyer
325afaa612 updated version number 2004-06-30 08:36:31 +00:00
David Anderson
017c94eae1 Re-added -C- compiler. 2004-06-30 08:34:56 +00:00
Felix Geyer
93f6a136fa added double-include prevention 2004-06-30 08:34:52 +00:00
David Anderson
413f02ab2a Re-added -C- compiler 2004-06-30 08:32:51 +00:00
David Anderson
5ea3af0b2b Fixed SQL side bug 2004-06-30 03:19:31 +00:00
David Anderson
42c187fa33 Fixed register_plugin bug found by Zor 2004-06-30 00:19:24 +00:00
David Anderson
09e13f5dd9 Changed antiflood to be more intelligent. 2004-06-29 20:29:40 +00:00
Felix Geyer
3c22ae73a1 added custom map configs 2004-06-29 20:17:25 +00:00
David Anderson
feda453e6d Added backwards compatibility for NS2AMXx
Changed most stocks to natives.
2004-06-29 19:38:03 +00:00
Felix Geyer
5b9a7451c3 added description of plugin_pause and plugin_unpause 2004-06-29 16:39:06 +00:00
Felix Geyer
3b2d711c4f added get_datadir
changed get_customdir (backwards compatibility)
2004-06-29 16:38:27 +00:00
Felix Geyer
667d06b126 added "return" 2004-06-29 16:15:24 +00:00
David Anderson
f520743aa2 Defaults to mapcycle.txt now. 2004-06-29 03:40:32 +00:00
David Anderson
d4aef1a60b Fixed some things 2004-06-26 19:37:31 +00:00
David Anderson
e60d1c815c Added new natives. 2004-06-26 04:48:32 +00:00
David Anderson
932dec9dee New engine natives 2004-06-25 22:50:43 +00:00
David Anderson
60da2d5621 Bug fix with sql.cfg 2004-06-25 19:18:24 +00:00
David Anderson
45a3493256 Added math native definitions. 2004-06-24 22:11:32 +00:00
David Anderson
ca24deb6b9 *** empty log message *** 2004-06-24 19:04:50 +00:00
David Anderson
3d521e5d30 Added backwards MySQL compatibility. 2004-06-24 08:37:34 +00:00
David Anderson
4ab6b083c1 Updated version numbers.
Fixed Condition-Zero support.
Replaced Stats with StatsX.
2004-06-24 08:10:52 +00:00
David Anderson
0d07a13dbe Removed admin_sql, merged with admin 2004-06-24 07:57:55 +00:00
David Anderson
553f1872a5 Fixed some minor errors. 2004-06-24 06:59:16 +00:00
Johnny Bergström
ab03ce077e Added strip_user_weapons (thx to SidLuke) 2004-06-21 09:16:14 +00:00
Johnny Bergström
1af005a047 Added cs_get_no_knives, cs_set_no_knives 2004-06-17 15:42:43 +00:00
David Anderson
8cff99c7f4 New DBI (not tested!) 2004-06-14 06:52:15 +00:00
David Anderson
f7e0baa45e New DBI 2004-06-11 21:03:45 +00:00
Johnny Bergström
5cbc863f33 Added cs_get_user_hasprim() 2004-06-07 15:33:45 +00:00
Johnny Bergström
667b15787d Fixed some typos and stuff. 2004-06-07 11:13:20 +00:00
David Anderson
c6b0c75b72 Added many new DBI functions 2004-05-30 09:58:51 +00:00
David Anderson
e0a9729b47 Added dbi_type() 2004-05-28 10:10:16 +00:00
David Anderson
9627b4803d Added dbi_type() 2004-05-28 09:21:11 +00:00
David Anderson
23c4f0b666 Added user_has_weapon() native 2004-05-26 08:29:17 +00:00
David Anderson
f88bd58919 Added user_has_weapon() native 2004-05-26 08:28:54 +00:00
David Anderson
af29e2fb81 Updated engine includes
Added natural selection includes
2004-05-26 07:59:33 +00:00
Johnny Bergström
7bb4c78a33 Small update. Added 2nd parameter to amx_help for server. Server can type "amx_help 1 150" to view 150 help cmds at once. 2004-05-16 11:31:41 +00:00