21.05.2014, 17:34
i am using Gagi's Dynamic House System and i want the textdraws not to appear from far away i wont that they appear at a distance of 15 or 10 meters how could i do this
text[], color, Float:X, Float:Y, Float:Z,>> Float:DrawDistance <<, virtualworld, testLOS)
CreateDynamic3DTextLabel(string, 0xFFFFFF, PosX,PosY,PosZ, 15, INVALID_PLAYER_ID, INVALID_VEHICLE_ID, 0, -1, -1, -1, 100);
OR
CreateDynamic3DTextLabel(string, 0xFFFFFF, PosX,PosY,PosZ, 100, INVALID_PLAYER_ID, INVALID_VEHICLE_ID, 0, -1, -1, -1, 15);