Commit Graph

28 Commits

Author SHA1 Message Date
Arkshine
ed4faf7c11 Fix player not being internally disconnected in some situation + add client_disconnected forward 2015-08-14 00:08:50 +02:00
Arkshine
e441908230 MAX_PLAYERS: Fix plugins 2015-02-01 19:25:36 +01:00
Arkshine
cdc7d550eb Cvars: Rearrange a bit some code
Changed class CCVar -> struct CvarInfo
Added CvarManager class and moved some code there
Code of registering a cvar is rewritten
Cvars datas are stored in a hashtable for fast lookup
For natives compatibility, an inline list is kept (though CList -> ke::InlineList)
Replace some CVAR_GET/SEt_ by FindVar
2015-01-23 19:05:32 +01:00
Arkshine
c03271c856 Use server language as fallback if client's "lang" key is not defined. 2014-08-07 14:20:29 +02:00
Scott Ehlert
f787db1be5 Update license headers for plugins and includes. 2014-08-04 13:18:41 -05:00
skyrim
0de8ee48d0 Replaced sizeof(str)-1 and magic nums with charsmax 2014-07-29 16:32:32 +02:00
xPaw
dff6dc53f4 Use formatex and charsmax 2014-07-27 12:51:36 +03:00
xPaw
499b5a1ac8 Use MAX_PLAYERS 2014-07-27 12:37:58 +03:00
xPaw
1d17835e9a Update multilingual plugin
- User pcvars
- Remove vault usage
- Remove amx_setlang (not very useful, it's covered by the cvar now)
- Remove server language from the menu (covered by the cvar now)
- Add a cvar for previously hardcoded DISPLAY_MSG
2014-07-27 10:54:46 +03:00
Arkshine
07534edfcd Use the new constants in various place. 2014-07-20 12:27:02 +02:00
Borja Ferrer
ddf3b6df32 new cleaned-up version of the plugins (no more OLOcode :D) 2005-09-12 21:06:24 +00:00
David Anderson
6d7442fb4f Fix for bug at8190 by faluco 2005-07-27 16:32:22 +00:00
David Anderson
37a80e6ef6 Fixed bugs at8190, at16430 2005-07-24 02:52:15 +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
David Anderson
d819c76024 Fixed formatting bugs 2004-09-19 00:37:58 +00:00
David Anderson
b3f01faf38 Message if menu is disabled 2004-09-16 22:39:07 +00:00
David Anderson
59880371e1 Changes 2004-09-09 05:17:28 +00:00
Felix Geyer
35fdb8aa6e fixed compiler warning 2004-09-01 11:41:07 +00:00
David Anderson
3b6d22d3bf Added amx_client_languages option 2004-08-30 03:31:00 +00:00
Felix Geyer
9419fdecc9 fixed a tiny bug 2004-08-22 11:49:12 +00:00
Felix Geyer
bb9160e21f various improvements 2004-08-20 20:54:47 +00:00
Felix Geyer
4f371ccb6c fixed missing menu text 2004-08-19 22:21:11 +00:00
Felix Geyer
79a7b7967c added message on join 2004-08-13 11:20:32 +00:00
Felix Geyer
b98478a3ee amx_ instead of amxx_ commands 2004-08-05 11:04:51 +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
91618c5272 use AMXX_VERSION_STR 2004-07-31 09:51:34 +00:00
Felix Geyer
13effdeab7 Initial import 2004-07-31 01:06:58 +00:00