DrifterTheHomie
New Member
- Messages
- 6
- Reaction score
- 4
- Points
- 3
How i can check if a bot is spawned or not? :/
You mean that the bot spawned on the map? Or connected?How i can check if a bot is spawned or not? :/
lmao kys... so and so has connected it does not take a rocket scientist to figure that out lol
spawned*You mean that the bot spawned on the map? Or connected?
isbotspawned()
{
foreach(player in level.players)
{
if(isDefined (player.pers["isBot"]) && player.pers["isBot"])
{
if( isalive( player ) )
return true;
else
return false;
}
else
return false;
}
}
This is the worst response ever.... so and so has connected it does not take a rocket scientist to figure that out lol