Jump to content

تعديل علي كود


Ahmed Ly

Recommended Posts

السلام عليكمــ

نبي كلمة

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)  

:wink::wink::?::?:

Edited by Guest
Link to comment

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
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) 

شكراً اوسكر :D:D

Link to comment
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) 

شكراً اوسكر :D:D

العفو :)

Link to comment

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...