Hi everyone.
I want a RustBuster hook for the admin to kill a player with command. Example:
void KillPlayer (PlayerClient player)
{
player.Kill ();
}
This already works in python, java and normal modules, but does not work in RustBuster...
Another useful hook ... find out which player key you pressed using MODULE. Example:
In module OR for java, python ... :
if (Input.GetKeyDown ("m"))
{
// make anything
}
Java, python, modules do not discover which player key presses. Thnaks any help.
I want a RustBuster hook for the admin to kill a player with command. Example:
void KillPlayer (PlayerClient player)
{
player.Kill ();
}
This already works in python, java and normal modules, but does not work in RustBuster...
Another useful hook ... find out which player key you pressed using MODULE. Example:
In module OR for java, python ... :
if (Input.GetKeyDown ("m"))
{
// make anything
}
Java, python, modules do not discover which player key presses. Thnaks any help.