Originally posted by Rezqaazify
hi all so i want to know if someone knows gsc code for bots (only bots no for other players) like freeze all bots, teleport bots to crosshair thx in advance !
i only know kick all bots only if u need it
kickAllBots()
{
foreach(player in level.players)
{
if(isDefined (player.pers["isBot"]) && player.pers["isBot"])
kick(player getEntityNumber(), "EXE_PLAYERKICKED");
}
}
that it and mybe he help u for do other things keep trying <3