Jump to content

CircuitBreaker - JS Minigame 1.0.0

   (4 reviews)

1 Screenshot

About This File

Hello again, Ragers.

This minigame is the same as the one in the base game heists. It's purely scaleform, and no CEF.

(Thanks to Develuxe for C# version)

Simply put this into client_packages, and add this to your index.js:

require('./CircuitBreaker');

It has three events:

CircuitBreakerWIN - This event is called on the client when the client player has successfully won the minigame
CircuitBreakerLOSE - This event is called on the client when the client player quits, or fails to complete the minigame
CircuitBreakerStart - This event is callable on the client (from server with player.call), and is used as follows:

// Lives (any number), this number is the total amount of lives for all levels
// Difficulty (0-4), where 0 is easiest and 4 is hardest
// Level Count (1-6), how many levels have to be completed
player.call('CircuitBreakerStart', /* lives */ 3, /* difficulty */ 1, /* level count */ 2);

Edited by xNameless69

  • Like 6

User Feedback

Create an account or sign in to leave a review

You need to be a member in order to leave a review

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

Kopra

   2 of 2 members found this review helpful 2 / 2 members

Amazing!

Response from the author:

yes

  • Mask 1
Link to review
fl1k

   1 of 1 member found this review helpful 1 / 1 member

Love it!

Link to review
Develuxe

   1 of 1 member found this review helpful 1 / 1 member

Too good to be true 

Link to review
×
×
  • Create New...