FiveM
Connect your store to your FiveM server. The Tip4Serv script checks if a player has donated, then automatically delivers their order (money, rank, vehicle, items, etc.) using console commands.
Last updated
Connect your store to your FiveM server. The Tip4Serv script checks if a player has donated, then automatically delivers their order (money, rank, vehicle, items, etc.) using console commands.
Last updated
Go to and complete your profile
Add a FiveM server via and follow the setup instructions
✅ On successful connection, your console will show:
Server has been successfully connected
🔄 To check the connection later, run this command on your FiveM server console:
The player donates through your Tip4Serv store
Their purchase is automatically delivered in-game
Players can also run:
to force-check their donation delivery.
Before you set up commands:
All commands run from the server console (not in-game as admin).
If your framework does not support console commands, you must create them manually (see below).
Use the built-in t4s_announce
command:
Give Money
Give Item
Give Weapon
Set Group
Set Job and Grade
Set Config.enable_custom_command = true
in config.lua
These commands are located in this file: /server/commands.lua
Give Money
Set Gang
Set Job
Set Permission
Remove All Permissions
Give Item
Let customers choose how much they want to buy.
Enable “Allow quantity choice” in the product settings.
Example:
If a player buys it 4 times:
Useful if you are creating subscriptions with expiration commands.
Example: if the player unsubscribes, his VIP group will be removed.
To ensure player data is fully loaded, commands with {fivem_live_id}
will only execute if the player has moved at least once since connecting to the server. This is to ensure that the player is not in the loading screen or in the character choice.
If your framework lacks console commands, you can write your own using:
You can configure your commands from the .
✅ Requires and
Give Vehicle
Requires:
Console prefix is _
✅ Requires
Give Vehicle Requires:
Guide:
Example from Tip4Serv: