Call of Duty 4: Scripting Reference - Rumble::StopRumble
From COD Modding & Mapping Wiki
StopRumble( <rumble name> )
Module: Rumble
Summary:
Quits the playing of a particular rumble on a player.
Call this on: A player
Example:
self StopRumble( "tank_rumble" );
Required arguments:
- <rumble name> The name of the rumble to stop
Optional arguments:
- none
Notes:
- none