Difference between revisions of "TActivePlayer.IsAdmin"

From Soldat Community Wiki
Jump to: navigation, search
(Created page with " '''''property IsAdmin: Boolean''''' Access mode: RW ==Description== ''TRUE'' if a TActivePlayer is an admin, ''FALSE'' otherwise. {{test|does that include remote admins...")
 
 
Line 2: Line 2:
 
   Access mode: RW
 
   Access mode: RW
 
==Description==
 
==Description==
''TRUE'' if a [[TActivePlayer]] is an admin, ''FALSE'' otherwise.
+
''TRUE'' if ''remote.txt'' file contains [[TActivePlayer.IP]] or [[TActivePlayer]] has logged in with ''/adminlog'' command, ''FALSE'' otherwise.
{{test|does that include remote admins?}}
+
Assign ''TRUE'' to add [[TActivePlayer.IP]] to ''remote.txt'' file or ''FALSE'' to remove.
  
 
[[Category:TActivePlayer]]
 
[[Category:TActivePlayer]]

Latest revision as of 02:26, 14 November 2017

property IsAdmin: Boolean
 Access mode: RW

Description

TRUE if remote.txt file contains TActivePlayer.IP or TActivePlayer has logged in with /adminlog command, FALSE otherwise. Assign TRUE to add TActivePlayer.IP to remote.txt file or FALSE to remove.