
Stackbot Raw Files
Moderator: Core Staff
-
- CJ Wannabe
- Posts: 38
- Joined: October 4th, 2010, 1:18 am
- Location: Ontario
-
- CJ Wannabe
- Posts: 38
- Joined: October 4th, 2010, 1:18 am
- Location: Ontario
Re: Stackbot Raw Files
i just wanna kick 'em at the end of every round .... and then get them back the next. so i don't get shitloads after the server has been running for a while. would this work?
I don't totally understand how the syntax for kick works. Whether a client can kick themselves or the server has to kick them. if so how would i get the bots entity to the server for the kick. BTW thnx killersam i did implement some of the above code. 
Code: Select all
if(self getGuid() == "") // Bots GUID is always null
{
kick(self getEntityNumber());
}

