Advertisement
bizzypac

Untitled

Jun 22nd, 2017
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. timer.Destroy("GSZ_Autowar")
  2. timer.Create( "GSZ_Autowar", 45 * 60, 0, function()
  3. if !GSZ.ActiveWar then
  4. GSZ.StartWar()
  5. end
  6. end )
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement