01.03.2015, 18:27
I searched and didn`t find a real answer, so i wanted to ask.
Is it possible to run GameMode function from website. I know there are possibilities to run commands from rconquery. But is there to run my own function which is in gamemode?
For example:
( I have stock function )
And my website runs function giving the values
Is this possible? If yes, then how? If no, then why?
Is it possible to run GameMode function from website. I know there are possibilities to run commands from rconquery. But is there to run my own function which is in gamemode?
For example:
( I have stock function )
Код:
stock MyFunction(name[], value) { // And function code here }
Код HTML:
MyFunction(Trevor_Lowery, 2);