ΞĪŚŚÀ Posted March 12, 2014 Posted March 12, 2014 السلام عليكم ورحمة الله وبركاته شباب ابي الكود الي بالادمنية الايديت الي بالريسورس تكتب الكود وينفذه ، حاولت ادوره ماحصلته
ΞĪŚŚÀ Posted March 12, 2014 Author Posted March 12, 2014 امممم ليه ؟تبي تهكر سيرفرات لآ مسوي لوحة بركبها بالمودات عشان احميها واذا احد خذها وركبها بسيرفرهآ تبدآ مهمتي ذذ
ΞĪŚŚÀ Posted March 12, 2014 Author Posted March 12, 2014 مشكور بريستيج ~ ~ ~ ~ ~ ~ طيب ممكن كود اذا ضغطت على زر ينسخ الكلام الي في الايديت وكود اذا اختار من القريد ليست يجي في الايديت ! !
#DRAGON!FIRE Posted March 12, 2014 Posted March 12, 2014 مشكور بريستيج ~~ ~ ~ ~ ~ طيب ممكن كود اذا ضغطت على زر ينسخ الكلام الي في الايديت وكود اذا اختار من القريد ليست يجي في الايديت ! ! Event: "onClientGUIClick" guiGetText setClipboard 2 - ... : guiGridListGetItemText guiGridListGetSelectedItem guiSetText
ΞĪŚŚÀ Posted March 13, 2014 Author 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 )
charaf12 Posted March 13, 2014 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 ) أتمنى تقرا اساسيات برمجه
#DRAGON!FIRE Posted March 13, 2014 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 )
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