[Q] Custom Rcon command?
#1

Hi all,

I think there is one way to send custom rcon command,

in game use /rcon CUSTOMCMD

but, what about out of game? Like in console? Or with an php script ( Api script )

is it possible to send custom cmd?

I test:

put into my gamemode

Код:
public OnRconCommand(cmd[])
{
    printf("You typed %s!",cmd);
	return 1;
}
but when i type something in to the console, i don't get anything.

I would like to make an exclusive system with my website, and i need a way to contact my server by my website.

I don't want use SQL-timer system, because it will use lot of ressource.

Thank you !

Max
Reply


Messages In This Thread
[Q] Custom Rcon command? - by scott1 - 19.08.2012, 11:52
Re: [Q] Custom Rcon command? - by Killer#Mummy - 19.08.2012, 11:56
Re : [Q] Custom Rcon command? - by scott1 - 19.08.2012, 12:04

Forum Jump:


Users browsing this thread: 1 Guest(s)