Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel-D3V authored Feb 24, 2024
1 parent 8d8f405 commit 7a3b705
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions commands.lua
Original file line number Diff line number Diff line change
Expand Up @@ -40,5 +40,8 @@ commands = {
local plate = conce:generatePlate( )
conce:setVehicleVip( account, vehicleName, plate, vehicleCategory, vehicleModel, validate )
end
end,
["testeItem"] = function (args)
print(args[1])
end
}
2 changes: 1 addition & 1 deletion config.lua
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ config = {
debug = {
enabled = true, -- Deixe em true para caso de erros na request do servidor ele retornar um erro!
},
cooldownRequest = 10000, -- Tempo em milisegundos que o site verifica se tem alguma compra para ativar no jogo.
cooldownRequest = 20000, -- Tempo em milisegundos que o site verifica se tem alguma compra para ativar no jogo.
cooldownRunCommand = 2500, -- Tempo de rodar os comandos de entrega depois de pagos!
cooldownExpire = 60000, -- Tempo de verificação para expirar o grupo do usuário!

Expand Down
Binary file modified src/client.luac
Binary file not shown.
Binary file modified src/server.luac
Binary file not shown.

0 comments on commit 7a3b705

Please sign in to comment.