Jump to content

الي عنده خبرة في البرمجة يدخل


Mr.king

Recommended Posts

شباب انا حطيت كود اول ما يخش الاعب تجيه لوحة بس انا ابيه لما تضغط صورة من الصورتين ينقلة لقيم مود يعني ينقلك للهجولة اوالبيس مود

بس لما اخش البيس مود يكون بيس مود مافيه الفري روم يعني له مودات خاصة مثل سيرفر طاره وشكرا

Link to comment
  • Replies 59
  • Created
  • Last Reply

Top Posters In This Topic

Top Posters In This Topic

bindKey("F1","down", 
    function() 
    if ( getElementDimension ( localPlayer ) == 1 ) then 
        guiSetVisible(GUIEditor_Window[1], not guiGetVisible(GUIEditor_Window[1])) 
        showCursor(guiGetVisible(GUIEditor_Window[1])) 
        else 
        if guiGetVisible(GUIEditor_Window[1]) == true then 
            guiSetVisible(GUIEditor_Window[1], not guiGetVisible(GUIEditor_Window[1])) 
                      showCursor(guiGetVisible(GUIEditor_Window[1])) 
            end 
        end 
    end 
) 
Link to comment

تسوي عالم كذا :

-- Client 
  
addEventHandler("onClientGUIClick",root, 
function () 
if ( source == Button ) then 
triggerServerEvent("onClick",localPlayer) 
       end 
end 
) 
  
-- Server 
addEvent("onClick",true) 
addEventHandler("onClick",root, 
function () 
setElementDimension ( source, 1 ) 
end 
) 
Link to comment

function toggleFRWindow() 
if ( getElementDimension ( localPlayer ) == 1 ) then 
    if isWindowOpen(wndMain) then 
        showCursor(false) 
        hideAllWindows() 
    else 
        showCursor(true) 
        showAllWindows() 
                 end 
         end 
end 
Link to comment

طيب انا حطيت نافذة اول مايخش الاعب تجيه نافذة اختيار القيم بس الماوس مو ظاهر

[i]addEventHandler ( "onPlayerJoin", root, 
function () 
 guiSetVisible ( GUIEditor_Window[1] ,true ) 
 showCursor ( guiGetVisible ( GUIEditor_Window[1] ) ) 
 guiSetInputEnabled( guiGetVisible ( GUIEditor_Window[1] ) ) 
end 
)[/i] 

ارجو حل المشكلة

Link to comment
addEventHandler ( "onClientPlayerJoin", root, 
    function () 
        guiSetVisible ( GUIEditor_Window[1] ,true ) 
        showCursor ( true ) 
        guiSetInputEnabled( guiGetVisible ( GUIEditor_Window[1] ) ) 
    end 
) 

*Edit :

](*,) مدري وش فيني اليوم

Edited by Guest
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...