13.11.2011, 18:56
Pulled out of the nick in the text [] (square brackets)
For example the player is nick [Test]Player and as I pull the Test
For example the player is nick [Test]Player and as I pull the Test
new
start,
end,
tag[24];
if((start = strfind(name, "[")) != -1 && (end = strfind(name, "]")) != -1)
{
strmid(tag, name, start, end);
}