server.duplicateNames: Difference between revisions

From GTA Connected
Jump to navigation Jump to search
No edit summary
No edit summary
 
Line 1: Line 1:
{{ScriptItem
{{ScriptItem2
|endpoint = server
|name = server.duplicateNames
|side = server
|type = variable
|type = variable
|name = server.duplicateNames
|games = iii vc sa iv
|desc = see if the server allows multiple players with the same name
|return = boolean a bool indicating whether or not multiple players with the same name are allowed
|readonly = true
|readonly = true
|returnTypes = boolean
|sinceSS = 1.2.0
|usage = see if the server allows multiple players with the same name
|returnInfo = a bool indicating whether or not multiple players with the same name are allowed
|since = 1.2.0
}}
}}

Latest revision as of 20:36, 19 November 2022

Variable Server Only icon-iii.png icon-vc.png icon-sa.png icon-iv.png Online and Offline Read-Only

Available since Server 1.0.0

boolean server.duplicateNames

The server.duplicateNames variable is used to see if the server allows multiple players with the same name.

Value

boolean A bool indicating whether or not multiple players with the same name are allowed.
readonly This variable cannot be changed.

Notes

There aren't any notes for this variable.

Examples

There aren't any examples for this variable.

Compatibility

There isn't any compatibility information for this variable.