What's new

Solved Bo2 GSC Bot Spawning [Need Help]

  • Thread starter ovior
  • Start date
  • Views 3,801
O

ovior

Newbie
Messages
5
Reaction score
0
Points
35
Sin$
0
I want to have the option to spawn bot in my team or theirs,

right now i have this

sorry for the _ before each function, a habit..
If someone can send me the normal gsc files of maps/mp/bots id probly figure it out

Thanks alot!

after bot their is :: but or else give me smiley..

_botspawn()
{
if(self isHost())
{
self thread Spawnbot();
self iPrintlnBold("^7Bot ^5Spawned");
}
}

_spawnabot(team)
{
maps/mp/bots/_bot:[:]spawn_bot(team);
}
 
Sombra

Sombra

A distraught soul
Retired
Messages
9,684
Reaction score
5,838
Points
2,280
Sin$
0
I want to have the option to spawn bot in my team or theirs,

right now i have this

sorry for the _ before each function, a habit..
If someone can send me the normal gsc files of maps/mp/bots id probly figure it out

Thanks alot!

after bot their is :: but or else give me smiley..

_botspawn()
{
if(self isHost())
{
self thread Spawnbot();
self iPrintlnBold("^7Bot ^5Spawned");
}
}

_spawnabot(team)
{
maps/mp/bots/_bot:[:]spawn_bot(team);
}
You want this on your own menu, or you want it in a menu?
 
Upvote 0
Top Bottom
Login
Register