28.11.2010, 17:47
It still doesnt work, it doesnt show up as Owner: The name stored in the file??
format(string, sizeof(string),"Owner: %s", BizzInfo[i][bOwner]);
Create3DTextLabel(string,COLOR_WHITE,BizzInfo[i][bEntranceX],BizzInfo[i][bEntranceY],BizzInfo[i][bEntranceZ]+0.74,20.0,0,1);
strmid(BizzInfo[i][bTextLabelOwner], string, 0, strlen(string), 255);
It still doesn't show the owner's name .. but when i open the file, it is there.
format(string, sizeof(string),"Owner: %s", BizzInfo[i][bOwner]);
Create3DTextLabel(string,COLOR_WHITE,BizzInfo[i][bEntranceX],BizzInfo[i][bEntranceY],BizzInfo[i][bEntranceZ]+0.74,20.0,0,1);
strmid(BizzInfo[i][bTextLabelOwner], string, 0, strlen(string), 255);
It still doesn't show the owner's name .. but when i open the file, it is there.

