Hiross Posted January 31, 2016 Share Posted January 31, 2016 سلام عليكم . , , بغيت تعديل علي الكود ذذ function Hiro( ) local x,y = guiGetScreenSize() guiCreateStaticImage( x/2-800/2, y/2-600/2, 800, 600, "UT.png", false ) guiSetVisible (UT ,false) end outputChatBox ( "#055555Don't forget to visit us at", 255, 255, 255, true ) outputChatBox ( "#084342TheUntouchablesMTA.cf", 255, 255, 255, true ) addEventHandler( "onClientResourceStart", root, Hiro) ابى لما المود يفتح يظهر الصورة ثانيتين بعدين تختفي بس ماعرف للتايمر وشكرا Link to comment
TAPL Posted January 31, 2016 Share Posted January 31, 2016 local x, y = guiGetScreenSize() local UT = guiCreateStaticImage(x/2-800/2, y/2-600/2, 800, 600, "UT.png", false) setTimer(guiSetVisible, 2000, 1, UT, false) outputChatBox("#055555Don't forget to visit us at", 255, 255, 255, true) outputChatBox("#084342TheUntouchablesMTA.cf", 255, 255, 255, true) ينقل إلى قسم البرمجة Link to comment
Hiross Posted January 31, 2016 Author Share Posted January 31, 2016 local x, y = guiGetScreenSize() local UT = guiCreateStaticImage(x/2-800/2, y/2-600/2, 800, 600, "UT.png", false) setTimer(guiSetVisible, 2000, 1, UT, false) outputChatBox("#055555Don't forget to visit us at", 255, 255, 255, true) outputChatBox("#084342TheUntouchablesMTA.cf", 255, 255, 255, true) ينقل إلى قسم البرمجة جربتة م فتحت الصورة Link to comment
#StrOnG_,) Posted January 31, 2016 Share Posted January 31, 2016 addEventHandler( "onClientResourceStart", root, Hiro) function Hiro( ) local x, y = guiGetScreenSize() local UT = guiCreateStaticImage(x/2-800/2, y/2-600/2, 800, 600, "UT.png", false) outputChatBox("#055555Don't forget to visit us at", 255, 255, 255, true) outputChatBox("#084342TheUntouchablesMTA.cf", 255, 255, 255, true) end setTimer ( function() guiSetVisible (UT, false) end, 5000, 1 ) Link to comment
PaiN^ Posted January 31, 2016 Share Posted January 31, 2016 الكودين حق الاخ تابل و الاخ سترونق صحيحين تأكد من مسار و اسم و صيغة الصورة و اذا كله تمام شوف الديبق وش يقول Link to comment
Hiross Posted January 31, 2016 Author Share Posted January 31, 2016 الكودين حق الاخ تابل و الاخ سترونق صحيحينتأكد من مسار و اسم و صيغة الصورة و اذا كله تمام شوف الديبق وش يقول جربت الاثنين والصورة م تطلع المسار صح والاسماء صح وصيغة الصورة صح وما يطلع شئ بالديبق Link to comment
Abdul KariM Posted January 31, 2016 Share Posted January 31, 2016 الكودين حق الاخ تابل و الاخ سترونق صحيحينتأكد من مسار و اسم و صيغة الصورة و اذا كله تمام شوف الديبق وش يقول جربت الاثنين والصورة م تطلع المسار صح والاسماء صح وصيغة الصورة صح وما يطلع شئ بالديبق الاكواد شغاله تأكد من الميتا وانك معرف الصورة بالميتا واطرح الميتا ض1 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