Table of Contents

Interface IPlayerCheckEventHandler

Namespace
SampSharp.OpenMp.Core.Api
Assembly
SampSharp.OpenMp.Core.dll

Provides the events for GetPlayerCheckDispatcher().

[OpenMpEventHandler]
public interface IPlayerCheckEventHandler : IEventHandler<IPlayerCheckEventHandler>
Inherited Members

Methods

OnClientCheckResponse(IPlayer, int, int, int)

Called when a client check response is received.

void OnClientCheckResponse(IPlayer player, int actionType, int address, int results)

Parameters

player IPlayer

The player who sent the response.

actionType int

The type of action being checked.

address int

The memory address being checked.

results int

The results of the check.