# Counter Strike: GO

Tebex currently supports CS:GO server integration through advanced methods, allowing you to automate purchases and deliver in-game rewards via external tools.

***

### Available Integration Methods

#### **1. MySQL Integration**

Use MySQL to sync purchase data from your Tebex store into your backend systems for processing, analytics, or player reward tracking.

> 📘 Example Use: Grant players access to special inventory or perks by polling a transactions table.

***

#### **2. RCON Commands**

Send server commands to your CS:GO server in real time when a player completes a purchase.

> 📘 Example Use: Issue a `sm_giveweapon` or `say` command after payment confirmation.

***

#### **3. Webhooks**

Configure webhook endpoints that listen for purchase events from Tebex, allowing for real-time responses from your own infrastructure.

> 📘 Example Use: Automatically trigger inventory scripts, Discord notifications, or analytics logging when a transaction is processed.

<br>
