19.08.2012, 11:52
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
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
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; }
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