29.04.2014, 12:38
Hello guys,
i am trying to create 3dtextdraws at some locs with checkpoints.
i used this code:
the checkpoints are working and visible but labels are not visible...
i dont know why it is happening..
maybe is this because of creating checkpoint and label at same location![Huh?](images/smilies/confused.gif)
or anyother reason...
please help me...
and thanks in advance!!!!!!!!!!
i am trying to create 3dtextdraws at some locs with checkpoints.
i used this code:
pawn Код:
lobbyenter = CreateDynamicCP(-2624.6023, 1412.7440, 7.0938, 1.5, -1, 0, -1, 150.0);
lobbyexit = CreateDynamicCP(1726.8781, -1638.0042, 20.2230, 1.5, -1, 18, -1, 150.0);
Create3DTextLabel("Oblivion Server Lobby", 0xFFFFFFFF, -2624.6023, 1412.7440, 7.0938, 40.0, -1, 0);
Create3DTextLabel("Exit", 0xFFFFFFFF, 1726.8781, -1638.0042, 20.2230, 40.0, -1, 0);
i dont know why it is happening..
maybe is this because of creating checkpoint and label at same location
![Huh?](images/smilies/confused.gif)
or anyother reason...
please help me...
and thanks in advance!!!!!!!!!!