12.06.2014, 17:15
I haven't understood, forgive me.
So yeah, using sscanf is an incredibely better way than using "strcmp".
But if you really don't want to use either anything from ******'s work or any plugin for your server, use strtok which will return as a string everything between the "index" and the nearest space after the index. (index stands for the last space found I think)
So yeah, using sscanf is an incredibely better way than using "strcmp".
But if you really don't want to use either anything from ******'s work or any plugin for your server, use strtok which will return as a string everything between the "index" and the nearest space after the index. (index stands for the last space found I think)