14.03.2015, 15:30
Код:
CreateDynamic3DTextLabel("Enter", -1, 115.7420,205.5284,675.7820,6.5,-1,-1,-1,4,-1,-1,100);
CreateDynamic3DTextLabel("Enter", -1, 115.7420,205.5284,675.7820,6.5,-1,-1,-1,4,-1,-1,100);
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);
pawn Код:
|
CreateDynamic3DTextLabel("Enter", -1, 115.7420,205.5284,675.7820,6.5);
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:distance = 100.0);
CreateDynamic3DTextLabel("Enter", -1, 115.7420,205.5284,675.7820,6.5,INVALID_PLAYER_ID,INVALID_VEHICLE_ID,0,1);