View Single Post
Author Message
ladaladik
BANNED
Join Date: Nov 2019
Old 11-23-2020 , 00:08   [CS:GO] Cookie clicker. IDDLE game
Reply With Quote #1

Cookie clicker is iddle game, where you have to click to gain points, for the points you can buy upgrades (currently 1 : Level up which makes your clicks go +1).
It is still in beta, because some bugs might happen, i will add more features.


How to install : download both of the .smx plugins and drop them both into
put your login mysql info in databases.cfg
Code:
	"Laff_DEV"
	{
		"driver" "mysql"
		"host" "your host"
		"database" "database"
		"user" "user"
		"pass" "password"
		"port" "3306"
	}
csgo/addons/sourcemod/plugins.smx
Commands:
sm_topclickers
sm_cookieclicker

Features:
-Basic click
-Level up that costs (clients level) * 10 cookies
Note : there wont be afk farms that will automatically click for you.

https://prnt.sc/vo57dv / the top10 looks better now and in the cookieclicker there is 3. TOP10 button

Planned stuff:
Perks.
Convar to change the next level cost.

i will be happy for any suggestions, bug reports, feedbacks.

This plugin is using one of my databases includes as a base, so if you want to edit it, you will need to use ezql.inc and include that. Also the top10 is made in the database.sp so if you want to edit that, do it there.
Attached Files
File Type: sp Get Plugin or Get Source (cookieclicker.sp - 171 views - 2.2 KB)
File Type: inc ezql.inc (277 Bytes, 158 views)
File Type: sp Get Plugin or Get Source (database.sp - 271 views - 5.1 KB)

Last edited by ladaladik; 11-24-2020 at 01:52.
ladaladik is offline