24.07.2013, 10:43
pawn Код:
CreateDynamic3DTextLabel("text",COLOR_GREEN, x, y, z, 15, 1, 1);
They work how-ever, if I have it set as:
pawn Код:
CreateDynamic3DTextLabel("text",COLOR_GREEN, x, y, z, 15);
CreateDynamic3DTextLabel("text",COLOR_GREEN, x, y, z, 15, 1, 1);
CreateDynamic3DTextLabel("text",COLOR_GREEN, x, y, z, 15);
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);