AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Plugin/Gameplay Ideas and Requests (https://forums.alliedmods.net/forumdisplay.php?f=60)
-   -   [TF2] Block airblasting of Relaxo taunt (https://forums.alliedmods.net/showthread.php?t=242435)

Horsedick 06-19-2014 11:29

[TF2] Block airblasting of Relaxo taunt
 
Not sure if this is possible but since all the new taunts and so on I figured I'd throw it up and let others brain storm.

I find it fun to use the taunt in god mode just to sit in the middle of the server and do nothing... you have a enemy pyro come along and they can basically blow you right out of the taunt.

Possible to prevent this?

pheadxdll 06-19-2014 12:45

Re: [TF2] Block airblasting of Relaxo taunt
 
Code:

SetEntityMoveType(client, MOVETYPE_NONE);
should block airblast on the player

ddhoward 06-19-2014 12:46

Re: [TF2] Block airblasting of Relaxo taunt
 
Set FL_NOTARGET on yourself when the taunt is activated, and remove the flag when the taunt ends. I use a similar method in Friendly Mode.

The FL_NOTARGET flag causes a player to be invisible to sentries and immune to airblasts, among other things.

Until someone actually creates a plugin that auto-applies the flag when that specific taunt is used, this plugin may help you: https://forums.alliedmods.net/showthread.php?p=1422495


EDIT: MOVETYPE_NONE will probably have less side effects. Probably.


All times are GMT -4. The time now is 09:00.

Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.