Advertisement
Guest User

Untitled

a guest
Jun 28th, 2017
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. function CanSpawn( pl )
  2. if !ValidEntity( pl ) then return end
  3. timer.Simple( // bla, use pl:Spawn() here or something )
  4. return false
  5. end
  6. Hook.Add("PlayerSpawn", "Spawn", CanSpawn )
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement