Call of Duty 4: Scripting Reference - Rumble::PlayRumbleLoopOnEntity
From COD Modding & Mapping Wiki
PlayRumbleLoopOnEntity( <rumble name> )
Module: Rumble
Summary:
Plays a looping controller rumble on the given player.
Call this on: Entity
Example:
self PlayRumbleLoopOnEntity( "tank_rumble" );
Required arguments:
- <rumble name> The name of the rumble to play
Optional arguments:
- none
Notes:
- none