InvokeResponse Enumeration |
Namespace: SampSharp.Entities.SAMP.Commands
public enum InvokeResponse
| Member name | Value | Description | |
|---|---|---|---|
| Success | 0 | The command executed successfully. | |
| CommandNotFound | 1 | The command could not be found. | |
| InvalidArguments | 2 | The command was invoked with invalid arguments. |