ClearPersonCommands
From Spheriki
Clear the command queue of a person.
Contents |
[edit]
Usage
ClearPersonCommands(person_name);
- person_name string. The name of the person to clear the command queue of.
[edit]
Examples
To clear the command queue of the person named "haley":
ClearPersonCommands("haley");
[edit]
Notes
- For more information about person command queues, see the QueuePersonCommand() and QueuePersonScript() functions.
[edit]

