3D text label is not being shown
#1

Here is my code:

pawn Код:
new Text3D:RBLabel[MAX_RBZONES];
new RBZone[MAX_RBZONES];

// //

stock SomeFunction(Float:x, Float:y, Float:z)
{
    new id = FindEmptySlot();
    RBZone[id] = CreateDynamicCP(x, y, z, 2.0);
    RBLabel[id] = Create3DTextLabel("The text I want to be displayed", 0xFF80FF00, x, y, z, 40.0, 0, 0);
    return 1;
}
The X, Y, Z positions are right because the dynamic CP is created successfully.

Thanks.
Reply


Messages In This Thread
3D text label is not being shown - by Magic_Time - 09.08.2014, 18:28
Re: 3D text label is not being shown - by SickAttack - 09.08.2014, 19:48
Re: 3D text label is not being shown - by SlimDkhili - 09.08.2014, 19:50

Forum Jump:


Users browsing this thread: 1 Guest(s)