Samy Scripts
  • 👋Welcome to Samy Scrips!
  • About us
    • 🚀Vision, Mission
      • Vision
      • Mission
  • Scripts
    • 🚘Samy Nitro
      • Edit.lua
      • Config.lua
      • SQL
      • Read Me
    • 🚔Samy Pursuit Mode
      • Edit.lua
      • Config.lua
Powered by GitBook
On this page
  1. Scripts
  2. Samy Nitro

SQL

It is the sql file you need to add to your server.

CREATE TABLE IF NOT EXISTS `samy_nitro` (
  `identifier` varchar(100) DEFAULT NULL,
  `plate` varchar(100) DEFAULT NULL,
  `nitrous` varchar(50) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci;
PreviousConfig.luaNextRead Me

Last updated 1 year ago

🚘