mirror of
https://github.com/Michatec/wk_wars2x.git
synced 2026-04-01 00:16:27 +02:00
Attempted workaround for control issues
This commit is contained in:
@@ -1776,6 +1776,9 @@ Citizen.CreateThread( function()
|
||||
end
|
||||
end )
|
||||
|
||||
Citizen.CreateThread( function()
|
||||
Citizen.Wait( 3000 )
|
||||
|
||||
-- Opens the remote control
|
||||
RegisterCommand( "radar_remote", function()
|
||||
if ( not RADAR:GetKeyLockState() ) then
|
||||
@@ -1828,3 +1831,4 @@ RegisterCommand( "reset_radar_data", function()
|
||||
DeleteResourceKvp( "wk_wars2x_om_data" )
|
||||
DeleteResourceKvp( "wk_wars2x_new_user" )
|
||||
end, false )
|
||||
end )
|
||||
@@ -31,14 +31,14 @@
|
||||
---------------------------------------------------------------------------------------]]--
|
||||
|
||||
-- Define the FX Server version and game type
|
||||
fx_version "adamant"
|
||||
fx_version "bodacious"
|
||||
game "gta5"
|
||||
|
||||
-- Define the resource metadata
|
||||
name "Wraith ARS 2X"
|
||||
description "Police radar and plate reader system for FiveM"
|
||||
author "WolfKnight"
|
||||
version "1.2.3"
|
||||
version "1.2.4"
|
||||
|
||||
-- Include the files
|
||||
files {
|
||||
|
||||
Reference in New Issue
Block a user