Flaker Posted June 24, 2012 Share Posted June 24, 2012 Код: 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
Scripting Moderators Sarrum Posted June 24, 2012 Scripting Moderators Share Posted June 24, 2012 В meta нужно прописать сам шрифт. <file src="font/bankbalancefont.ttf" type="client" /> Link to comment
Scripting Moderators Sarrum Posted June 24, 2012 Scripting Moderators Share Posted June 24, 2012 Всегда пожалуйста. Link to comment
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now