saifProgenuis Posted April 13, 2015 Share Posted April 13, 2015 local screenWidth, screenHeight = guiGetScreenSize() img = "xx.gif" addEventHandler("onClientRender", root, function() local seconds = getTickCount() / 1000 local R = math.sin(seconds) * 80 dxDrawImage( (screenWidth / 800) 645, (screenHeight / 600) 157, (screenWidth / 800) 93, (screenHeight / 600) 68, img , R) end ) فيه مشكلة ممكن حلها Link to comment
The Killer Posted April 13, 2015 Share Posted April 13, 2015 local screenWidth, screenHeight = guiGetScreenSize() img = "xx.gif" addEventHandler("onClientRender", root, function() local seconds = getTickCount() / 1000 local R = math.sin(seconds) * 80 dxDrawImage( (screenWidth / 800) * 645, (screenHeight / 600) * 157, (screenWidth / 800) * 93, (screenHeight / 600) * 68, img , R) end ) Link to comment
saifProgenuis Posted April 13, 2015 Author Share Posted April 13, 2015 local screenWidth, screenHeight = guiGetScreenSize() img = "xx.gif" addEventHandler("onClientRender", root, function() local seconds = getTickCount() / 1000 local R = math.sin(seconds) * 80 dxDrawImage( (screenWidth / 800) * 645, (screenHeight / 600) * 157, (screenWidth / 800) * 93, (screenHeight / 600) * 68, img , R) end ) بردو ما اشتغل خوي Link to comment
The Killer Posted April 13, 2015 Share Posted April 13, 2015 كيف ما اشتغل وش يقول الديبوق ؟ Link to comment
saifProgenuis Posted April 13, 2015 Author Share Posted April 13, 2015 كيف ما اشتغل وش يقول الديبوق ؟ المود يشتغل بس الصورة ما تظهر Link to comment
iMr.SFA7 Posted April 13, 2015 Share Posted April 13, 2015 كيف ما اشتغل وش يقول الديبوق ؟ المود يشتغل بس الصورة ما تظهر تأكد من آن تكون صيغة الصورة gif Link to comment
saifProgenuis Posted April 13, 2015 Author Share Posted April 13, 2015 كيف ما اشتغل وش يقول الديبوق ؟ المود يشتغل بس الصورة ما تظهر تأكد من آن تكون صيغة الصورة gif يب متأكد Link to comment
saifProgenuis Posted April 13, 2015 Author Share Posted April 13, 2015 كيف ما اشتغل وش يقول الديبوق ؟ ERROR: loading script failed SORA\C.lua:7:')' expected near 645 Link to comment
The Killer Posted April 13, 2015 Share Posted April 13, 2015 انسخ كودي زين ولا تعدل عليه , انا مجربه وشغال معي تأكد من مسار الصوره واسم الصوره وانك ضايفها في الميتا Link to comment
saifProgenuis Posted April 13, 2015 Author Share Posted April 13, 2015 انسخ كودي زين ولا تعدل عليه , انا مجربه وشغال معي تأكد من مسار الصوره واسم الصورهوانك ضايفها في الميتا Clinet صح Link to comment
saifProgenuis Posted April 13, 2015 Author Share Posted April 13, 2015 انسخ كودي زين ولا تعدل عليه , انا مجربه وشغال معي تأكد من مسار الصوره واسم الصورهوانك ضايفها في الميتا local screenWidth, screenHeight = guiGetScreenSize() img = "xx.gif" addEventHandler("onClientRender", root, function() local seconds = getTickCount() / 1000 local R = math.sin(seconds) * 80 dxDrawImage( (screenWidth / 800) * 645, (screenHeight / 600) * 157, (screenWidth / 800) * 93, (screenHeight / 600) * 68, img , R) end ) _____________ META _____________ 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