Jump to content

Milliseconds to seconds?


megaman54

Recommended Posts

Then it should be:

SecondsToMS

And setTimer is still wrong.

should be:

function SecondsToMS( Seconds ) 
local MS = tonumber ( Seconds ) * 1000 
return MS 
end 
setTimer( function ( ) outputChatBox("test") end, SecondsToMS( 5) , 1 ) 

Oh yea, I didnt saw u.u

Link to comment
  • 2 weeks later...
Guest
This topic is now closed to further replies.
  • Recently Browsing   0 members

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