The Stealth Bag
Posted: Tue Nov 23, 2021 8:41 am
Introducing the new Mini-Game Pi!
The object of this game is to press as many digits of pi as you can without messing up. A menu will be displayed and you will have to press the correct digit of pi.
There are currently two settings that players can change.
Difficulty - Novice, Intermediate, Expert, and Insane
Voice - Male, Female, and None
Plugins can add on to this plugin with rewards, distractions, or other things with a public function pi.
pi_advertise - seconds until advertisement to play pi is said
To Do:
Rank System - keeps track of how many digits players have done
(Note that the game currently only has the first 500 digits)
(Note2 I made this a long time ago, just releasing it now)
GET PLUGIN
GET SOURCE
The object of this game is to press as many digits of pi as you can without messing up. A menu will be displayed and you will have to press the correct digit of pi.
There are currently two settings that players can change.
Difficulty - Novice, Intermediate, Expert, and Insane
Voice - Male, Female, and None
Plugins can add on to this plugin with rewards, distractions, or other things with a public function pi.
Cvar:// id - player id that was shown a digit of pi
// digit - the number of digits a player has been shown
// number - the number that the player is currently on
// difficulty - the player's difficulty setting
// voice - the player's voice setting
forward pi( id, digit, number, difficulty, voice)
pi_advertise - seconds until advertisement to play pi is said
To Do:
Rank System - keeps track of how many digits players have done
(Note that the game currently only has the first 500 digits)
(Note2 I made this a long time ago, just releasing it now)
GET PLUGIN
GET SOURCE