Advertisement
Guest User

Untitled

a guest
Apr 28th, 2017
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. ------------- onResurrect ---------
  2.  
  3. function OnPlayerResurrect(pid)
  4. tes3mp.SetCell(pid, config.defaultSpawnCell)
  5. tes3mp.SendCell(pid)
  6.  
  7. ---------------On First Join ----------
  8.  
  9. tes3mp.SetCell(pid, config.defaultSpawnCell)
  10. tes3mp.SendCell(pid)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement