SAM!! Posted June 29, 2018 Share Posted June 29, 2018 وش الخطأ هون addEvent("jump",true) function( setWorldSpecialPropertyEnabled ( "extrajump", false ) end ) مع العلم اني بسويلة ترايقر من السيرفر للكلنت وبسوي بصير هيك لما يضغط علي زر Link to comment
N3xT Posted June 29, 2018 Share Posted June 29, 2018 addEvent("jump",true) addEventHandler("jump", root, function () setWorldSpecialPropertyEnabled ( "extrajump", false ) end ) 1 Link to comment
SAM!! Posted June 29, 2018 Author Share Posted June 29, 2018 addEventHandler("onPlayerWasted", root, function ( ) triggerClientEvent("unjump", root) end end ) N3xT وهنا؟ Link to comment
N3xT Posted June 29, 2018 Share Posted June 29, 2018 addEventHandler("onPlayerWasted", root, function ( ) triggerClientEvent(source, "jump", source) end ) 1 Link to comment
SAM!! Posted June 29, 2018 Author Share Posted June 29, 2018 addEventHandler('onClientGUIClick', root, function ( ) if source == btn.shop then guiSetVisible( wnd1, false ) showCursor(false) executeCommandHandler("samshop511106") end end ) معلش استحملني شوي الحين لما اضغط يفتح نافذة من مود ثاني كلة تمام ابي لو يضغط تاني يقفلها تاني وشككرا N3xT اي مساعدة؟ Link to comment
N3xT Posted June 29, 2018 Share Posted June 29, 2018 samshop511106 عدل على نفس الكومند الأساسي اذا كان اللوحة ظاهرة يخفيها واذا مخفية يظهرها 1 Link to comment
SAM!! Posted June 29, 2018 Author Share Posted June 29, 2018 addCommandHandler('samshop511106', function() guiSetVisible(GUIEditor.window[1],true) showCursor( true ) end ) N3xT Link to comment
+Source|> Posted June 29, 2018 Share Posted June 29, 2018 1 minute ago, SAM!! said: addCommandHandler('samshop511106', function() guiSetVisible(GUIEditor.window[1],true) showCursor( true ) end ) N3xT الكومند اللي في السيرفر executeCommandHanlder حطها بالسيرفر ولو الكلنت حطها بالكلنت Link to comment
SAM!! Posted June 29, 2018 Author Share Posted June 29, 2018 +Source|> لا مافهمت شكرا لكم 1 Link to comment
+Source|> Posted June 29, 2018 Share Posted June 29, 2018 25 minutes ago, SAM!! said: +Source|> لا مافهمت شكرا لكم لو addCommandHandler هذا الأمر موجود في ملف الكلنت حق المود لازم في المود اللي بتسويه تحط executeCommandHandler لازم تكون بالكلنت Link to comment
N3xT Posted June 29, 2018 Share Posted June 29, 2018 addCommandHandler('samshop511106', function ( ) local gui = guiGetVisible ( GUIEditor.window[1] ) if ( gui == false ) then guiSetVisible(GUIEditor.window[1],true) showCursor( true ) else guiSetVisible(GUIEditor.window[1],false) showCursor( false ) end end ) 1 Link to comment
Rockyz Posted June 30, 2018 Share Posted June 30, 2018 @N3xT كنت تقدر تختصر كذا : addCommandHandler('samshop511106', function() local visible = not guiGetVisible(GUIEditor.window[1]) guiSetVisible(GUIEditor.window[1], visible) showCursor(visible) end); 1 Link to comment
N3xT Posted June 30, 2018 Share Posted June 30, 2018 Just now, #,+( _xiRoc[K]; > said: @N3xT كنت تقدر تختصر كذا : addCommandHandler('samshop511106', function() local visible = not guiGetVisible(GUIEditor.window[1]) guiSetVisible(GUIEditor.window[1], visible) showCursor(visible) end); بالنهاية النتيجة وحدة, كودي أوضح له عشان يفهم الفكرة 1 1 Link to comment
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now