28.10.2016, 11:32
SSCANF searches for the player with the specified ID/name (only with 'u', 'q' and 'r'). So, checking it against a constant value IS more efficient. Moreover, doing the search again with IsPlayerConnected is redundant and basically means repetitive code which should be avoided at all times.