Est DeleteRagdolls
From EventScripts Community Encyclopedia
Syntax: est_DeleteRagdolls [identifier]Note: Command parameters are described inside the
< and > characters. Optional parameters are contained within [ and ] characters.
[edit] DescriptionDelete all or player based Ragdolls [edit] Parameters
[edit] ExampleAll Ragdolls: event player_death { // Removes the ragdoll of all dead player. es est_DeleteRagdolls } Player based Ragdolls: event player_death { // Removes the ragdoll of the dead player. es est_DeleteRagdolls event_var(userid) } [edit] Notes[edit] See Also |
