3D Label problem
#5

The format goes like this
pawn Код:
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:streamdistance = 100.0);
AH!! Found the bug
attachedplayer = INVALID_PLAYER_ID

You give it as 0 so it will be displayed to ID 0 only!
Put INVALID_PLAYER_ID so that its shown to all.

And INVALID_VEHICLE_ID also as the next parameter

pawn Код:
CreateDynamic3DTextLabel("TEST", COLOR_YELLOW, 859.9612, -604.4937, 18.4219, 100.0, INVALID_PLAYER_ID,INVALID_VEHICLE_ID);
This should work!If it isn't there's a problem with your co-ordinates.
Reply


Messages In This Thread
3D Label problem - by MarTaTa - 08.05.2013, 19:33
Re: 3D Label problem - by BenTaylorUK - 08.05.2013, 19:35
Re: 3D Label problem - by Yashas - 08.05.2013, 19:37
Re: 3D Label problem - by MarTaTa - 08.05.2013, 19:39
Re: 3D Label problem - by Yashas - 08.05.2013, 19:43
Re: 3D Label problem - by MarTaTa - 08.05.2013, 19:50
Re: 3D Label problem - by BenTaylorUK - 08.05.2013, 20:02
Re: 3D Label problem - by Red_Dragon. - 08.05.2013, 21:21

Forum Jump:


Users browsing this thread: 2 Guest(s)