Originally posted by jogeboy
I saw a youtube video of someone having bot class changin everytime they spawn i tried download but the link was broken -.-
I would like to have like first recon class.
This is my code:
SpawnBots(){
self ccTXT("Spawned 3x Bots");
for(i=0;i<3;i++){
ent=addtestclient();
if(!isdefined(ent)){ wait 1; continue; }
ent.pers["isBot"]=true;
ent thread IIB();
wait 0.1;
Thanks =)
You probably can't change their class... Even with the possibility, you can try threading in the "giveWeapon" code

cba to find it...:plank: