mirror of
https://github.com/jimathy/rpemotes.git
synced 2026-08-01 17:58:38 -04:00
⚙️ Reduce Wait Time For Favorite Keybind ⚙️
Reduces wait time for favorite keybind from 300ms to 500ms.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user