Creating 3D text on my position
#7

Quote:
Originally Posted by RLGaming
View Post
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 :/
Store the string:
pawn Code:
new labelstr[] = "This is a yellow text";
Create3DTextLabel(labelstr,0xFFFF00AA,X,Y,Z,100,0,10);
and then save it with Y_ini!
Reply


Messages In This Thread
Creating 3D text on my position - by RLGaming - 27.08.2012, 13:57
Re: Creating 3D text on my position - by RLGaming - 27.08.2012, 19:07
Re: Creating 3D text on my position - by fiki574 - 27.08.2012, 19:13
Re: Creating 3D text on my position - by RLGaming - 27.08.2012, 19:20
Re: Creating 3D text on my position - by fiki574 - 27.08.2012, 19:23
Re: Creating 3D text on my position - by RLGaming - 27.08.2012, 19:25
Re: Creating 3D text on my position - by fiki574 - 27.08.2012, 19:32
Re: Creating 3D text on my position - by RLGaming - 27.08.2012, 19:43
Re: Creating 3D text on my position - by fiki574 - 27.08.2012, 19:49

Forum Jump:


Users browsing this thread: 2 Guest(s)