Difference between revisions of "TBanLists.AddHWBan"

From Soldat Community Wiki
Jump to: navigation, search
(Created page with " '''''procedure AddHWBan(HW, Reason: string; Duration: Integer)''''' HW: HWID to be banned Reason: description of ban cause Duration: ==Description== Adds a new HWID ban...")
 
 
Line 7: Line 7:
  
 
{{expand|''Duration'' parameter description. What is the unit?}}
 
{{expand|''Duration'' parameter description. What is the unit?}}
 +
{{expand|What if HWID is already banned?}}
  
 
[[Category:TBanLists]]
 
[[Category:TBanLists]]

Latest revision as of 10:47, 12 September 2016

procedure AddHWBan(HW, Reason: string; Duration: Integer)
 HW: HWID to be banned
 Reason: description of ban cause
 Duration:

Description

Adds a new HWID ban to TGame.BanLists.

Expand with: Duration parameter description. What is the unit?
Expand with: What if HWID is already banned?