16.03.2013, 18:36
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:
And then I tried to save it, like this:
But this gives me an error. Do I need to use something else, like I need to use dini_Set for a string?
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);
pawn Код:
dini_IntSet(file, "TextID", BizLabel[bizid]);