Difference between revisions of "TBanLists.AddIPBan"

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

Latest revision as of 10:46, 12 September 2016

procedure AddIPBan(IP: ShortString; Reason: string; Duration: Integer)
 IP: IP to be banned
 Reason: description of ban cause
 Duration:

Description

Adds a new IP ban to TGame.BanLists.

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