2021-03-16, 04:22 PM
(2021-03-16, 01:42 PM)Y_Less Wrote: Use sscanf - `u` already does this.
Of course I use sscanf,but not for this.
For example I have two players in database?
GospodinX (online)
Gospodin (offline)
I want to check is Gospodin online.
If I use sscanf u "Gospodin"
He will get me id of GospodinX but i dont want it.
Am I right?
Problem is with player which have smiliar names..