How i can change the id of bots?
#6

Quote:
Originally Posted by JaTochNietDan
Quote:
Originally Posted by » Pawnst★r «
Quote:
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?
gl creating 499 bots.
?

pawn Код:
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);
}
P.S: Id's only go up to 499, you must include 0 :P
Yeah then you'd have laggiest server in the history of SA:MP. 499 bots? Ok lol .. Isn't this a hard way of changing the id of one bot you have to use 499 player slots?
Reply


Messages In This Thread
How i can change the id of bots? - by Injection - 04.09.2009, 22:10
Re: How i can change the id of bots? - by Correlli - 04.09.2009, 22:16
Re: How i can change the id of bots? - by Injection - 04.09.2009, 23:29
Re: How i can change the id of bots? - by ded - 04.09.2009, 23:50
Re: How i can change the id of bots? - by JaTochNietDan - 04.09.2009, 23:55
Re: How i can change the id of bots? - by ded - 05.09.2009, 00:15
Re: How i can change the id of bots? - by JaTochNietDan - 05.09.2009, 00:16
Re: How i can change the id of bots? - by ded - 05.09.2009, 00:17
Re: How i can change the id of bots? - by JaTochNietDan - 05.09.2009, 00:21
Re: How i can change the id of bots? - by ded - 05.09.2009, 00:23

Forum Jump:


Users browsing this thread: 1 Guest(s)