562141 Posted April 27, 2012 Share Posted April 27, 2012 ребят помогите удаляю обьект а всеравно остаётся какаято хрень ! Link to comment
Kenix Posted April 27, 2012 Share Posted April 27, 2012 Это не хрень. Это LOD http://ru.wikipedia.org/wiki/Level_of_Detail В мап едиторе можно спокойно узнать LOD модели. Link to comment
562141 Posted April 28, 2012 Share Posted April 28, 2012 createWater пожалуйста скажите что я нетак делаю function thaResourceStarting( ) water = createWater ( -1727.9000244141, -592.20001220703, 0, -1457.5, -592.29998779297, 0, -1457.6999511719, -432.29998779297, 0 [, -1728.0999755859, -221.5, 0 ] [, bool bShallow = false ] ) setWaterLevel ( height ) end addEventHandler("onClientResourceStart", getResourceRootElement(getThisResource()), thaResourceStarting) Link to comment
_Vincent_ Posted April 28, 2012 Share Posted April 28, 2012 Скобки в аргументах - это нормально? Link to comment
Kenix Posted April 28, 2012 Share Posted April 28, 2012 562141 viewtopic.php?f=141&t=32458 Link to comment
AHTOXA Posted April 28, 2012 Share Posted April 28, 2012 createWater пожалуйста скажите что я нетак делаюfunction thaResourceStarting( ) water = createWater ( -1727.9000244141, -592.20001220703, 0, -1457.5, -592.29998779297, 0, -1457.6999511719, -432.29998779297, 0 [, -1728.0999755859, -221.5, 0 ] [, bool bShallow = false ] ) setWaterLevel ( height ) end addEventHandler("onClientResourceStart", getResourceRootElement(getThisResource()), thaResourceStarting) спасибо посмеялся сорри за оффтоп Link to comment
Kenix Posted April 28, 2012 Share Posted April 28, 2012 Никто не будет писать код за тебя. Ссыль кинул на доки/мануалы по Lua. Вперёд! Link to comment
562141 Posted April 28, 2012 Share Posted April 28, 2012 да я и непрошу чтоб ктото за меня скрипт писал я просто хочу чтоб сказали в чём ошибки Link to comment
DakiLLa Posted April 28, 2012 Share Posted April 28, 2012 562141 Не задумывался, откуда у тебя там надписи вида [, -1728.0999755859, -221.5, 0 ] [, bool bShallow = false ] ? Link to comment
562141 Posted April 29, 2012 Share Posted April 29, 2012 Или я дурак или лыжи не едут ! height = 0 southWest_X = -1727 southWest_Y = -592 southEast_X = -1457 southEast_Y = -592 northWest_X = -1457 northWest_Y = -432 northEast_X = -1728 northEast_Y = -221 -- OnClientResourceStart function that creates the water. function thaResourceStarting( ) water = createWater ( southWest_X, southWest_Y, height, southEast_X, southEast_Y, height, northWest_X, northWest_Y, height, northEast_X, northEast_Y, height ) setWaterLevel ( height ) end addEventHandler("onClientResourceStart", getResourceRootElement(getThisResource()), thaResourceStarting) Link to comment
DakiLLa Posted April 29, 2012 Share Posted April 29, 2012 Попробуй setWaterLevel ( water, height ) Ну и height измени на что-нибудь отличное от нуля, чтобы увидеть эффект. Link to comment
562141 Posted April 29, 2012 Share Posted April 29, 2012 неработает ктото знает еще вариант создания воды Link to comment
Kenix Posted April 29, 2012 Share Posted April 29, 2012 /debugscript 3? viewtopic.php?f=141&t=40703 ? Link to comment
123456zuk Posted April 30, 2012 Share Posted April 30, 2012 люди я поставил обычный gta_sa.exe он при старте начал ошибку памяти выбивать что делать? проблема на прошлой или позапрошлой странице Link to comment
123456zuk Posted April 30, 2012 Share Posted April 30, 2012 Settings -> Multiplayer -> Use customized GTA:SA files, поставить галочку. и кстать вот это где вообще я такого не нашёл у меня в меню?у меня версия 1.3 Link to comment
_Vincent_ Posted April 30, 2012 Share Posted April 30, 2012 переставь гта и ставь мод частями. мб узнаешь, что вызывает проблему. Link to comment
Scripting Moderators Sarrum Posted April 30, 2012 Scripting Moderators Share Posted April 30, 2012 Settings -> Multiplayer -> Use customized GTA:SA files, поставить галочку. и кстать вот это где вообще я такого не нашёл у меня в меню?у меня версия 1.3 Link to comment
562141 Posted May 6, 2012 Share Posted May 6, 2012 Люди прошу пожалуйста помогите !!!!! Есть вот такой скрипт https://community.multitheftauto.com/index.php?p= ... ls&id=1705 я хочу сделать чтоб панель телепортов открывалась когда игрок заходит на маркер , но что я только непробовал Подтвердить может Flaker мы вместе пытались честно !!! Я понимаю никто код за меня писать не будет НО я прошу люди отзавитесь и пожалуйста помогите Link to comment
Kenix Posted May 6, 2012 Share Posted May 6, 2012 -- pMarker элемент, маркер. addEventHandler( 'onClientMarkerHit', pMarker, function( pPlayer ) if pPlayer == localPlayer then guiSetVisible( teleManager, true ) end end ) Чё сложного то? Код на 7 строк всего. 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