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.
Ich suche ein Script welches Automatisch erkennt woher der jeweilige Client kommt und diesen dann eine Jeweilige Ländergruppe zuordnet. Auch ob der User Overwolf nutzt oder nicht.
Wenn der Client Overwolf hat bekommt er nur die Ländergruppe, wenn er kein Overwolf hat bekommt er Ländergruppe +...
<?php
$sigImage = array("img1.jpg", "img2.jpg"); // Add/remove with the different filenames of you sig backgrounds
// RANDOMIZE BACKGROUND //
// Chooses a background from an array at random for the sig
$sigIndex = rand(0, count($sigImage)-1);
$sigImage =...
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.