Jump to content

مساعده في فنكشن الوقت xX[شرح]Xx


Recommended Posts

addEventHandler("onResourceStart", resourceRoot, 
function() 
     count = 6 
        exports["guimessages"]:outputServer("*[sniper Mission] Sniper Mission Started Go To Enter Mission", root, 50, 30, 255) 
    standByMission = setTimer(function() 
       destroyElement(marker) 
       destroyElement(marker2) 
        exports["guimessages"]:outputServer("*[sniper Mission] Sniper Mission Started ", root, 0, 150, 255) 
        setTimer(checkForWinner, 1000, 1, true) 
      setTimer(function() 
        setTimer (function() 
        count = count - 1 
         outputChatBox (tostring(count)) 
      end,1000,count) 
     end,10*60*1000-6000,1) 
    end, 10*60*1000, 1) 
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...