Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
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.
Doch, mindest version für den 3.1 server soll 3.1.6 werden http://forum.teamspeak.com/threads/133734-3-1-Server-minimum-Client-version?p=452210#post452210
It is only a temporary pw override, afaik.
So you need to reset the pw properly inside the Webinterface or use the command everytime.
and yes in your example the pw would get overridden to "password"
Nope, da du hier gerade richtig schön versuchst die alte (und abgeschaltete engine) mit der neuen zu vermischen, das kann ja nicht funktionieren :D
du musst mit der neuen engine audio requiren und dann audio.getTrackPosition() und audio.seek() nutzen.
Siehe:
Nächste frage ist, haste das problem nut mit Radiostreams oder auch lokal gespeicherten liedern?
Pls help us with helping you. Den Leuten immer alles aus der Nase ziehen zu müssen ist halt nicht so geil...
did you read what I said?
I gave you a solution to run the code every x secondes. Just start a javascript interval via setInterval(x,y) https://www.w3schools.com/jsref/met_win_setinterval.asp
And the best place to start it is in the bot connect event (after the bot actually connected to a...
How about starting an
setInterval(functionToExecute, NUMBER_OF_MILLISECONDS_BETWEEN_EXECUTIONS);
setInterval(testfunction, 5000);
via the connect#event
Remember, you can also work with client.getOnlineTime(). Which returns the amount of time the client is online in milliseconds...
Mh then dunno, maybe I'm overseeing something. But normally what I said should be the case.
Dose also nothing happen when you click on save script setting while the bot is connected?
ah.. yeah ofc you arent using it in an event
This code gets fired, but only when you press the save button in the script page. So when the bot isn't connected yet, nothing wil happen (because getClient() is empty.
You can check with an engine.log("Number of clients founds: " + clients.length)...
First of all, what does you mean with "doesn't work"? No output, An error? Wrong output?
Because your string looks odd with this , in it and the tripple ' on the 2nd part of your string [ '. I'm a SinusBot!')]
Normally the code should look like this:
client.chat("Hello " + client.Name() +...
If you are using 3.0.19.4 then its a known long-outstanding bug that the bot will sometimes just randomly lock-up and stop playing music or react to commands. A restart of the instance should fix it, or alternative a downgrade to 3.0.18.2 (see red box above your post)
Alternative, if just...
Mal ne frage, woher weißte das die nicht aktiviert sind?
Steht im instance log, nachdem du gespeichert hast: "Loading script SCRIPTNAME" ?
Wenn ja dann sind diese Scripts aktiv und funktionieren nur nicht, weil z.B: veraltete script engine genutzt wird oder so.
Außerdem musst du manche script...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.