Bot as normal player
#1

Everyone should know you can put a bot on the server through a filterscript and npc recording file. But the bot isn't shown on the online players list. The question is if could I make the bot as normal player, which would be shown on the online player list, and on the my dialog list, using:
pawn Код:
foreach(Player, i)
{
 ...
}
or
pawn Код:
for(new v; v < MAX_PLAYERS; v++)
{
    if(IsPlayerConnected(v)) ...
}
Thanks.
Reply


Messages In This Thread
Bot as normal player - by blackwave - 05.03.2011, 16:08
Re: Bot as normal player - by [L3th4l] - 05.03.2011, 16:12
Re: Bot as normal player - by blackwave - 05.03.2011, 16:44
Re: Bot as normal player - by rjjj - 05.03.2011, 17:32
Re: Bot as normal player - by Gh0sT_ - 05.03.2011, 18:21
Re: Bot as normal player - by rjjj - 05.03.2011, 18:36
Re: Bot as normal player - by blackwave - 05.03.2011, 21:21
Re: Bot as normal player - by Mauzen - 05.03.2011, 21:47
Re: Bot as normal player - by blackwave - 05.03.2011, 22:02
Re: Bot as normal player - by blackwave - 06.03.2011, 11:22

Forum Jump:


Users browsing this thread: 3 Guest(s)