⚙️ Reduce Wait Time For Favorite Keybind ⚙️

Reduces wait time for favorite keybind from 300ms to 500ms.
This commit is contained in:
TayMcKenzieSA
2023-01-04 00:27:34 +13:00
parent 82f3f37a19
commit 928c0f8d3f

View File

@@ -58,7 +58,7 @@ if Config.FavKeybindEnabled then
if not IsPedSittingInAnyVehicle(PlayerPedId()) then
if FavoriteEmote ~= "" and (not CanUseFavKeyBind or CanUseFavKeyBind()) then
EmoteCommandStart(nil, { FavoriteEmote, 0 })
Wait(3000)
Wait(500)
end
end
doingFavoriteEmote = false