11.11.2017, 08:37
From sscanf thread:
Quote:
Users can now optionally return an ARRAY of users instead of just one. This array is just a list of matched IDs, followed by "INVALID_PLAYER_ID". Given the following players: Код:
0) ****** 1) [CLAN]****** 2) Jake 3) Alex 4) Hass pawn Код:
Код:
id = 0 id = 1 Too many matches Код:
id = 0 id = 1 Код:
No matching players found. When combined with "U" and returning the default, the first slot is always exactly the default value (even if that's not a valid connected player) and the next slot is always "INVALID_PLAYER_ID". |