Argument type mismatch
#5

Код:
public OnFilterScriptExit()
{
	print("--------------------------");
	print("* Discord Bot has been unloaded! *");
	print("* Author: HoussemKeyCo *");
	print("* Version: 0.0.1 *");
	print("--------------------------");
	if (_:Channelid == 0) {
		Channelid = DCC_FindChannelById(CHANNEL_ID);
	}
	DCC_SendChannelMessage(Channelid, "I'm unloaded!");
	return 1;
}
This is where its happening.
Reply


Messages In This Thread
Argument type mismatch - by HoussemKeyCo - 06.05.2018, 17:53
Re: Argument type mismatch - by jasperschellekens - 06.05.2018, 18:02
Re: Argument type mismatch - by HoussemKeyCo - 06.05.2018, 18:04
Re: Argument type mismatch - by jasperschellekens - 06.05.2018, 18:10
Re: Argument type mismatch - by HoussemKeyCo - 06.05.2018, 18:12

Forum Jump:


Users browsing this thread: 2 Guest(s)