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
#2

just add it the your GM lol
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)