Guest User

Untitled

a guest
Oct 22nd, 2017
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. onPlayerSpawned()
  2. {
  3. self endon("disconnect");
  4.  
  5. for(;;)
  6. {
  7. self waittill("spawned_player");
  8. }
  9. }
Add Comment
Please, Sign In to add comment