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