Table of Contents

Enum DispatchResponse

Namespace
SampSharp.Entities.SAMP.Commands
Assembly
SampSharp.OpenMp.Entities.Commands.dll

Response codes for command dispatch.

public enum DispatchResponse

Fields

CommandNotFound = 1

Command was not found.

InvalidArguments = 2

Command was found but arguments were invalid.

PermissionDenied = 3

Player does not have permission (player commands only).

Success = 0

Command executed successfully.