SA-MP Forums Archive
[HELP]You typed rcon - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: [HELP]You typed rcon (/showthread.php?tid=552275)



[HELP]You typed rcon - jaansoon - 23.12.2014

hello there

it wont work
https://sampwiki.blast.hk/wiki/OnRconCommand

in my gamemode

Код:
public OnRconCommand(cmd[])
{
	printf("[RCON]: You typed '/rcon %s'!", cmd);
	return 1;
}
it does not print any thing on the console(samp-server.exe SA-MP Dedicated Server)


Re: [HELP]You typed rcon - CutX - 23.12.2014

works perfectly for me.

maybe something else is interfering... (i doubt it though)
try this in a blank script


Re: [HELP]You typed rcon - Lordzy - 23.12.2014