Jump to content

طلب


z24d

Recommended Posts

z24d = 0 
GUIEditor = { 
    label = {} 
} 
addEventHandler("onClientResourceStart", resourceRoot, 
    function() 
local screenW, screenH = guiGetScreenSize() 
        GUIEditor.label[1] = guiCreateLabel((screenW - 130) / 2, (screenH - 24) / 2, 130, 24, "0", false) 
        guiSetFont(GUIEditor.label[1], "default-bold-small") 
        guiLabelSetColor(GUIEditor.label[1], 1, 0, 0)     
        setTimer( 
        z24d = z24d + 5 
        guiSetText(GUIEditor.label[1],tonumber(z24d)) 
        5000,0) 
    end 
) 

Link to comment

z24d = 0 
  
GUIEditor = { 
    label = {} 
} 
  
function zddA ( ) 
local screenW, screenH = guiGetScreenSize ( ) 
if ( eventName == "onClientResourceStart" ) then 
GUIEditor.label[1] = guiCreateLabel ( (screenW - 130) / 2, (screenH - 24) / 2, 130, 24, "0", false) 
guiSetFont ( GUIEditor.label[1], "default-bold-small") 
guiLabelSetColor ( GUIEditor.label[1], 1, 0, 0) 
else 
z24d = z24d + 1 
guiSetText ( GUIEditor.label[1], tonumber ( z24d ) ) 
    end 
end 
  
addEventHandler ( "onClientResourceStart", resourceRoot, zddA ) 
addEventHandler ( "onClientRender", resourceRoot, zddA ) 
Link to comment

z24d = 0 
GUIEditor = { 
    label = {} 
} 
addEventHandler("onClientResourceStart", resourceRoot, 
    function() 
local screenW, screenH = guiGetScreenSize() 
        GUIEditor.label[1] = guiCreateLabel((screenW - 130) / 2, (screenH - 24) / 2, 130, 24, "0", false) 
        guiSetFont(GUIEditor.label[1], "default-bold-small") 
        guiLabelSetColor(GUIEditor.label[1], 1, 0, 0)     
        setTimer( function ( ) 
        z24d = z24d + 5 
        guiSetText(GUIEditor.label[1],tonumber(z24d)) 
        end,5000,0) 
    end 
) 
  
Link to comment

z24d = 0 
GUIEditor = { 
    label = {} 
} 
addEventHandler("onClientResourceStart", resourceRoot, 
    function() 
local screenW, screenH = guiGetScreenSize() 
        GUIEditor.label[1] = guiCreateLabel((screenW - 130) / 2, (screenH - 24) / 2, 130, 24, "0", false) 
        guiSetFont(GUIEditor.label[1], "default-bold-small") 
        guiLabelSetColor(GUIEditor.label[1], 1, 0, 0)     
        setTimer( function ( ) 
        z24d = z24d + 5 
        guiSetText(GUIEditor.label[1],tonumber(z24d)) 
        end,5000,0) 
    end 
) 

مجربه شغال

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