Destroy3DText
#1

Hey,

My suggestion is to add:

Destroy3DText

An example on creating one:

pawn Код:
new text123;
public OnGameModeInIt()
{
text123 = Create3DTextLabel("Hello World", 0x99FFFFAA,X,Y,Z,100.0, 0);
return 1;
}

SO MY POINT IS:

pawn Код:
if (strcmp("/close3dtext", cmdtext, true, 10) == 0)
    {
                Destroy3DTextForall(text123)
                Destroy3DTextForPlayer(playerid, text123)
        return 1;
    }
What do you say?
Reply
#2

https://sampwiki.blast.hk/wiki/CreatePlayer3DTextLabel ?
Reply
#3

What's the problem with

https://sampwiki.blast.hk/wiki/Delete3DTextLabel
https://sampwiki.blast.hk/wiki/DeletePlayer3DTextLabel
Reply
#4

They never work for me .. I have no idea why
Reply
#5

Quote:
Originally Posted by Ehab1911
Посмотреть сообщение
They never work for me .. I have no idea why
Show your code. You make something wrong!
Reply
#6

try
pawn Код:
new Text3D:text123;
Reply
#7

...
bad "prefix"

pawn Код:
new PlayerText3D:text123;
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)