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?