Added networked event to open the remote

This commit is contained in:
Dan
2020-03-12 09:53:25 +00:00
parent 66c255914f
commit 265090d5f1

View File

@@ -408,6 +408,12 @@ function RADAR:OpenRemote()
end
end
-- Event to open the remote
RegisterNetEvent( "wk:openRemote" )
AddEventHandler( "wk:openRemote", function()
RADAR:OpenRemote()
end )
-- Returns if the fast limit option should be available for the radar
function RADAR:IsFastLimitAllowed()
return CONFIG.allow_fast_limit