Deprecated: Use of "parent" in callables is deprecated in /var/www/html/forum/src/vendor/league/flysystem-eventable-filesystem/src/EventableFilesystem.php on line 431
  • If you need help or want to discuss things, you now can also join us on our Discord Server!
  • A first preview of the unlimited version of SinusBot can be found in the Upcoming Changes thread. A version for Windows will follow, but we don't have a release date, yet.

Recent content by r3flex

  1. r3flex

    EN TS3 Ranking system

    You should try new version of this script https://forum.sinusbot.com/resources/ts3-ranking.336/
  2. r3flex

    EN How can I write my own script?

    Well you gotta know few things, first of all sinusbot wrapper, which is main wrapper/function around all of the script which includes web config. You gotta know few ways to use your script, which most common are on event, like event on connection, chat, also the function can be executed each x...
  3. r3flex

    EN [Request]A simple script for writing to a database

    And then the nicks can be displayed on channel, like create channel e.g call it 'chess players' then specify the channel ID on the website, and the script will loop through each DB entry and display it on channel :)
  4. r3flex

    EN [Request]A simple script for writing to a database

    Pretty easy, event on command which matches word "!chess" then check if client is in x group, if so add the nick into the DB, can be used as local database using store module.
  5. r3flex

    EN [Request] Description Changer

    Just check the box ignore blank desc and make blank description
  6. r3flex

    EN toString returns [object Object]

    well you cant stringify object, you have do make iteration through set of objects or access one by its name and then parameters. You could also convert an object to array.
  7. r3flex

    EN [Request] Description Changer

    Now it is on connection.
  8. r3flex

    EN [Request] Description Changer

    "The _WINDOWS_ version of the bot currently doesn't work with version 3.1 of the TS client. Please downgrade to an older version. For 3.1 support on Linux, upgrade to SinusBot 0.11.0. The windows version will get updated soon."
  9. r3flex

    EN [Request] Description Changer

    I bet you use windows version of sinusbot since it's bugged and things dont work correctly as the should, I run mine on linux and works perfectly.
  10. r3flex

    EN [Request] Description Changer

    Is your description blank?
  11. r3flex

    EN [Request] Description Changer

    Yes, but if you disable the checkbox ignore blank description it will work same way but instead of on connect it runs every 30s for each client
  12. r3flex

    EN [Request] Description Changer

    Just uncheck the checkbox ignore blank desc it will only replace desc if blank for now
  13. r3flex

    EN [Request] Description Changer

    I dont know what is online users description
  14. r3flex

    EN [Request] Description Changer

    Well describe exactly your problem then, what means online users? do you want to change online users on server? cuz I dont get it.
Top