Saving 3DTextLabel's with dini?
#1

I'm just fooling around with dini and I've stumbled upon a problem.
How can I save a Text3D to, for example, a file?

I've tried this:

pawn Код:
BizLabel[bizid] = CreateDynamic3DTextLabel(string, COLOR_BLUE, x, y, z, 30.0, INVALID_PLAYER_ID, INVALID_VEHICLE_ID, 0, -1, -1,  -1, 30.0);
And then I tried to save it, like this:

pawn Код:
dini_IntSet(file, "TextID", BizLabel[bizid]);
But this gives me an error. Do I need to use something else, like I need to use dini_Set for a string?
Reply


Messages In This Thread
Saving 3DTextLabel's with dini? - by Da_Noob - 16.03.2013, 18:36
Re: Saving 3DTextLabel's with dini? - by Mystique - 16.03.2013, 19:04
Re: Saving 3DTextLabel's with dini? - by Da_Noob - 16.03.2013, 19:16
Re: Saving 3DTextLabel's with dini? - by AndreT - 16.03.2013, 19:41
Re: Saving 3DTextLabel's with dini? - by Da_Noob - 16.03.2013, 19:56

Forum Jump:


Users browsing this thread: 3 Guest(s)