Jump to content
RAGE Multiplayer Community

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 5
 Share


User Feedback

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest

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...