11.02.2017, 03:04
Look, you need to read the documentation, as what comes after the draw distance, isn't VW... It's WHAT PLAYER IT ATTACHES TO....
You can't simply change the function name, and not check what you need to change IN the function params.
You can't simply change the function name, and not check what you need to change IN the function params.
PHP код:
Create3DTextLabel(text[], color, Float:X, Float:Y, Float:Z, Float:DrawDistance, virtualworld, testLOS)
PHP код:
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 = STREAMER_3D_TEXT_LABEL_SD, STREAMER_TAG_AREA areaid = STREAMER_TAG_AREA -1, priority = 0);