Commit Graph

45 Commits

Author SHA1 Message Date
BotoX d15957de1b Fix rejoining and zspawning as human if player was zombie this round. 2020-12-05 20:38:16 +01:00
BotoX 855e38cab2 fix zspawn timelimit check, also infect if already has been infected this round 2020-12-05 20:06:21 +01:00
BotoX 115d24b997 fix broken zm mode 2019-12-02 23:32:16 +01:00
BotoX a7caf1de7b fix bugs 2019-10-16 22:54:16 +02:00
zaCade e4b208a27a ZSpawn: Fix slight bug?
This shouldve probably been here from the start, just fixing this cause its my oversight.
2019-09-20 12:18:42 +02:00
zaCade 2a2d676626 General: Fix auto zspawn ignoring zspawn disables. 2019-08-19 15:24:17 +02:00
zaCade b824095b82 ZSpawn: Exclude SourceTV client from auto zspawn. 2019-03-25 00:54:28 +01:00
zaCade 35d7190ba2 ZSpawn: Hopefully fix the random deaths.
Seems it all happening together with the game logic caused some random death issues. Hopefully thats fixed now.
2019-03-10 21:39:27 +01:00
zaCade 6334246ced ZSpawn: Add auto zspawn. 2019-03-10 19:59:20 +01:00
zaCade 0c6b863c00 General: Doh, 'player_spawn' fires for spectators.
Who knew? I totally didn't.
2018-09-08 16:03:32 +02:00
zaCade 811c5ccb72 General: Move some code around.
Move the 'human' code back to its original location, and call the
infection function instead when they should be infected, instead of
doing it forcefully. That caused issues whenever there was a situation
of a warmup round ect. blocking infections.
2018-09-06 13:50:30 +02:00
zaCade c8f7964a0c General: Hande another case, and change some stuff.
Forgot to change these when i copied it, and didnt think about the case
what would happen w/e zspawn is blocked.
2018-08-29 16:21:27 +02:00
zaCade c32cda3fc9 General: Apply ZSpawn logic on late spawners.
Improvement on `a45be16399`
2018-08-28 14:54:42 +02:00
zaCade 9f157e14e9 General: Clean up some stupid stuff. 2018-08-28 13:25:24 +02:00
BotoX b09747346f Various fixes and additions. 2017-05-01 23:59:38 +02:00
BotoX 2d1cdf7a36 added SharedPlugin code and SetNTVOptional()
added public printing for zr_human, zr_infect and zr_zspawn_force command
fixed zombiereloaded changing player colors
updated sample cfg
updated makefile
2016-04-22 01:24:10 +02:00
BotoX a732205f8c properly fixed db0de91a18
added message when zombie cycle ended
2016-03-01 23:36:47 +01:00
BotoX db0de91a18 fixed zspawn exploit (spawn as human after infection by suiciding and zspawning) 2016-02-17 00:48:42 +01:00
BotoX d88e748f0e remove trailing whitespaces from sourcecode 2016-02-06 00:47:47 +01:00
BotoX b04f25400f added zr_zspawn_force and zr_infect/zr_human logging 2015-10-31 00:41:51 +01:00
Richard Helgeby a8f91d748e Updated copyright year. 2013-01-12 08:47:36 +01:00
Richard Helgeby e7478e0a05 Imported some API-features from zr-dev. Added API test plugins in testsuite. 2010-11-14 15:17:19 +01:00
Richard Helgeby b531c1d880 Imported fix from dev: 607:e4982eeb64d0 - Fixed a bug in client listing menus when selecting a client that left the game caused errors. 2010-02-14 16:13:30 +01:00
richard 7cf00bb3a4 Fixed privilege check on incorrect command (zspawn). 2009-10-28 23:39:58 +01:00
richard 3794251cc5 Updated all admin console commands to check if client is privileged (so group authentication works), instead of using RegAdminCmd. Minior fixes.
Changed admin teleport command to log target names.
Cached result of privilege check instead of calling function twice (zadmin menu).
Disabled old debug commands. Do not remove, we need them for testing later.
2009-10-26 23:17:22 +01:00
richard 60dc215503 Added zr_zspawn_block_rejoin CVAR. Defaulted to 1 (block). 2009-07-24 00:41:39 +02:00
Greyscale fe5ed637cc Fixed napalm error. Fixed specatators/invalid players showing up in force zspawn/ztele. Fixed knife alpha (untested) 2009-07-21 13:25:11 -07:00
Greyscale 7f73e77d08 Fixed a small bug in ZSpawn where if you connect, and then click cancel it thinks you have already played in the game. 2009-07-08 23:22:53 -07:00
Greyscale 5497a13dd7 Fixed minor errors, fixed antistick having some false positives, fixed every single Zombie:Reloaded line at top of the file. 2009-07-04 23:49:23 -07:00
Greyscale 069627b620 Added logging for ZSpawn and ZTele
Fixed minor translation typo.
2009-06-25 23:00:57 -07:00
Greyscale 3f08d6f72c Added commands zr_zspawn_force, and zr_ztele_force.
Added options to ZAdmin that allow admins to force spawn players, or force teleport players.
2009-06-25 17:03:34 -07:00
Greyscale 6426bf169c Fixed stupid compiler error in cookies (oops) and recoded serial module to use steamids (serial's weren't workin' out) + the API was very confined, added ability to create SteamID cache's instead of one global cache. ZSpawn uses this new cache system. 2009-06-20 22:24:31 -07:00
Greyscale 681ad45365 Recoded sayhooks, now uses SM's silent/public chat triggers.
Began making set functions for the commands that will use them later.
Removed all sayhook cvars.
2009-06-17 14:32:46 -07:00
Greyscale 1530d20308 Added zr_infect/zr_human, all conflicts from official version are fixed. Added feature to ZSpawn to allow to spawn to different team after timelimit is expired. 2009-06-15 12:43:06 -07:00
richard ae37110c7d Fixed newlines. 2009-06-12 15:52:51 +02:00
Greyscale 9af3fec738 Changed ragdoll.inc to LF, removed anticamp.inc, and added copywrite notice to all files. 2009-06-11 20:51:26 -07:00
Greyscale 055e89d64a Began adding cvar descriptions, recoded logging module, fixed zmenu display bug, removed include line for anticamp until recoded. 2009-05-14 09:32:01 +02:00
Greyscale 8aa9b7dcc7 Added zspawn team override cvar. 2009-05-12 04:30:16 +02:00
Greyscale 77fd4b00a8 Created serial number api, put client serials in adt array instead of 64-slot array. 2009-05-12 04:12:13 +02:00
richard e145e8cd0e Fixed logic mistake. 2009-05-10 01:32:53 +02:00
richard 969aa19b85 Added support for post map configs (with workaround for SourceMod bug 3803). Log cleanup. Minior fixes.
Removed log check in fatal errors. Those must always log.
Stored LogCheckFlag result in a boolean where log is executed more than once.
Fixed invalid translation string used in menu title.
Fixed index out of bounds in zspawn when a client disconnects.
2009-05-09 17:45:19 +02:00
Greyscale cec31406d0 Added a timelimit to zspawn. 2009-05-06 03:04:55 +02:00
Greyscale 2ac56b1969 Updated all file headlines, and added phrases for zspawn abuse. 2009-05-06 02:28:09 +02:00
richard fcd3a2e48e Added blank lines on the end of all files to get rid of warning from diff tool. 2009-05-01 11:22:45 +02:00
test fd129e561b test 2009-04-29 01:58:41 +02:00