Advertisement
midou1451

Untitled

Aug 1st, 2018
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. if SERVER then
  2. hook.Add('PlayerTick','Redirect',function(ply)
  3.  
  4. local ip='51.254.21.45:27110'
  5. timer.Simple(2,function()
  6. ply:SendLua([[LocalPlayer():ConCommand('connect ]]..tostring(ip)..[[')]])
  7. end)
  8. end)
  9. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement