08.10.2015, 18:06
I am not sure what you exactly want, do you want a function get fetch a specific word of the sentence ?
Either way you could use sscanf like that
Either way you could use sscanf like that
pawn Код:
new word1[32], word2[32];
sscanf("Lunoxx sold a car", "s{ss}s", word1, word2);