Jump to content

Общий мини "HELP ME" топик по скриптингу


Recommended Posts

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
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

Или я дурак или лыжи не едут !

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
  • Scripting Moderators
Settings -> Multiplayer -> Use customized GTA:SA files, поставить галочку.

и кстать вот это где вообще я такого не нашёл у меня в меню?у меня версия 1.3

809382screen_mta_.png

Link to comment

Люди прошу пожалуйста помогите !!!!! Есть вот такой скрипт https://community.multitheftauto.com/index.php?p= ... ls&id=1705 я хочу сделать чтоб панель телепортов открывалась когда игрок заходит на маркер , но что я только непробовал Подтвердить может Flaker мы вместе пытались честно !!! Я понимаю никто код за меня писать не будет НО я прошу люди отзавитесь и пожалуйста помогите :cry::cry::cry::cry::cry::cry::cry::cry::cry::cry::cry::cry::cry::cry::cry::cry::cry:

Link to comment
  
-- pMarker элемент, маркер. 
addEventHandler( 'onClientMarkerHit', pMarker,  
    function( pPlayer ) 
        if pPlayer == localPlayer then 
            guiSetVisible( teleManager, true ) 
        end 
    end 
) 

Чё сложного то? Код на 7 строк всего.

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...