3DTextLabel question
#3

I found this at a_samp
pawn Код:
#define INVALID_3DTEXT_ID                       (0xFFFF)
Maybe you can try to check it like this
pawn Код:
if ( label == INVALID_3DTEXT_ID ) // The label is an invalid one.
{
    SendClientMessage( playerid, -1, "SERVER: That label does not exist!" );
}
Reply


Messages In This Thread
3DTextLabel question[solved] - by horsemeat - 25.03.2013, 22:09
Re: 3DTextLabel question - by kamzaf - 25.03.2013, 22:21
Re: 3DTextLabel question - by greentarch - 25.03.2013, 22:41
Re: 3DTextLabel question - by horsemeat - 25.03.2013, 22:58
Re: 3DTextLabel question - by Luis- - 25.03.2013, 22:59
Re: 3DTextLabel question - by horsemeat - 27.03.2013, 00:38
Re: 3DTextLabel question - by horsemeat - 27.03.2013, 00:47
Re: 3DTextLabel question - by Pottus - 27.03.2013, 00:52
Re: 3DTextLabel question - by horsemeat - 14.04.2013, 19:04

Forum Jump:


Users browsing this thread: 2 Guest(s)