Ejemplo n.º 1
0
 public void AcknowledgeVACBanning(EVACBan eVACBan)
 {
     this.GetFunction <NativeAcknowledgeVACBanningE>(this.Functions.AcknowledgeVACBanning9)(this.ObjectAddress, eVACBan);
 }
Ejemplo n.º 2
0
 public bool IsVACBanned(EVACBan eVACBan)
 {
     return(this.GetFunction <NativeIsVACBannedE>(this.Functions.IsVACBanned7)(this.ObjectAddress, eVACBan));
 }
Ejemplo n.º 3
0
 public bool RequireShowVACBannedMessage(EVACBan eVACBan)
 {
     return(this.GetFunction <NativeRequireShowVACBannedMessageE>(this.Functions.RequireShowVACBannedMessage8)(this.ObjectAddress, eVACBan));
 }