27.08.2012, 19:32
Quote:
INI_Float("Xpos", PlayerInfo[playerid][pX]);
INI_Float("Ypos", PlayerInfo[playerid][pY]); INI_Float("Zpos", PlayerInfo[playerid][pZ]); How would I make it so it would save the text though? Above is what I use to save the players co-ordinates, I have no idea about saving text sorry :/ |
pawn Code:
new labelstr[] = "This is a yellow text";
Create3DTextLabel(labelstr,0xFFFF00AA,X,Y,Z,100,0,10);