Install on Server

Download the latest version from GitHub: , extract it, and place it in any folder on your server. Then, add ensure GMD_ChipChallenge to your server.cfg and insert the SQL into your database.

INSERT INTO `items` (`name`, `label`, `weight`, `rare`, `can_remove`) VALUES
('surprise_chip', 'Surprise Chip', 1, 0, 1);

Afterward, restart your server and enjoy this script.

Last updated