Search results
Jan 16, 2022 · You don’t need to create a folder for it, just insert every created gang’s name into a table and save it in a data store. local dss = game:GetService("DataStoreService") local gangds = dss:GetDataStore("GangNames") local gangs = {"gang1","gang2"} gangds:SetAsync("key", gangs) then you could simply retrieve it by
Basic export that will return the information of your player's gang, values: name. grade. -- You can ask for the value name or grade exports['qs-gangs']:GetGang() An example of using this system would be the following. RegisterCommand('gangTest', function() -- Here we check if it is a gang and if its gang name is different from none if exports ...
Jul 21, 2022 · local gangds = dss:GetDataStore("GangNames") local gangs = {"gang1","gang2"} gangds:SetAsync("key", gangs) GangCEvent.OnServerEvent:Connect(function(plr, GangName, GangType) local newGang = { ["GangName"] = GangName, ["GangType"] = GangType, ["PlayerLimit"] = 10, ["Upgrades"] = { . } } table.insert(gangs, newGang) end) . 1 Like.
List of useful commands for the basic functions of your server using our asset, you can execute them using ExecuteCommand or read them informatively. Command. Description. /setgang id gang rank. Administrative command to give gang to player. /gang. Command to check your gang name and rank. /createdealer name open close.
SetGang = function (gang, grade) local gang = gang: lower local grade = tostring (grade) or '0' if QBCore.Shared.Gangs[gang] then self.PlayerData.gang.name = gang self.PlayerData.gang.label = QBCore.Shared.Gangs[gang].label if QBCore.Shared.Gangs[gang].grades[grade] then local ganggrade = QBCore.Shared.Gangs[gang].grades[grade] self.PlayerData ...
Aug 30, 2024 · Gang members who have been promoted to rank #2 can retrieve gang vehicles. Gang vehicles are retrieved the same way that personal vehicles are retrieved. In the vehicle retrieval menu, press "Gang Garage" instead of "Personal".
People also ask
How do I retrieve a gang name from a server?
How do I find a good gang name?
How do I retrieve a gang vehicle?
How do I save a gang's player amount?
How do I Manage my Gang's Wars?
How many characters can a gang tag have?
1 day ago · Tips for Finding Server Name Windows 10. Use Command Prompt: You can also find the server name by typing hostname in Command Prompt. Control Panel: Navigate to Control Panel > System and Security > System to find the device name. Network Settings: In the Network and Sharing Center, you can find details about your network and device name.