Lilibeth
Gold Elite
- Joined
- Jul 4, 2021
- Messages
- 186
- Reaction score
- 57,290
- Points
- 316
You can give all players item or money or weapon with command
also you can setting auto give time in config to all players
/giveallitem <item> <count>
/giveallweapon <weapon> <ammo amount>
/addallmoney <account> <amount>
_giveallitem <item> <count>
_giveallweapon <weapon> <ammo amount>
_addallmoney <account> <amount>
Config:
Config.AllowAdminInGameCommand = true -- Commands: /giveallitem <item> <count>, /giveallweapon <weapon> <ammo amount>, /addallmoney <account> <amount>
Config.EnableServerCommand = true -- you can using command on console to give. but command prefix need changed to "_", example: _giveallitem, _giveallweapon, _addallmoney
-- how many minutes to give. if don't want, you can type false
Config.TimeGiveItem = 30
Config.TimeGiveMoney = false
Config.TimeGiveWeapon = false
-- do you want random the auto give stuff of one?
Config.RandomGiveItem = false
Config.RandomGiveMoney = false
Config.RandomGiveWeapon = false
Config.Items = {
{name = 'water', count = 1},
-- {name = 'bread', count = 2}
}
Config.Money = {
{account = 'bank', amount = 500},
{account = 'money', amount = 500},
-- {account = 'black_money', amount = 100}
}
Config.Weapon = {
{weaponName = 'WEAPON_PISTOL', amount = 10}, -- amount is ammo count
-- {weaponName = 'WEAPON_FIREEXTINGUISHER', amount = 2000}
}
GOOD FORUMS