Posts: 217
Threads: 42
Joined: Aug 2016
Reputation:
0
So, Hey guys!
I have a doubt on sscanf params , when I put "u" as the param it will only look into the ID or Full name(I think).
What if I wanted only Part of a name?Thanks in advance
Posts: 41
Threads: 6
Joined: Aug 2016
Reputation:
0
"u" works for both ID and Name
Posts: 1,219
Threads: 51
Joined: Jul 2012
if you only want a part of the name us s and check if there are similiar names
Posts: 11,827
Threads: 33
Joined: Dec 2011
Reputation:
0
Both "r" (players only) and "u" (players + NPCs) specifiers search for ID or part of the name given.
Posts: 10,066
Threads: 38
Joined: Sep 2007
Reputation:
0
Both "u" and "r" only match from the beginning, I believe. But there is an option to enable partial name checks. Check the topic/documentation.
Posts: 217
Threads: 42
Joined: Aug 2016
Reputation:
0
thanks to all!I didnt type from the first , that might be it.