Post: Would the bots have any other class than the basic?
03-27-2011, 06:51 AM #1
jogeboy
Do a barrel roll!
(adsbygoogle = window.adsbygoogle || []).push({}); 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 =)
(adsbygoogle = window.adsbygoogle || []).push({});
03-27-2011, 07:12 AM #2
Originally posted by jogeboy View Post
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 Winky Winky cba to find it...:plank:

The following user thanked Ninja for this useful post:

jogeboy

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo