Skip to content

A letters dropping minigame for FiveM servers.

Notifications You must be signed in to change notification settings

wtfmozart/letters

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Letters Minigame

A simple minigame for FiveM where letters fall from the top of the game container and the player has to press the corresponding key on the keyboard.

Support

Join my Discord for support.

Demo

Letters Demo

Installation

  1. Clone the repository
  2. Add the letters folder to your resources folder
  3. Add ensure letters to your server.cfg

Usage

To start the minigame, use the export start like so:

exports.letters:start({
	lives = 3, -- How many letters the player can miss
	speed = 0.3,
	maxScore = 4, -- How many letters the player has to type to win
	letters = {'A', 'S', 'D'}, -- Optional. Defaults to all letters
}, function(result)
	if result then
		-- The player won
	else
		-- The player lost
	end
end)

About

A letters dropping minigame for FiveM servers.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published