[CSGO] Level saver/changer for mg_100traps_v4_1

Post Reply
User avatar
Andreeas
Hero Member
Hero Member
Posts: 601
Joined: Wed Jan 22, 2020 8:17 pm
Jucator SA:MP ?: Nu
Nick:: Andreeas
Jucator CS ?: Nu

[CSGO] Level saver/changer for mg_100traps_v4_1

Post by Andreeas »

This plugin is for this map: https://steamcommunity.com/sharedfil.../?id=510119667
It is recording the reached level in SQL and you are able to change between the reached levels.
You can use the goto say command for changing levels or you can just type in chat "goto 10".

You will need to create traps table in SQL:
CREATE TABLE `traps` (
`steamid` varchar(20) NOT NULL,
`currentLevel` tinyint(4) NOT NULL,
`highestLevel` tinyint(4) NOT NULL,
UNIQUE KEY `steamid` (`steamid`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1;

Download
Source
Post Reply

Return to “General Purpose”