Advertisement
Guest User

Untitled

a guest
Jul 27th, 2017
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. function gettool(ply, tr, toolmode)
  2. if CurTime() > ply.t_time then
  3. if toolmode == "adv_duplicator" or toolmode == "duplicator" then
  4. ply.t_time = CurTime() + Delay
  5. ply.tmsg = Delay
  6. timer.Create( ply:Nick().. "Delaytimer", 0, 0, remove_delay, ply)
  7. timer.Create( ply:Nick().. "whitelist", 10, 0, timerreset, ply)
  8. else
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement