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


Messages In This Thread
Destroy3DText - by Ehab1911 - 15.09.2011, 19:47
Re: Destroy3DText - by kacper55331 - 15.09.2011, 20:11
Re: Destroy3DText - by [HiC]TheKiller - 15.09.2011, 20:12
Re: Destroy3DText - by Ehab1911 - 15.09.2011, 20:34
Re: Destroy3DText - by AirKite - 15.09.2011, 20:46
Re: Destroy3DText - by Kar - 15.09.2011, 20:51
Re: Destroy3DText - by kacper55331 - 16.09.2011, 12:29

Forum Jump:


Users browsing this thread: 3 Guest(s)