CreatePickup problem
#4

Quote:
Originally Posted by AustinWeerdGuy
Посмотреть сообщение
how do I move the "CreateDynamic3DTextLabel"?

I want
Код:
CreateDynamic3DTextLabel("Type /robbank to \nrob the bank.",COLOR_YELLOW,2388.4727, -1596.8754, 785.6183+0.5,8.0);
to

Код:
1239, 23, 2309.58, -8.38, 26.74, -1
Here:
pawn Код:
CreateDynamic3DTextLabel("Type /robbank to \nrob the bank.",COLOR_YELLOW,2309.58, -8.38, 26.74+0.5,8.0);
You just need the X, Y and Z coordinates:
Код:
CreatePickup(model, type, Float:X, Float:Y, Float:Z, Virtualworld)
CreatePickup(1239, 23, 2309.58, -8.38, 26.74, -1);
And then change the X, Y, Z coordinates of the 3DTextLabel:
Код:
CreateDynamic3DTextLabel(const text[], color, Float:x, Float:y, Float:z, Float:drawdistance);
CreateDynamic3DTextLabel("Type /robbank to \nrob the bank.",COLOR_YELLOW,2388.4727, -1596.8754, 785.6183+0.5,8.0);
Reply


Messages In This Thread
CreatePickup problem - by AustinWeerdGuy - 04.01.2014, 21:22
Re: CreatePickup problem - by Larceny - 04.01.2014, 21:26
Re: CreatePickup problem - by AustinWeerdGuy - 04.01.2014, 21:39
Re: CreatePickup problem - by Larceny - 04.01.2014, 21:57

Forum Jump:


Users browsing this thread: 1 Guest(s)