RdX Posted May 14, 2014 Share Posted May 14, 2014 السلام عليكم وبرحمة الله و بركاته انا عندي جريد لست و فيه صوره تحت و ابي لمن اضغط على اي كلمه في الكريد ليست تتغير الصوره للصوره للمحده يعني لكل كلمه صوره مححده هاذي الصوره ابي لمن اضغط على Shadow تتغير الصوره و ابي لمن اضغط على Dollar تتغير الصوره كيف ؟ guiGridListSetItemText(gridlistwheel, 14, 1, "Ahab", false, false) Link to comment
Mr-M3AND Posted May 14, 2014 Share Posted May 14, 2014 guiGridListGetItemText guiGridListGetSelectedItem guiSetVisible Link to comment
TAPL Posted May 14, 2014 Share Posted May 14, 2014 مثال theImage = guiCreateStaticImage(20, 200, 100, 100, "imagename.png", false, gridlistwheel) function click() if source == gridlistwheel then local row = guiGridListGetSelectedItem(gridlistwheel) if row ~= -1 then local imgP = guiGridListGetItemText(gridlistwheel, guiGridListGetSelectedItem(gridlistwheel), 1) if imgP ~= "" then guiStaticImageLoadImage(theImage, imgP..".png") end end end end addEventHandler("onClientGUIClick", root, click) png تأكد ان كل كلمة في القريد لست في لها صورة على نفس الكلمة و بصيغة 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