🔧
Wix Development
🔧
Wix Development
  • Links
    • Tebex Store
    • Discord Server
    • Youtube
    • Github
  • INFO
    • Introduction
    • Licensing System
    • Common Issues
  • Resource Documentation
    • Realistic Weapons
      • Installation
      • Inventory items
    • Free Resources
      • Discord RPC
        • Installation
        • Discord Application Guide
      • Coords Menu
        • Installation
        • Events
      • Kill Reward
        • Installation
        • SQL
        • Server Exports
      • Recoil
        • Installation
      • Kits
        • Installation
      • FPS Booster
        • Installation
      • Item Car Spawner
        • Installation
      • Join Teleport
        • Installation
      • Join Job
        • Installation
      • Weapons On Back
        • Installation
      • 3D Text
        • Installation
      • Safezone
        • Installation
      • Tags
        • Installation
      • Infinite Stamina
        • Installation
      • Infinite Ammo
        • Installation
Powered by GitBook
On this page

Was this helpful?

  1. Resource Documentation
  2. Free Resources
  3. Kill Reward

SQL

IMPORT.sql
CREATE TABLE IF NOT EXISTS wix_killeward (
    identifier VARCHAR(64) PRIMARY KEY,
    kills INT DEFAULT 0,
    deaths INT DEFAULT 0
);
PreviousInstallationNextServer Exports

Last updated 8 days ago

Was this helpful?

Page cover image