Thread: Railgun Blast
View Single Post
Plugin Info:     Modification:          Category:          Approver:   Hawk552 (427)
hlstriker
Green Gaben
Join Date: Mar 2006
Location: OH-IO!
Old 08-27-2007 , 19:26   Railgun Blast
Reply With Quote #1

Here is a really fun plugin to play around with. It adds a conc explosion to the hit point of the railgun shot. It's pretty fun beating all the tfc skill maps with this

EDIT:
Made a small little avi of me beating a concmap with this plugin (ignore the crappy music heh).
Watch it on youtube here.

PHP Code:
/*    ========================================================
*    - NAME:
*      + Railgun Blast
*
*    - DESCRIPTION:
*      + This is a fun plugin that adds a 'conc blast'
*      + to the hit point of the railgun shot.
*      + When the shot hits a wall/player/etc it will
*      + create a 'conc blast' and bounce anyone
*      + within the radius a certain distance away
*      + depending on how close they are to the explosion.
*
*    - CREDITS:
*      + The old TF-Tech mod for giving me the idea.
*      + TKG for helping me create a new push function.
*      + Ramono for letting me know to register the entity with a touch.
*
*    -------------
*    Server cvars:
*    -------------
*    - railgunbounce <0/1/2>
*      + Setting to 0 will turn the railgun blast off.
*      + Setting to 1 will turn the railgun blast on and bounce everyone.
*      + Setting to 2 (default) will turn the railgun blast on and bounce only you.
*
*    ---------
*    Versions:
*    ---------
*    2.1 - Remade the push function, thanks TKG! (10-28-2011).
*    2.0 - Remade the plugin to be more optimized (10-27-2011).
*    1.1 - Added the cvar to bounce only yourself (08-30-2007).
*    1.0 - First version made and works (08-21-2007).
*/ 
Attached Files
File Type: sma Get Plugin or Get Source (railgunblast.sma - 1437 views - 5.3 KB)

Last edited by hlstriker; 10-28-2011 at 04:31.
hlstriker is offline