ΞĪŚŚÀ Posted March 12, 2014 Posted March 12, 2014 السلام عليكم ورحمة الله وبركاته شباب ابي الكود الي بالادمنية الايديت الي بالريسورس تكتب الكود وينفذه ، حاولت ادوره ماحصلته Lоаdіпg.. ██████████████████████████ ( 98% ) [R.L.A] Server * [R.L.A] xIRomand~ * ツ
ΞĪŚŚÀ Posted March 12, 2014 Author Posted March 12, 2014 امممم ليه ؟تبي تهكر سيرفرات لآ مسوي لوحة بركبها بالمودات عشان احميها واذا احد خذها وركبها بسيرفرهآ تبدآ مهمتي ذذ Lоаdіпg.. ██████████████████████████ ( 98% ) [R.L.A] Server * [R.L.A] xIRomand~ * ツ
ΞĪŚŚÀ Posted March 12, 2014 Author Posted March 12, 2014 مشكور بريستيج ~ ~ ~ ~ ~ ~ طيب ممكن كود اذا ضغطت على زر ينسخ الكلام الي في الايديت وكود اذا اختار من القريد ليست يجي في الايديت ! ! Lоаdіпg.. ██████████████████████████ ( 98% ) [R.L.A] Server * [R.L.A] xIRomand~ * ツ
#DRAGON!FIRE Posted March 12, 2014 Posted March 12, 2014 مشكور بريستيج ~~ ~ ~ ~ ~ طيب ممكن كود اذا ضغطت على زر ينسخ الكلام الي في الايديت وكود اذا اختار من القريد ليست يجي في الايديت ! ! Event: "onClientGUIClick" guiGetText setClipboard 2 - ... : guiGridListGetItemText guiGridListGetSelectedItem guiSetText To Contact Me at Skype : [email protected]
ΞĪŚŚÀ 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 ) Lоаdіпg.. ██████████████████████████ ( 98% ) [R.L.A] Server * [R.L.A] xIRomand~ * ツ
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 ) أتمنى تقرا اساسيات برمجه Scripting Level 38% My SeRvEr : [Gta-GN] - [-TG-] Good Bye
#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 ) To Contact Me at Skype : [email protected]
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