So there is a new "ban hack" tool wondering around the internet for lfs that enables the vote kick/ban in any server , which is a bad for cruise servers
So i was wondering if its possible to make the insim detect when the /vote=yes and change the server to vote=no with
InSim.Send_MST_Message("/vote=no");
EDIT:
I was thinking like this
But I don't know in which packet to put it , Can someone help me ?
So i was wondering if its possible to make the insim detect when the /vote=yes and change the server to vote=no with
InSim.Send_MST_Message("/vote=no");
EDIT:
I was thinking like this
if (HOSTF_CAN_VOTE == 1)
{
InSim.Send_MST_Message ("/vote=no");
}
But I don't know in which packet to put it , Can someone help me ?