Class OnAcInfoEventArgs
Inherited Members
Namespace: Slipe.Server.Peds.Events
Assembly: SlipeServer.dll
Syntax
public class OnAcInfoEventArgs
Properties
| Improve this Doc View SourceD3d9Md5
A string containing the MD5 of any custom d3d9.dll the player may have installed.
Declaration
public string D3d9Md5 { get; }
Property Value
Type | Description |
---|---|
String |
D3d9Sha256
A string containing the SHA256 of any custom d3d9.dll the player may have installed.
Declaration
public string D3d9Sha256 { get; }
Property Value
Type | Description |
---|---|
String |
D3d9Size
A number representing the file size of any custom d3d9.dll the player may have installed.
Declaration
public int D3d9Size { get; }
Property Value
Type | Description |
---|---|
Int32 |
DetectedAcList
An array of anti-cheat codes the player has triggered.
Declaration
public string[] DetectedAcList { get; }
Property Value
Type | Description |
---|---|
String[] |