Advertisement
Guest User

cpl110

a guest
Jan 18th, 2020
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.76 KB | None | 0 0
  1. /**
  2. * StokesMagee's Resort
  3. * www.stokesmagee.net
  4. * © 2017 StokesMagee's Resort
  5. *
  6. * This work is property of StokesMagee. You do not have permissions to use/edit/distribute any of this content
  7. * without written permission from StokesMagee.
  8. */
  9.  
  10. class SM_SpawnSelect
  11. {
  12. //Spawn zone respawn delay
  13. respawnDelay = 300; //5 Minutes
  14.  
  15. //Territory respawn delay
  16. respawnDelayTerritory = 300; //5 minutes
  17.  
  18. //Give bambi's loadouts based on their respect teir
  19. respectBasedLoadouts = true;
  20.  
  21. //Give Notification
  22. respectNotification = true;
  23.  
  24. /*
  25. To configure notifications and the loadouts bambi's get look in the files:
  26. SM_fnc_giveBambiLoadout (inside "code/server") (Loadout)
  27. SM_fnc_respectNotifiction (inside "code/client") (Notification)
  28. */
  29. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement