Call of Duty Script Documentation
shellshock(<shellshockname>,<duration>)
ModulePlayer
Summary
Start a shell shock sequence for the player. The shell shock must be precached, otherwise calling this script will cause a script error.
Call this function on
<player>
Example
self shellshock("death", 5);
Minimum Number of arguments: 2
1 : <shellshockname>
2 : <duration> duration in seconds. The duration must be between 0 and 60 seconds.
Number of optional arguments: 0
Return to Function List