ABO-SR777777A Posted June 12, 2013 Share Posted June 12, 2013 سلام عليكم شباب كيف اسوي مثلا اي فون وصور له ولما يدق على الصوره يدخل نافذه جديده لاهنتم الشرح Link to comment
iPrestege Posted June 12, 2013 Share Posted June 12, 2013 guiCreateStaticImage -- تسوي صور addEventHandler -- نستخدمة لـ حدث : 'onClientGUIClick' -- حدث guiBringToFront -- يحط الالمنت ( Gui ) بـ الاول قدآم ! guiSetVisible -- يتحكم بـ ظهور الالمنت ( Gui ) ( = showCursor -- يمكن تحتاجة يمكن لآ ( = Link to comment
ABO-SR777777A Posted June 12, 2013 Author Share Posted June 12, 2013 ابي شرح اوضح الله يسلمك Link to comment
ABO-SR777777A Posted June 12, 2013 Author Share Posted June 12, 2013 فهمت بس بحاول اطرح الاكواد كلها هنا اوك Link to comment
iPrestege Posted June 12, 2013 Share Posted June 12, 2013 -- # Client Side ! addEventHandler('onClientGUIClick',MyIphoneIconVer, -- حدث بدل اللي تبية يفتح النافذهـ # function ( ) guiSetVisible ( NewWindow,true ) -- نظهر النافذهـ اللي نبيها guiBringToFront ( NewWindow ) -- نجيبها قدام showCursor ( true ) -- نظهر المؤشر outputChatBox('* New window opened !',255,255,0) -- نخرج نص end, false ) Link to comment
ABO-SR777777A Posted June 12, 2013 Author Share Posted June 12, 2013 -- # Client Side ! addEventHandler('onClientGUIClick',MyIphoneIconVer, -- حدث بدل اللي تبية يفتح النافذهـ # function ( ) guiSetVisible ( NewWindow,true ) -- نظهر النافذهـ اللي نبيها guiBringToFront ( NewWindow ) -- نجيبها قدام showCursor ( true ) -- نظهر المؤشر outputChatBox('* New window opened !',255,255,0) -- نخرج نص end, false ) مني فاهم والله Link to comment
iPrestege Posted June 12, 2013 Share Posted June 12, 2013 وش هو اللي مافهمتة ؟ -- # Client Side ! addEventHandler('onClientGUIClick',MyIphoneIconVer, -- حدث بدل اللي تبية يفتح النافذهـ # function ( ) guiSetVisible ( NewWindow,true ) -- نظهر النافذهـ اللي نبيها guiBringToFront ( NewWindow ) -- نجيبها قدام showCursor ( true ) -- نظهر المؤشر outputChatBox('* New window opened !',255,255,0) -- نخرج نص end, false ) MyIphoneIconVer = .. المتغير حق الصورة اللي تبي يوم تضغطها يفتح نافذهـ ثانية NewWindow = المتغير حق النافذهـ اللي تبيها تنفتح يوم يضغط الصورهـ .. و بس ( = Link to comment
ABO-SR777777A Posted June 12, 2013 Author Share Posted June 12, 2013 اوك بجرب وارد لك خبر Link to comment
ABO-SR777777A Posted June 12, 2013 Author Share Posted June 12, 2013 ممكن تسويلي لاان سويت ميتين مره وخطأ مايشتغل المود كلينت GUIEditor_Window = {} GUIEditor_Image = {} GUIEditor_Scrollpane = {} GUIEditor_Window[1] = guiCreateWindow(371,116,295,362,"wwww",false) GUIEditor_Scrollpane[1] = guiCreateScrollPane(261,-554,0,0,false,GUIEditor_Window[1]) GUIEditor_Image[1] = guiCreateStaticImage(23,24,249,258,"images/cold.png",false,GUIEditor_Window[1]) GUIEditor_Image[2] = guiCreateStaticImage(45,281,50,51,"images/add.png",false,GUIEditor_Window[1]) GUIEditor_Image[3] = guiCreateStaticImage(208,285,62,61,"images/close.png",false,GUIEditor_Window[1]) GUIEditor_Image[4] = guiCreateStaticImage(115,126,116,106,"images/mtalogo.png",false,GUIEditor_Window[1]) meta "Emanuel and Pepa" version="1.0" name="Money" type="misc" /> 2- |=جحح-0- مو شغال ؟؟ Link to comment
iPrestege Posted June 12, 2013 Share Posted June 12, 2013 GUIEditor_Window = {} GUIEditor_Image = {} GUIEditor_Scrollpane = {} GUIEditor_Window[1] = guiCreateWindow(371,116,295,362,"wwww",false) GUIEditor_Scrollpane[1] = guiCreateScrollPane(261,-554,0,0,false,GUIEditor_Window[1]) GUIEditor_Image[1] = guiCreateStaticImage(23,24,249,258,"images/cold.png",false,GUIEditor_Window[1]) GUIEditor_Image[2] = guiCreateStaticImage(45,281,50,51,"images/add.png",false,GUIEditor_Window[1]) GUIEditor_Image[3] = guiCreateStaticImage(208,285,62,61,"images/close.png",false,GUIEditor_Window[1]) GUIEditor_Image[4] = guiCreateStaticImage(115,126,116,106,"images/mtalogo.png",false,GUIEditor_Window[1]) GUIEditor_Window[2] = guiCreateWindow(250,250,250,250,"wwww2",false) guiSetVisible ( GUIEditor_Window[2],false ) addEventHandler('onClientGUIClick',GUIEditor_Image[4], function ( ) for _,v in pairs ( GUIEditor_Window ) do if ( v and v ~= GUIEditor_Window[2] ) then guiSetVisible ( v,false ) end guiSetVisible ( GUIEditor_Window[2],true ) guiBringToFront ( GUIEditor_Window[2] ) showCursor ( true ) end end,false ) جربة ورد لي خبر .. ! Link to comment
ABO-SR777777A Posted June 12, 2013 Author Share Posted June 12, 2013 لمود كامل ماشتغل مالقيته Link to comment
iPrestege Posted June 12, 2013 Share Posted June 12, 2013 لانك مسمي الميتا يوم ترسلة mta حولة meta (; !! Link to comment
ABO-SR777777A Posted June 13, 2013 Author Share Posted June 13, 2013 good اششتغل بس بجرب اسوي وارد لك خبر 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