30.09.2016, 07:19
PHP код:
new str[128] = "2.00000|55.33333|0|55|My Test";
new posX[10], posY[10], font[10], color[10], text[128];
/*Get first part(2.00000) to posX, second(55.33333) to posY, third(0) to font, fourth(55) to color and last(My Test) to text as a string */.