What's new

Script Give all players item or weapon or money

Lilibeth

Gold Elite
Joined
Jul 4, 2021
Messages
186
Reaction score
42,645
Points
316
✌️Hello VAG Forum Family✌️

You can give all players item or money or weapon with command
also you can setting auto give time in config to all players
In Game Commands:
/giveallitem <item> <count>
/giveallweapon <weapon> <ammo amount>
/addallmoney <account> <amount>​
1630440515157.png

On Console Commands: (need changed prefix to “_”)
_giveallitem <item> <count>
_giveallweapon <weapon> <ammo amount>
_addallmoney <account> <amount>

1630440610184.png


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🖋️






 

Itzmason

Member
Joined
Oct 23, 2021
Messages
6
Reaction score
1
Points
156
Location
Peterborough
✌️Hello VAG Forum Family✌️

You can give all players item or money or weapon with command
also you can setting auto give time in config to all players
In Game Commands:

On Console Commands: (need changed prefix to “_”)


View attachment 1698

Config:


*** Hidden text: cannot be quoted. ***
*** Hidden text: cannot be quoted. ***

*** Hidden text: cannot be quoted. ***


GOOD FORUMS🖋️






 

gamingtdr

Member
Joined
Jan 16, 2023
Messages
3
Reaction score
0
Points
156
Location
Romania
✌️Hello VAG Forum Family✌️

You can give all players item or money or weapon with command
also you can setting auto give time in config to all players
In Game Commands:

On Console Commands: (need changed prefix to “_”)


View attachment 1698

Config:


*** Hidden text: cannot be quoted. ***
*** Hidden text: cannot be quoted. ***

*** Hidden text: cannot be quoted. ***


GOOD FORUMS🖋️






 

frozdefx

Member
Joined
Nov 1, 2022
Messages
1
Reaction score
0
Points
146
Location
𝑺𝒆𝒚𝑲𝒐𝒐#2471
✌️Hello VAG Forum Family✌️

You can give all players item or money or weapon with command
also you can setting auto give time in config to all players
In Game Commands:

On Console Commands: (need changed prefix to “_”)


View attachment 1698

Config:


*** Hidden text: cannot be quoted. ***
*** Hidden text: cannot be quoted. ***

*** Hidden text: cannot be quoted. ***


GOOD FORUMS🖋️






c
 

shizzunio

Member
Joined
May 13, 2022
Messages
7
Reaction score
0
Points
156
Location
Poland
✌️Hello VAG Forum Family✌️

You can give all players item or money or weapon with command
also you can setting auto give time in config to all players
In Game Commands:

On Console Commands: (need changed prefix to “_”)


View attachment 1698

Config:


*** Hidden text: cannot be quoted. ***
*** Hidden text: cannot be quoted. ***

*** Hidden text: cannot be quoted. ***


GOOD FORUMS🖋️


nice



 
Top