Create3DTextLabel Question
#1

Hi,

If I have a value, lets say "new fbipolice = 5000;"

How would I show this in a Create3DTextLabel? Like [FBI Police Online: 5000]?

Is this possible?
Reply
#2

Yes.
Ex:
pawn Код:
new VBString[64];
format(VBString,64,"[FBI Police Online: %d]",fbipolice);
Update3DTextLabelText(3DID,-1,VBString);
Reply
#3

be more spacific:

1- where u want to put it?
2- on a player?
3- wich players?

and be much spacific
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)