16.06.2013, 19:00
Did you try sscanf? It can probably does this a lot more efficiently. Something like:
pawn Код:
sscanf(line, "p<,>'CreateObject('dffffff{s[128]}", model, x, y, z, rx, ry, rz);