FrostLee Posted May 12, 2013 Share Posted May 12, 2013 Добрый день! Сразу к делу. Во-первых. Как заменить модель пикапа, если есть файлы .dff .txd ? Во-вторых. Как сделать что бы, когда игрок в транспорте наезжает на пикап, он срабатывал. Спасибо. Link to comment
Ruga Posted May 12, 2013 Share Posted May 12, 2013 https://wiki.multitheftauto.com/wiki/OnPickupHit и поставь условие на проверку игрока в машине Link to comment
FrostLee Posted May 12, 2013 Author Share Posted May 12, 2013 Спасибо, получилось. Теперь с первым вопросом помогите. Link to comment
FrostLee Posted May 12, 2013 Author Share Posted May 12, 2013 (edited) Всё разобрался. Спасибо вики. Спасибо Ruga. ps. Кому нужно будет. root = getResourceRootElement(getThisResource()) Model = { nitro = 2221, repair = 2222, vehchange = 2223 } addEventHandler("onClientResourceStart", root, function() outputChatBox ( "> Загрузка моделей" ) for name,id in pairs(Model) do engineImportTXD(engineLoadTXD('model/' .. name .. '.txd'), id) engineReplaceModel(engineLoadDFF("model/" .. name .. ".dff", id), id) end end ) Edited May 12, 2013 by Guest Link to comment
FrostLee Posted May 12, 2013 Author Share Posted May 12, 2013 а какой функцией загружать картинки? Link to comment
Ruga Posted May 12, 2013 Share Posted May 12, 2013 https://wiki.multitheftauto.com/wiki/Gu ... taticImage вот image в gui Link to comment
Other Languages Moderators Disinterpreter Posted May 12, 2013 Other Languages Moderators Share Posted May 12, 2013 https://wiki.multitheftauto.com/wiki/GuiCreateStaticImage вот image в gui + https://wiki.multitheftauto.com/wiki/DxDrawImage в dx 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