Giving new player starting item on ESX

Help this is my first topic and i need help

i need help
how can i make starting items and money for new players in my server
when a new player join my server to give him automatic a free item and money in his inventory

if someone can help please write more details or just screenshot will work but i need details about how to set startingitem and startingmoney

1 Like

There Is 2 things here.

  1. Changing The default money, you can do this by going into the ESX Config and changing

Config.StartingAccountMoney = {bank = 50000}

to

Config.StartingAccountMoney = {bank = 50000, money = 1000} – change the values to what you want them to recieve.

  1. Changing the Default items. For this, you will have to go into your database, goto the users table,
    and change the default value of the inventory column to be a JSON table with the items you want them to have :slight_smile:
1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.