Jump to content

ارجو تصحيح الكود


Recommended Posts

حاولت اعمل مصعد و عملت كل حاجة و مش عارف الغلط فين


 

--ms3d--
MNaR210 = createObject(3585,-2032.9515380859, 1626.7026367188, 13.215625762939,0,0,0 )
MNaR210_1 = createMarker(-2032.9515380859, 1626.7026367188, 13.215625762939,'corona',1,0,0,255,255 )
MNaR210_2 = createMarker(-2028.3624267578, 1700.1560058594, 20.88,'corona',1,0,0,255,255 )

local groupName = 'NaR'
local teamName = 'No Team'
local SKIN = 7

    elseif ( source == MNaR210_1 ) or ( source == MNaR210_2 ) 
                cancelEvent()
            else
                if isElement(MNaR210_1) then
                    destroyElement(MNaR210_1)
                end
                if isElement(MNaR210_2) then
                    destroyElement(MNaR210_2)
                end
                setTimer( function ()
                    moveObject( MNaR210,3000,-2028.3624267578, 1700.1560058594, 45.91 )
                    setTimer( function ()
                        moveObject( MNaR210,2000,-2028.3624267578, 1700.1560058594, 20.88 )
                        setTimer( function ()
                            moveObject( MNaR210,2000,-2028.3624267578, 1700.1560058594, 45.91 )
                            setTimer( function ()
                                moveObject( MNaR210,3000,-2032.9515380859, 1626.7026367188, 13.215625762939 )
                                setTimer( function ()
                                    MNaR210_1 = createMarker(-2032.9515380859, 1626.7026367188, 13.215625762939,'corona',1,0,0,255,255 )
                                    MNaR210_2 = createMarker(-2028.3624267578, 1700.1560058594, 20.88,'corona',1,0,0,255,255 )
                                end, 6000, 1)
                            end, 2050, 1)
                        end, 5050, 1)
                    end, 3050, 1)
                end, 3000, 1)
            end
        else

 

Edited by TAPL
lua tag
Link to comment
3 minutes ago, MR.TOUNSI said:

ع الأقل تاخذ اجر . 
خذ انت اجر وغير صورتك
?

هههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههه

Link to comment
16 hours ago, Mr.Mostafa said:

آلكود مب كآمل + حط آكوآدك في lua tag

+ آلمفروض يكون بقسم آلبرمجة

 

طب مينفعش تصححهولي ؟؟؟

46 minutes ago, *AnGeL said:

وضح ؟

.. لو سمحت في بداية الـ موضوع لازم يكون في سلام عليكم او شيء ..

ع الأقل تاخذ اجر . 

السلام عليكم ورحمة الله وبركاته 

(:

 

Link to comment
On 06/09/2018 at 08:09, [T]|O|[P]George said:

تمام شكران لكن انا عايز الكود اللي يخلي المصعد ينزل و يطلع بمركر مينفعش تديني الكود ؟؟

Link to comment

نساعدك و تجرب ما عرفت نساعدك اكثر

جرب الاكواد

"onClientMarkerHit"
-- و تسوي تحقق لو اللاعب داخل الماركر
-- و ينفذ الامر الي انت تبيه
moveObject

غير كذا 

اكوادك فيها غلطات 

On 05/09/2018 at 03:38, MaTzEl|F5ama|#1MaHmOuD said:

حاولت اعمل مصعد و عملت كل حاجة و مش عارف الغلط فين


 


--ms3d--
MNaR210 = createObject(3585,-2032.9515380859, 1626.7026367188, 13.215625762939,0,0,0 )
MNaR210_1 = createMarker(-2032.9515380859, 1626.7026367188, 13.215625762939,'corona',1,0,0,255,255 )
MNaR210_2 = createMarker(-2028.3624267578, 1700.1560058594, 20.88,'corona',1,0,0,255,255 )

local groupName = 'NaR'
local teamName = 'No Team'
local SKIN = 7

    elseif ( source == MNaR210_1 ) or ( source == MNaR210_2 ) 
                cancelEvent()
            else
                if isElement(MNaR210_1) then
                    destroyElement(MNaR210_1)
                end
                if isElement(MNaR210_2) then
                    destroyElement(MNaR210_2)
                end
                setTimer( function ()
                    moveObject( MNaR210,3000,-2028.3624267578, 1700.1560058594, 45.91 )
                    setTimer( function ()
                        moveObject( MNaR210,2000,-2028.3624267578, 1700.1560058594, 20.88 )
                        setTimer( function ()
                            moveObject( MNaR210,2000,-2028.3624267578, 1700.1560058594, 45.91 )
                            setTimer( function ()
                                moveObject( MNaR210,3000,-2032.9515380859, 1626.7026367188, 13.215625762939 )
                                setTimer( function ()
                                    MNaR210_1 = createMarker(-2032.9515380859, 1626.7026367188, 13.215625762939,'corona',1,0,0,255,255 )
                                    MNaR210_2 = createMarker(-2028.3624267578, 1700.1560058594, 20.88,'corona',1,0,0,255,255 )
                                end, 6000, 1)
                            end, 2050, 1)
                        end, 5050, 1)
                    end, 3050, 1)
                end, 3000, 1)
            end
        else

 

elseif ( source == MNaR210_1 ) or ( source == MNaR210_2 ) 
                cancelEvent()

يمكن الكود له تكملة فوق و انت ما نسخته

ولو ماله ما اعتقد الكود ذا له اهمية فشيله

 

Edited by [T]|O|[P]George
تعديل
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...