# PTS Commands

### Notes:

Any variable like `{this}` you <mark style="color:red;">**do not change**</mark>, you must paste them along with the command.\
Any variable like `this` you <mark style="color:yellow;">**must change**</mark>, and you must set them prior to usage.

### Give Coins

This adds coins to the player.

**Tebex Product:** `pts_givecoins {transaction} {id} amount`\
**Coin Product:** `pts_givecoins amount`

### Give Vehicle

This adds vehicle to a player's garage.

**Tebex Product:** `pts_givecar {transaction} {id} model`\
**Coin Product:** `pts_givecar model`

### Give Vehicle (Custom Plate)

This adds vehicle to a player's garage with a custom plate of their choosing.

**Tebex Product:** `Not Available`\
**Coin Product:** `pts_givecar_plate model`

### Custom Plate Change

This lets the player change their plate to a custom plate of their choosing.

**Tebex Product:** `Not Available`\
**Coin Product:** `pts_plate`

### Give Item

This adds an item or weapon into the player's inventory.

**Tebex Product:** `pts_giveitem {transaction} {id} name amount`\
**Coin Product:** `pts_giveitem name amount`

### Set Job

This sets the player's job.

**Tebex Product:** `pts_setjob {transaction} {id} jobName rankId`\
**Coin Product:** `pts_setjob jobName rankId`
