[Standalone][QB][ESX][BJ] Tie Shoes

Hey all, i am releasing my Tie Shoes script free to everyone

Features:

  • Fully synced accross the server
  • Extensive config
  • Distance checks if the player runs off
  • Afk Check
  • 0.00ms idle, 0.02ms when shoes are tied or in afk check

Dependencies:

  • ESX, QBCore, BJCore, Standalone
    (the only things related to frameworks are notifications and progress bars which can be changed and edited)

Coded by me, and soley by me

Preview Here → Tie Shoes Updated - YouTube

Download Here → GitHub - ExtremeGamingUK/fivemtieshoes: Tie other players shoes
(Unsure how to add this to github proppely, will do in the coming days)

Note:
To use this in your radial wheel for example, you can use the ExecuteCommand([command name]) native, just trigger that native somewhere in your code and my script will do the rest!
ExecuteCommand(‘tieshoes’)
ExecuteCommand(‘untieshoes’)

Code is accessible Yes
Subscription-based No
Lines (approximately) approx 300
Requirements None or stated above
Support Yes Always

Check out my other paid resources!

5 Likes

Nice feature! Thnx for sharing this.
See some nice feedback on your scripts, will have a look myself what i can use on my server.

Randy

1 Like

Pull Request Made

1 Like

Legend, i will figure it out at some point, but thank you <3

this will be nice with ox target

1 Like

If anyone else was having issues with the functions.lua for qb-core implementation
if Config.Framework[“framework”] == ‘qb-core’ then
QBCore = exports[‘qb-core’]:GetCoreObject()
elseif Config.Framework[“framework”] == ‘bj’ then
Citizen.CreateThread(function(…)
while BJCore == nil do
TriggerEvent(“BJCore:GetObject”, function(obj)
BJCore = obj
end)
Citizen.Wait(0)
end
end)
elseif Config.Framework[“framework”] ~= ‘esx’ then
– Code for other frameworks or imports in the fxmanifest
else
print(‘CUSTOM FRAMEWORK’)
end
^edit line 4 to 19 with this

1 Like

maybe add random tied shoes after random time

1 Like

Explain how you mean, i dont quite understand

Yea it can 100% be tied to any target script

When people walk/run, sometimes their shoes come untied.
Then you can add the option that after a certain time there is a chance that people will stumble.

very well done! finally a script that works for base BJCore not many scripts do this but many big servers looking for scripts use the framework!

1 Like