local hashkey = GetHashKey("adder") local location = GetEntityCoords(PlayerPedId()) local vehicle = CreateVehicle(hashkey, location.x, location.y+3, location.z, 90.0, true, false) 绑定按键 Citizen.CreateThread(function() while true do Citizen.Wait(0) if IsControlJustReleased(0, 211) th...
Vehicle: Spawn, Fix, Delete, Boost Heal: yourself, everyone Send Announcements Reset World Area Show player IDs Player search/sort by distance, ID, name Player interactions: Go To, Bring, Spectate, Freeze Player troll: make drunk, set fire, wild attack ...
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...
Vehicle: Spawn, Fix, Delete, Boost Heal: yourself, everyone Send Announcements Reset World Area Show player IDs Player search/sort by distance, ID, name Player interactions: Go To, Bring, Spectate, Freeze Player troll: make drunk, set fire, wild attack ...
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 ...