03.04.2016, 17:29
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:
It's called samp-anticheat it's usefull or it's no need to do this?
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; }