[CS:GO][Surf] Redie #UPDATE 2.4 04/10/15 (FIXED 2.3)
Posted: Thu Jan 23, 2020 12:04 pm
This is a modification of MeoW's Redie to allow better functionality in CS:GO
Original Plugin: https://forums.alliedmods.net/showthread.php?t=129735
Description:
Allows players to walk around (and surf) while dead
ConVars:
Cleaned up the code, fixing a bug that had just been avoided since the original
Next Update:
On its way:
!unredie - Takes you out of redie
Stopping ghosts from blocking knives
Spectating ghosts
Contact Me:
http://steamcommunity.com/profiles/76561198051084603 - Comment on my profile what it is about.
Credits:
ATAMAH for the original ReDie plugin EventScripts ReDie
MeoW for the base SourceMod Redie plugin SourceMod Redie
Installation
Simply click "Get Plugin" below, and put the .smx file in "<server folder>/csgo/addons/sourcemod/plugins/", then restart your server or change the map.
Beta release:
I have uploaded the beta release for 2.5 (2.5b). (redie_beta.sp)
There may be issues with it. Due to other commitments I haven't worked on it for a very long time.
Features:
A nicer !unredie
Stopping ghosts from blocking knives
Spectating ghosts etc
Get Plugin or Get Source
Original Plugin: https://forums.alliedmods.net/showthread.php?t=129735
Description:
Allows players to walk around (and surf) while dead
ConVars:
- sm_redie_version - Redie version
sm_redie_adverts [1/0] - Enables/Disables the reminders that redie is installed every 2 minutes [DEFAULT = 1]
sm_redie_bhop [1/0] - Enables/Disables autobhop for ghosts. Keep in mind that it only does the autojumping, for the actual boost you need another plugin or "sv_enablebunnyhopping 1"
. [DEFAULT = 0]
sm_redie_dm [1/0] - Enables/Disables deathmatch mode. [DEFAULT = 0]
- sm_redie - This spawns you as a ghost, and if you get stuck, just type it again to respawn
- Some may be missed as this plugin was made last year. This list DOES NOT include what has been updated since the initial release, for that check "Updates"
Removed certain sounds (like footsteps)
Stopped players from blocking bullets
Stopped ghosts from spamming weapons
Silenced the command so that chat isn't spammed
Destroys defuse packs so that ghost can't pick them up
Code: Select all
2.4
Fixed bug where ghosts couldn't go through teleporters or get boosts
2.3
Stopped pistol and knife being dropped on consecutive !redies
Stopped ghosts from being able to open "Touch Opens" doors (such as the jail in ski2) (and buttons like on xdream)
Deathmatch mode
Stopped more sounds
2.2
Added sm_redie_bhop
Next Update:
Code: Select all
!unredie - Takes you out of redie
Stopping ghosts from triggering trigger_once
ConVar to control how ghosts react to trigger_hurt
ConVar to control how ghosts react to blocking doors
Code changes: Syntax moving to 1.7, code will be commented, neatening up some code and making it more efficient.
Adding the option to have a cooldown on !redie
Possibly more
!unredie - Takes you out of redie
Stopping ghosts from blocking knives
Spectating ghosts
Contact Me:
http://steamcommunity.com/profiles/76561198051084603 - Comment on my profile what it is about.
Credits:
ATAMAH for the original ReDie plugin EventScripts ReDie
MeoW for the base SourceMod Redie plugin SourceMod Redie
Installation
Simply click "Get Plugin" below, and put the .smx file in "<server folder>/csgo/addons/sourcemod/plugins/", then restart your server or change the map.
Beta release:
I have uploaded the beta release for 2.5 (2.5b). (redie_beta.sp)
There may be issues with it. Due to other commitments I haven't worked on it for a very long time.
Features:
- !unredie - Takes you out of redie
Stopped ghosts from triggering trigger_once
ConVar to control how ghosts react to trigger_hurt - sm_redie_hurt, 0: unaffected, 1: ghosts go back to spawn point
ConVar to control how ghosts react to blocking doors - sm_redie_door, 0: unaffected, 1: ghosts go back to spawn point
Code changes: Syntax moved to 1.7, cleaned up some code.
Added the option to have a cooldown on !redie - sm_redie_cooldown, # of seconds cooldown for !redie
A nicer !unredie
Stopping ghosts from blocking knives
Spectating ghosts etc
Get Plugin or Get Source