Functions/DarkRP/Shared/findPlayer
Jump to navigation
Jump to search
Function | |
Function name | DarkRP.findPlayer(string info) |
Description: | |
Find a single player based on vague information. | |
Returns: | Player found |
Part of Library: | DarkRP |
Realm: |
![]() |
BBCode Link: | [b][url=http://wiki.darkrp.com/index.php?title=Functions/DarkRP/Shared/findPlayer]DarkRP.findPlayer[/url][/b] |
Function parameters[edit]
- info (string)
The information of the player (UserID, SteamID, name).
Function return values[edit]
- found (Player)
The player that matches the description.