12.05.2012, 09:40
Increase the stream distance and don't put more than 1000 objects in a small place. Also, make sure you haven't limited the maximum visible objects using Streamer_VisibleItems.
Use the attachedplayer parameter. You can't use Attach3DTextLabelToPlayer for streamed texts.
Quote:
Question: is the CreateDynamic3DTextLabel function compatible with Attatch3DTextLabelToPlayer?
|
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:streamdistance = 100.0);