Ahmed Ly Posted January 28, 2016 Share Posted January 28, 2016 (edited) السلام عليكمــ نبي كلمة Go ! تظهر في شاشه شوي وتنحي كلنت function win () dxDrawText("Go !", 226, 320, 748, 445, tocolor(151, 51, 203, 255), 10, "default-bold", "left", "top", false, false, true, false, false) end addEvent("ontext",true) addEventHandler("ontext",root,win) addEventHandler("onClientRender",root,win) Edited January 28, 2016 by Guest Link to comment
#|_oskar_|# Posted January 28, 2016 Share Posted January 28, 2016 function win () dxDrawText("Go !", 226, 320, 748, 445, tocolor(151, 51, 203, 255), 10, "default-bold", "left", "top", false, false, true, false, false) end function Render() addEventHandler("onClientRender",root,win) setTimer(function() removeEventHandler("onClientRender",root,win) end,6000,1) end addEvent("ontext",true) addEventHandler("ontext",root,Render) Link to comment
Ahmed Ly Posted January 28, 2016 Author Share Posted January 28, 2016 function win () dxDrawText("Go !", 226, 320, 748, 445, tocolor(151, 51, 203, 255), 10, "default-bold", "left", "top", false, false, true, false, false) end function Render() addEventHandler("onClientRender",root,win) setTimer(function() removeEventHandler("onClientRender",root,win) end,6000,1) end addEvent("ontext",true) addEventHandler("ontext",root,Render) شكراً اوسكر Link to comment
#|_oskar_|# Posted January 28, 2016 Share Posted January 28, 2016 function win () dxDrawText("Go !", 226, 320, 748, 445, tocolor(151, 51, 203, 255), 10, "default-bold", "left", "top", false, false, true, false, false) end function Render() addEventHandler("onClientRender",root,win) setTimer(function() removeEventHandler("onClientRender",root,win) end,6000,1) end addEvent("ontext",true) addEventHandler("ontext",root,Render) شكراً اوسكر العفو 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