05.03.2011, 16:08
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:
or
Thanks.
pawn Код:
foreach(Player, i)
{
...
}
pawn Код:
for(new v; v < MAX_PLAYERS; v++)
{
if(IsPlayerConnected(v)) ...
}