View Single Post
rogeraabbccdd
Veteran Member
Join Date: Jun 2015
Location: de_dust2
Old 01-13-2017 , 11:08   Re: [ANY] Discord/Slack API (CallAdmin, SourceBans, ...)
Reply With Quote #19

I don't think it's sourcecomms's problem.
If time duration is "Session", the time is "-1".

So I add this in "PrePareMsg" in "discord_sourcecomms.sp", and it works.
PHP Code:
if (time == -1
    {
        
sLength "Session";
    } 
__________________

Please keep in mind, nobody have responsibility to help you, especially who don't try to Google first.
I only read messages in Chinese and English.

GitHub | Discord:Kento#2118

Last edited by rogeraabbccdd; 01-13-2017 at 11:08.
rogeraabbccdd is offline