Go to file
bmgjet 511f33c713
Create README.md
2021-08-07 14:48:54 +12:00
MarkShots.cs initial version 2021-08-07 14:45:48 +12:00
README.md Create README.md 2021-08-07 14:48:54 +12:00
sss.jpg screenshot 2021-08-07 14:46:43 +12:00

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;