ΞĪŚŚÀ Posted March 12, 2014 Share Posted March 12, 2014 السلام عليكم ورحمة الله وبركاته شباب ابي الكود الي بالادمنية الايديت الي بالريسورس تكتب الكود وينفذه ، حاولت ادوره ماحصلته Link to comment
Quited Posted March 12, 2014 Share Posted March 12, 2014 امممم ليه ؟ تبي تهكر سيرفرات Link to comment
iPrestege Posted March 12, 2014 Share Posted March 12, 2014 viewtopic.php?f=91&t=54839&start=15#p531273 Link to comment
ΞĪŚŚÀ Posted March 12, 2014 Author Share Posted March 12, 2014 امممم ليه ؟تبي تهكر سيرفرات لآ مسوي لوحة بركبها بالمودات عشان احميها واذا احد خذها وركبها بسيرفرهآ تبدآ مهمتي ذذ Link to comment
ΞĪŚŚÀ Posted March 12, 2014 Author Share Posted March 12, 2014 مشكور بريستيج ~ ~ ~ ~ ~ ~ طيب ممكن كود اذا ضغطت على زر ينسخ الكلام الي في الايديت وكود اذا اختار من القريد ليست يجي في الايديت ! ! Link to comment
#DRAGON!FIRE Posted March 12, 2014 Share Posted March 12, 2014 مشكور بريستيج ~~ ~ ~ ~ ~ طيب ممكن كود اذا ضغطت على زر ينسخ الكلام الي في الايديت وكود اذا اختار من القريد ليست يجي في الايديت ! ! Event: "onClientGUIClick" guiGetText setClipboard 2 - ... : guiGridListGetItemText guiGridListGetSelectedItem guiSetText Link to comment
ΞĪŚŚÀ Posted March 13, 2014 Author Share Posted March 13, 2014 مشكور بريستيج ~~ ~ ~ ~ ~ طيب ممكن كود اذا ضغطت على زر ينسخ الكلام الي في الايديت وكود اذا اختار من القريد ليست يجي في الايديت ! ! Event: "onClientGUIClick" guiGetText setClipboard 2 - ... : guiGridListGetItemText guiGridListGetSelectedItem guiSetText ممكن تصليح ! addEventHandler('onClientGUIClick',guiRoot, function() if ( source == GUIEditor.gridlist[1] ) then 1,2 = guiGridListGetSelectedItem(GUIEditor.gridlist[1]) text = guiGridListGetItemText(GUIEditor.gridlist[1],1,2) if ( text ) then guiSetText(GUIEditor.edit[1],text) end end end ) Link to comment
charaf12 Posted March 13, 2014 Share Posted March 13, 2014 مشكور بريستيج ~~ ~ ~ ~ ~ طيب ممكن كود اذا ضغطت على زر ينسخ الكلام الي في الايديت وكود اذا اختار من القريد ليست يجي في الايديت ! ! Event: "onClientGUIClick" guiGetText setClipboard 2 - ... : guiGridListGetItemText guiGridListGetSelectedItem guiSetText ممكن تصليح ! addEventHandler('onClientGUIClick',guiRoot, function() if ( source == GUIEditor.gridlist[1] ) then 1,2 = guiGridListGetSelectedItem(GUIEditor.gridlist[1]) text = guiGridListGetItemText(GUIEditor.gridlist[1],1,2) if ( text ) then guiSetText(GUIEditor.edit[1],text) end end end ) أتمنى تقرا اساسيات برمجه Link to comment
#DRAGON!FIRE Posted March 13, 2014 Share Posted March 13, 2014 addEventHandler( "onClientGUIClick", resourceRoot, function( ) if ( source == GUIEditor.gridlist[1] ) then if ( guiGridListGetSelectedItem( source ) ~= -1 ) then local Text = guiGridListGetItemText ( source, guiGridListGetSelectedItem ( source ), 1 ) guiSetText( GUIEditor.edit[1], tostring( Text ) ) end end end ) 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