- Lets survivors swim in water. Either on the surface or they can dive.
- Set the rate of oxygen depletion while diving, kills them if they run out of air.
- Dont Fear The Reaper.
- disawar1.
// 0=Plugin off, 1=Plugin on.l4d_swim_allow "1"// Turn on the plugin in these game modes, separate by commas (no spaces). (Empty = all).l4d_swim_modes ""// Turn off the plugin in these game modes, separate by commas (no spaces). (Empty = off).l4d_swim_modes_off ""// Turn on the plugin in these game modes. 0=All, 1=Coop, 2=Survival, 4=Versus, 8=Scavenge. Add numbers together.l4d_swim_modes_tog "0"// 0=Only bobbin on the surface, 1=Allows players to dive.l4d_swim_dive "1"// 0=Stay on surface when caught by infected, 1=Sink when caught.l4d_swim_drown "1"// How much air is lost per second. Players die when they have 0 air.l4d_swim_rate "0.1"// How fast to teleport downwards when they hold DUCK.l4d_swim_speed_down "-30.0"// How fast to teleport players when they are not pressing any keys.l4d_swim_speed_idle "15.0"// How fast to teleport players when jumping out of the water.l4d_swim_speed_jump "400.0"// How fast to teleport players who are pressing the SPRINT/WALK key.l4d_swim_speed_up "30.0"// GasCanPour plugin version.l4d_swim_version
Compiling:- Put the SDKHooks include into your addonssourcemodscriptinginclude folder.
- Put the plugins .sp file into your scripting folder and compile the plugin.
- This plugin requires the SDKHooks extension.
DO NOT click 'Get Plugin' or it will fail to compile because this plugin requires SDKHooks!
- Download the .smx file and put into your servers addonssourcemodplugins folder.
- This plugin was compiled with SDKHooks version 2.1.


Wyświetl pełny artykuł