Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 03/09/22 in Files

  1. Version 1.0.0

    1917 downloads

    About This is a fork of Advanced Chat - Dependency free with a few new features implemented that were present in SA:MP Features Added /chathelp - view all commands /fontsize [size(0.5 - 1.5)] - sets the size of the font /pagesize [size(4-24)] - sets the size of the page /timestamp - toggles between timestamp /togglechat - toggles chat hidden/visible - The features added were present in SA:MP, DEPENDENCIES INSTALLATION Download files Include advanced-chat in your index.js REPO If you want to contribute, the link to the repository is - https://github.com/fl1k/advanced-chat SCREENSHOTS VIDEO
    1 point
  2. Version 1.0.0

    411 downloads

    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);
    1 point
×
×
  • Create New...