OnRconCommand
#1

Hi,

OnRconCommand,

You will need to include this callback in a loaded filterscript for it to work in the gamemode!

I don't use filterscripts i need to create it just for this callback get work it's possible get around this?

And too i found:

Код:
/**
 * Copyright © 2012-2013 - Dan
 * All rights reserved.
 */

#define FILTERSCRIPT

#include <a_samp>

public OnFilterScriptInit() {
	return 1;
}

public OnFilterScriptExit() {
	return 1;
}

public OnRconCommand(cmd[]) {
	// BUGFIX.
	return 0;
}
It's called samp-anticheat it's usefull or it's no need to do this?
Reply


Messages In This Thread
OnRconCommand - by ScIrUsna - 03.04.2016, 17:29
Respuesta: OnRconCommand - by DragonZafiro - 03.04.2016, 17:30

Forum Jump:


Users browsing this thread: 1 Guest(s)