Jump to content

guiCreateFont, guiSetFont ошибка неправильного пути...


Recommended Posts

Код:

local Label = guiCreateLabel(74,173,660,131,"$0000000000",false,test_window) 
  
local bankBalanceFont = guiCreateFont( "font/bankbalancefont.ttf", 20 )  -- Create GUI custom font 
if bankBalanceFont then 
    guiSetFont( Label, bankBalanceFont )   
end 

Ошибка: Bad 'file-path' pointer @ 'guiCreateFont'(1)

Шрифт: http://www.ph4.ru/dlfont.php?s=AGLettericaExtraCompressed_Roman&b=ttf&c=ttf-rus

Пробовал пути: (файл точно с таким название, и точно находится в папке font)

1) font/bankbalancefont.ttf

2) font\bankbalancefont.ttf

3) bankbalancefont.ttf --В данном случае перенес шрифт в корневую директорию

Возможно в meta надо что-то прописать?

Link to comment

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...