How do I lock a weapon / vehicle / unlockable to a rank? Contributing Legal Demos You can find an interactive demohere. Increasing XP Rank Up Mini Leaderboard Requirements es_extended Download & Installation Download and extract the package:https://github.com/Mobius1/esx_xp/archive/master.zip...
There is no other framework options that will work with this vehicle and garage script? Author ChrisM143 commented Jan 9, 2022 I have tried esx Legacy but it is just too broken. Owner HumanTree92 commented Jan 9, 2022 I can see if i can make a V1 Finale. You will just have to...
How do I lock a weapon / vehicle / unlockable to a rank?To lock something to a rank you can listen for the esx_xp:rankUp or esx_xp:rankDown events:Example of unlocking the minigun at rank 10:AddEventHandler("esx_xp:rankUp", function(newRank, previousRank) if newRank == 10 then ...
How do I lock a weapon / vehicle / unlockable to a rank?To lock something to a rank you can listen for the esx_xp:rankUp or esx_xp:rankDown events:Example of unlocking the minigun at rank 10:AddEventHandler("esx_xp:rankUp", function(newRank, previousRank) if newRank == 10 then ...
How do I lock a weapon / vehicle / unlockable to a rank?To lock something to a rank you can listen for the esx_xp:rankUp or esx_xp:rankDown events:Example of unlocking the minigun at rank 10:AddEventHandler("esx_xp:rankUp", function(newRank, previousRank) if newRank == 10 then ...
How do I lock a weapon / vehicle / unlockable to a rank?To lock something to a rank you can listen for the esx_xp:rankUp or esx_xp:rankDown events:Example of unlocking the minigun at rank 10:AddEventHandler("esx_xp:rankUp", function(newRank, previousRank) if newRank == 10 then ...