document.write('
Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  1. [Server]
  2. void DoDeath()
  3. {
  4.     respawnPos = GetRandomSpawnPoint();
  5.     RpcHandlePlayerDeath();
  6. }
');