3d text labels on each pickup
#4

The 3rd, 4th and 5th parameters in CreatePickup or AddStaticPickup are the co-ordinates of the pickup which you need in Create3DTextLabel.

Example:

I have this pickup created somewhere
pawn Код:
CreatePickup(1242, 2, 1503.3359, 1432.3585, 10.1191, -1);
And I wanna add a 3d text label at its position so I'd simply copy the co-ordinates in CreatePickup (or whatever you used to create the pickup) and use them in the Create3DTextLabel, like this:

pawn Код:
Create3DTextLabel("text", 0x008080FF, 1503.3359, 1432.3585, 10.1191, 40.0, 0, 0);
Reply


Messages In This Thread
3d text labels on each pickup + save / load system - by Opah - 14.07.2012, 15:45
Re: 3d text labels on each pickup - by clarencecuzz - 14.07.2012, 15:49
Re: 3d text labels on each pickup - by Opah - 14.07.2012, 15:54
Re: 3d text labels on each pickup - by [KHK]Khalid - 14.07.2012, 16:05
Re: 3d text labels on each pickup - by Opah - 14.07.2012, 19:13
Re: 3d text labels on each pickup - by [KHK]Khalid - 14.07.2012, 20:52
Re: 3d text labels on each pickup - by SuperViper - 14.07.2012, 20:55
Re: 3d text labels on each pickup - by Opah - 15.07.2012, 01:23

Forum Jump:


Users browsing this thread: 4 Guest(s)