CreateDynamic3DTextLabel Problem
#1

I reached the limit of the normal Create3DTextLabel, and i put some with CreateDynamic.. all works ok, but my houses and business not show the Dynamic3DTextLabel.
Where is the problem ?
Reply
#2

so u are using incognitos streamer plugin to stream ur 3d texts?

//edit:

pawn Код:
native Text3D:CreateDynamic3DTextLabel(const text[], color, Float:x, Float:y, Float:z, Float:drawdistance, attachedplayer = INVALID_PLAYER_ID, attachedvehicle = INVALID_VEHICLE_ID, testlos = 0, worldid = -1, interiorid = -1, playerid = -1, Float:distance = 100.0);
u have to increase the distance float so the 3dtext can be seen from bigger distances cause by deafault u have to be pretty close to make them visible.
Reply
#3

But im close to the house/biz textdraw and not works?
Код:
hhh[h] = CreateDynamic3DTextLabel(strstr,COLOR_YELLOW,HouseInfo[h][hEntrancex],HouseInfo[h][hEntrancey],HouseInfo[h][hEntrancez],35.0);
PS. All 3dtextdraws with "CreateDynamic3DTextLabel and Create3DTextLabel" works, only that from the houses and business.
Reply
#4

try this:

pawn Код:
hhh[h] = CreateDynamic3DTextLabel(strstr,COLOR_YELLOW,HouseInfo[h][hEntrancex],HouseInfo[h][hEntrancey],HouseInfo[h][hEntrancez],35.0, INVALID_PLAYER_ID, INVALID_VEHICLE_ID, 0);
are u sure the cords are right?
Reply
#5

yes, all cords are right. thanks, im gonna try what you post.
Reply
#6

not works, other solutions .. ?
Reply
#7

i had same problem so you need to remove the last digit in the createdynamic3dtext code and replace from there with this ,INVALID_PLAYER_ID,INVALID_VEHICLE_ID); <<-- it definatly works i use it same way
Reply
#8

works only for static coords, but to house/business not work.
Reply
#9

well im sorry i cant help you
Reply
#10

so.. not works, only that from houses/business.
other solutions?
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)