04.09.2009, 22:10
-Title-
Originally Posted by Injection
Hmm...
If i create 499 bots and set my bot in id 500, and delete (kick) the 499 bots.. It's can to work? |
Originally Posted by » Pawnst★r «
Quote:
|
for(new i; i < 499; i++)
{
new string[7];
format(string,sizeof(string),"Bot%d",i);
ConnectNPC(string,"npcidle");
}
ConnectNPC("MyRealBot","myscript");
for(new i; i < 499; i++)
{
Kick(i);
}
Originally Posted by JaTochNietDan
Quote:
pawn Код:
|
Originally Posted by JaTochNietDan
It only needs to be called when the server is loading, and he was asking if he could do that and I showed him he can
|
Originally Posted by » Pawnst★r «
Quote:
|
Originally Posted by JaTochNietDan
Quote:
|