|
Very cool mod. This will give you the powers of spiderman, web slinging and such...
Small:
//////////////////////////////////////////
//Spiderman //
//Ported By Sp4rt4n //
//Ported on August 14, 2005 //
//////////////////////////////////////////
//KRoTaL's Stuff:
/*******************************************************************************************************
AMX Spiderman
Author: KRoTaL
Version: 0.3
0.1 Release
0.2 Added rope, crawling on walls and no recoil
0.3 Fixed the bug which stuck you into a wall + you can wrap up your enemies
if "amx_spiderman * 1" is executed, new players will also have spiderman powers
If you jump on a wall, you will stick to it.
Thus you can leap from surface to surface, like spiderman.
You can also crawl on walls, and swing with a rope.
If you use your rope while aiming at an enemy, you will wrap him up (he will drop his weapons
and he won't be able to move).
Commands:
amx_spiderman <name/id/authid/@CT/@TERRORIST/ * (all)> <1/0>
swing_toggle
+swing
Cvars:
spiderman_gravity 0.3 - gravity of the player ( gravity = spiderman_gravity * sv_gravity )
spiderman_speed 500 - speed of the jump
spiderman_crawlspeed 160 - speed when you are crawling
spiderman_swing 1 - 0: players cannot swing
1: players can swing
spiderman_wraptime 4 - how long players are wrapped up in seconds
Setup (AMX 0.9.9):
Install the amx file.
Enable VexdUM (both in metamod's plugins.ini and amx's modules.ini)
Credits:
Ideas from Willz
Ninja Rope plugin by Spacedude
Entangle roots code from Warcraft3 plugin by SpaceDude
Sound found by Fox-NL
*******************************************************************************************************/
Bind a key to "+swing", hold to control web action.
Required Modules:
Engine
Fun
COMING SOON:
Walk crawling
Changelog:
1.0 - Released
|
|