szLineData[128]:
Code:
C 46 -684 36 254 -484 68
Code:
new fox[3][8];
new zox[3][8]
new type[1]
parse(szLineData, type, 1, fox[0], 7, fox[1], 7, fox[2], 7, zox[0], 7, zox[1], 7, zox[2], 7)
Printing out:
Code:
ColorChat(0, GREEN, "%s", szLineData)
Code:
ColorChat(0, GREEN, "%s %s %s %s %s %s %s", type, fox[0], fox[1], fox[2], zox[0], zox[1], zox[2])
zox[0] is empty, while it should be "254". Any ideas?