This content has been locked. Please login or register in order to unlock it.
Features
Quick Config, with real-time editor ( rsp_view_all )
HUD to indicate when you're in a safe zone.
Optimized, would have almost no impact on your server resources.
Supports all maps.
Stops all damage while inside the safe zone.
Installation
Download the addon
Drop it into your addons folder
Open up lua/rsp/config.lua
Load up your Garry's Mod with the addon enabled.
use rsp_view_all in console and begin with RSD:AddNewZone.
FAQ How do you get the positions for making a new spawn?
Type 'getpos' in console, you'll get something like pos 32.223 21.22 11.256 ang 90.321 20.211212. 1.15552 You just want the first 3 numbers, and you can remove all the lengthy decimals Vector( 32, 21, 11 ) Center = location // use getpos in console to obtain the location SizeBackwards = relative sizes based on location. ( start with Vector( 500, 500, 500 ) for ease of use ) SizeForward = relative sizes based on location. ( start with Vector( 500, 500, 500 ) for ease of use ) TIP: Think of it literally as a box, you need a center position, the size of it going backwards ( in vectors ) and the size of it going forwards ( in vectors )