Jump to content

طـلب


Recommended Posts

اخوي برستيج ازعجتك معليش

بس انا ابي الموتر نفسه يسحبه لي

يعني لو الموتر متسكر لما اسحبه يتصلح وجديد ويتغير الموتر كله

يعني انا حاط لونه احمر وسحبته يجي لونه ازرق

!

انا ابي لما اسحبه علي ماهو مايتغير شي

Link to comment
  • Replies 77
  • Created
  • Last Reply

Top Posters In This Topic

Top Posters In This Topic

أكيد لآنة بيسوي موتر جديد! سوي ترايقر جديد بـ زر ثاني يسحبة لك ( = ويصير كذا :

addEvent("car", true) 
addEventHandler("car", root, 
    function () 
        if getElementData ( source, "destroy" ) then 
            destroyElement ( getElementData ( source, "destroy")) 
        end  
        car = createVehicle(416, 0, 0, 2) 
        setElementData ( source, "destroy", car ) 
    end 
) 
  
  
addEvent("onCallServerToSetPosition", true) 
addEventHandler("onCallServerToSetPosition", root, 
function () 
        x, y, z = getElementPosition(source) 
        setElementPosition(car, x, y, z -1) 
end) 
  

البلب استخدم :

createBlipAttachedTo 

:roll:

Link to comment

addEvent("car", true) 
addEventHandler("car", root, 
    function () 
        if getElementData ( source, "destroy" ) then 
            destroyElement ( getElementData ( source, "destroy")) 
        end  
        car = createVehicle(416,x,y,z) 
         vehBlip = createBlipAttachedTo(car,27) 
        setElementData ( source, "destroy", car ) 
    end 
) 
  
  
addEvent("onCallServerToSetPosition", true) 
addEventHandler("onCallServerToSetPosition", root, 
function () 
        x, y, z = getElementPosition(source) 
        setElementPosition(car, x, y, z -1) 
end) 
  
  
addEventHandler("onVehicleExit",resourceRoot, function () destroyElement (vehBlip) end) 

هذا كلة سيرفر #,

وسوي ترايقر يوم يضغط انشاء المركبة

وترايقر يوم يضغط نقلة للمركبةة !

ورني الكلنت اللي سويتة #,

( =

وهذا الكود اذا نزل من ألموتر ينسحب البلب ذذ

Link to comment

هذا ايفنت مسوين لة ترايقر وهذا اختصار كلنت كامل :

addEventHandler("onClientGUIClick",root, 
function () 
if ( source == Button ) then 
triggerServerEvent("car",localPlayer) 
elseif ( source == Button ) then 
triggerServerEvent("onCallServerToSetPosition",localPlayer) 
                end 
end 
) 
  

جرب #,

Link to comment

addEvent("car", true) 
addEventHandler("car", root, 
    function () 
        if getElementData ( source, "destroy" ) then 
            destroyElement ( getElementData ( source, "destroy")) 
        end  
        car = createVehicle(416,x,y,z) 
        setElementData ( source, "destroy", car ) 
    end 
) 
  
  
addEvent("onCallServerToSetPosition", true) 
addEventHandler("onCallServerToSetPosition", root, 
function () 
        x, y, z = getElementPosition(source) 
        setElementPosition(car, x, y, z -1) 
end) 
  
addEventHandler("onVehicleEnter",resourceRoot, function () vehBlip = createBlipAttachedTo(car,27) end)  
  
addEventHandler("onVehicleExit",resourceRoot, function () destroyElement (vehBlip) end) 
  
          

جرب كذا أول مآيركب موتر في هذا المود بيطلع لة البلب واذا نزل يختفي واذا ركب يرجع ((=

؟

Link to comment

هههههههه انت لاتفهم العربيه ؟؟

اقولك ابيها مثل ماهي بس تنتقل من المكان الي كانت فيه وتجيني بس!

مابيها تتصلح

ابيها تنتقل عندي بدون مايصيرلها شي

تنتقل مثل ماهي

Link to comment

يآبن الحلال الكود ذا ينقلك بدون مايصلح الموتر مثلا انت ضغطت الزر الاول يسوي ترايقر لـ انشاء المركبة حلو؟

وتبي تروح للسيارة صح؟ بـ الزر الثاني! اللي مسوين له ترايقر اون كل سيرفر تو سيت بوسس ~ ؟

مايسوي تصليح بس ينقلك للسيارهـ ((= ! وش المطلوب؟

هذا اللي انت تبية! واللي قلت لي تبية :| ؟؟

Link to comment

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

انت تقرا من وين ؟

انا اقولك

الوحه مافيها الا زر واحد

+ خلاص انا صممتها ماراح اقدر ازود زر

+ انا كم مره ااعيد واكرر واقولك انا مابي لاعبي ينتقل لـ السياره انا ابي العكس السياره تنتقل للاعب

+ لما تنتقلي السياره تكون

يعني لو انا اخر مره ركبتها ولعنت اوم اومها

وضيعتها وابيها من جديد اسحبها من الزر + تكون مثل ماهي ملعون اوم اومها ض2

ماتتصلح

ان شالله فهمت

Link to comment

بعد عدهـ محاولات :mrgreen:

طلع كذا :

addEvent("car", true) 
addEventHandler("car", root, 
    function () 
        if getElementData ( source, "destroy" ) then 
        x, y, z = getElementPosition(source) 
        setElementPosition(getElementData ( source, "destroy"), x, y, z -1) 
        return 
        end 
          x, y, z = getElementPosition(source) 
        car = createVehicle(416,  x, y, z) 
        setElementData ( source, "destroy", car ) 
    end 
) 
  
addEventHandler("onVehicleEnter",resourceRoot, function () vehBlip = createBlipAttachedTo(car,27) end)  
  
addEventHandler("onVehicleExit",resourceRoot, function () destroyElement (vehBlip) end) 
  
          
  

بـ زر واحد ((=

Link to comment
addEvent("car", true) 
addEventHandler("car", root, 
    function () 
        if getElementData ( source, "destroy" ) then 
        x, y, z = getElementPosition(source) 
        setElementPosition(getElementData ( source, "destroy"), x, y, z -1) 
        return 
        end 
          x, y, z = getElementPosition(source) 
        car = createVehicle(560,  x, y, z) 
        setElementData ( source, "destroy", car ) 
    end 
) 
  
addEventHandler("onVehicleEnter",resourceRoot, function () vehBlip = createBlipAttachedTo(car,27) end) 
  
addEventHandler("onVehicleExit",resourceRoot, function () destroyElement (vehBlip) end) 
  

addEventHandler("onClientGUIClick",root, 
function () 
    if ( source == GUIEditor_Button[1] ) then 
        triggerServerEvent("car", localPlayer) 
        guiSetVisible(GUIEditor_Window[1],false) 
        showCursor(false) 
    end 
end) 

= غلط

Link to comment

addEvent("car", true) 
addEventHandler("car", root, 
    function () 
        if getElementData ( source, "destroy" ) and isElement(getElementData ( source, "destroy")) then 
        x, y, z = getElementPosition(source) 
        setElementPosition(getElementData ( source, "destroy"), x, y, z) 
        return 
        end 
        x, y, z = getElementPosition(source) 
        car = createVehicle(416,  x, y, z) 
        setElementData ( source, "destroy", car ) 
    end 
) 
  
addEventHandler("onVehicleEnter",resourceRoot, function () vehBlip = createBlipAttachedTo(car,27) end) 
  
addEventHandler("onVehicleExit",resourceRoot, function () destroyElement (vehBlip) end) 
  

الكلنت نفسة ((=

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