3D Text
#1

Hello. I have an issue with Create3DTextLabel, because sometimes it does not erase me. Here's the code:
The Command / zw
Код:
Status[playerid] = Create3DTextLabel("> Zaraz Wracam <",COLOR_GREEN,0.0,0.0,0.0,40.0,0);
Attach3DTextLabelToPlayer(Status[playerid], playerid, 0.0, 0.0, 0.5);
In the command / jj
Код:
Delete3DTextLabel(Status[playerid]);
on top of the map:
Код:
new Text3D:Status[MAX_SLOTS];
What may be to blame?
Reply
#2

change MAX_SLOTS

Код:
new Text3D:Status[MAX_SLOTS];
to MAX_PLAYERS

Код:
new Text3D:Status[MAX_PLAYERS];
then try again... i hope it works... :P
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)