Misc6
If you've ever played half-life 2, then the shields that the combine hide behind is the same effect as this. It makes it seem like a very futuristc 'moving energy' wall is in front of the player
The correct syntax is:
wcs.Effect().Misc6(<userid>, <life>, <size>)
- Userid - Which user the effect will start on
- Life - How long the effect will stay there
- Size - How large will the effect be. 1 = player size, 2 = twice player size etc
Example:
def player_hurt(ev):
wcs.Effect().Misc6(ev['userid'],5,1)
Comments (0)
You don't have permission to comment on this page.