mirror of https://github.com/bmgjet/MapShots.git
511f33c713 | ||
---|---|---|
MarkShots.cs | ||
README.md | ||
sss.jpg |
README.md
MarkShots
Show on the map where a player has fired a gun in the las X seconds to players that have the permission MarkShots.enabled
Settings avaliable.
Color markercolor = Color.white;
float markeralpha = 0.3f;
float markerradius = 1f;
int maxmarkersperplayer = 5;
int distancebetweenmarkers = 100;
int markerdecaytime = 60;
int markerrefreshtime = 2;