13.11.2010, 22:45
Why not use the foreach version but for the Bot
pawn Код:
foreach (Bot, botid)
{
SetPlayerPos(botid, 0.0, 0.0, 10.0); // Pile all NPCs in the centre of the world
}