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

Solved MaxClient channel edit not work

Status
Not open for further replies.

VerHext

Donor
is awesome!
Contributor
Insider
Problem Description
Hallo, ich glaube ich habe einen Bug gefunden, in meinem Support++ Script editiere ich die Channel, das funktioniert auch alles Perfekt bis auf den Parameter MaxClients.

Code:
backend.getChannelByID(channelEdit.spSupportChannelNameChange).update({

name: channelEdit.spSupportChannelNameOfflineMsg,
maxClients: channelEdit.spSupportChannelMaxClientsOffline, // = int
description: channelEdit.spSupportChannelNameOfflineDescription

});
 
Status
Not open for further replies.
Top