SA-MP Forums Archive
Help with rcon command - 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)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: Help with rcon command (/showthread.php?tid=121093)



Help with rcon command - Perker12345 - 15.01.2010

Working on a small UCP for my admin team, but when they kick players it only announces on the website i would also have it to say it INGAME, so could i do like
when they type kick 0 on the UCP it would announce ingame, PlayerID 0 has been kicked from the UCP.

Could anybody help me with that, only thing I've got now is it prints it into the console

Код:
public OnRconCommand(cmd[])
{
	return 1;
}