Jump to content

اللوحه ماتفتح


Recommended Posts

السلام عليكم رحمة الله

لو سمحتو الان احتجت كود لو انت بكول شيب ماتفتح لك اللوحة

وبحثت بالمنتدى وجدت كود الاخ زاحف لكن وضعت الكود باسفل الملف الكلنت ووضعت اسم اللوحة والكول

لكن يوم انتقل للكول شيب اللوحة تفتح .. مفروض ماتفتح بالكول شيب

  Maarker = createColCuboid(-1137.5582, 1018.7025, 176.75, 95.25, 2) 
      
    addEventHandler("onClientColShapeHit", Maarker, 
    function(hitPlayer) 
        if (hitPlayer == localPlayer) then 
            if (getElementData(hitPlayer, "Group") == "ARMY") then 
                guiSetVisible(DrugUseWindow, true) 
                showCursor(true) 
            end 
        end 
    end, false) 
      
    addEventHandler("onClientColShapeLeave", Maarker, 
    function(leftPlayer) 
        if (leftPlayer == localPlayer) then 
            if (getElementData(liftPlayer, "Group") == "ARMY") then 
                if guiGetVisible(DrugUseWindow) then 
                    guiSetVisible(DrugUseWindow, false) 
                    showCursor(false) 
                end 
            end 
        end 
    end, false) 

if (getElementData(hitPlayer, "Group") == "ARMY") then 

ذا السطر احسه ماحتاجة لكن طرحت لكم كود الاخ زاحف كامل و اتممنى المساعدة

Link to comment
"onClientGUIClick" 
guiGridListGetSelectedItem 
guiGridListGetItemText 
guiSetText 

سفاح مانفع هيكك

function () 
addEventHandler ( "onClientGUIClick", 
guiGridListGetItemText ( playerList, guiGridListGetSelectedItem ( playerList ), 1 ) 
guiSetText ( nameEdit ) 
end 
) 

و اللوحه اختفت .ياليت تصححه ذذ

Link to comment

addEventHandler ( "onClientGUIClick",resourceRoot, function (    ) 
 if ( source == playerList ) then 
 if ( guiGridListGetSelectedItem (playerList) ~= -1 ) then 
local Player = guiGridListGetItemText ( playerList, guiGridListGetSelectedItem ( playerList ), 1 ) 
guiSetText (nameEdit, Player) 
              end 
         end 
    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...