Advertisement
Guest User

Untitled

a guest
Sep 19th, 2017
52
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.12 KB | None | 0 0
  1. local LastUpdate = CurTime()
  2. function GM:Think()
  3.     if LastUpdate >= Curtime() then
  4.  
  5.     LastUpdate = CurTime() + 1
  6.     end
  7. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement