Moved tuning garages to database, moved vehicle distance driven counter timer from update event to timer
This commit is contained in:
@@ -7,7 +7,7 @@ namespace ReallifeGamemode.Server.Events
|
||||
{
|
||||
class Siren : Script
|
||||
{
|
||||
private Dictionary<NetHandle, bool> _sirenStates = new Dictionary<NetHandle, bool>();
|
||||
private readonly Dictionary<NetHandle, bool> _sirenStates = new Dictionary<NetHandle, bool>();
|
||||
|
||||
[RemoteEvent("keyPress:B:toggleSiren")]
|
||||
public void ToggleSirenEvent(Client player)
|
||||
|
||||
Reference in New Issue
Block a user