Posts: 2,203
Threads: 154
Joined: Oct 2009
Reputation:
0
These is starting to freaking me out
How the fuck i can use optional(z) params with SSCANF?
Any examples pls...(if possible with 2 or 3 optional params)
Posts: 7,801
Threads: 187
Joined: Feb 2010
Reputation:
0
Read ******'s release thread, optional params are capital letters. So instead of "s" it's "S", don't use Z either.
Posts: 2,203
Threads: 154
Joined: Oct 2009
Reputation:
0
Guys like i sad "I need example with OPTIONAL parameters"
Something like /car [ID/NAME][COLOR1][COLOR2] in these case COLOR1 and COLOR2 are optional
So if i type /car 543 its ok and if i type /car 543 0 its ok it will just set car color to black
I NEED JUST EXAMPLE ON HOW TO USE OPTIONAL PARAMETERS IN SSCANF