14.12.2011, 21:52
Are they bugged in 0.3D, cause I litterly can't get them working whether I make one with a streamer or with, CreatePlayer3DTextLabel.
They don't appear ingame at the character I set it for?
Examples of what I've done:
None of those are working, I'm basically just trying to display a 3D textlabel that is attached to a player which is only viewable for "i" = someplayer, though in this example I've just set it playerid instead of i
They don't appear ingame at the character I set it for?
Examples of what I've done:
pawn Код:
CreatePlayer3DTextLabel(playerid,string,COLOR_PURPLE,0,0,0,15.0,playerid);
CreateDynamic3DTextLabel(string,COLOR_PURPLE,0,0,0,15.0,playerid,INVALID_VEHICLE_ID,1,-1,-1,playerid);