Post: How to change bot class?
03-26-2011, 07:01 PM #1
jogeboy
Do a barrel roll!
(adsbygoogle = window.adsbygoogle || []).push({}); So im trying to edit a patch that the bots would have other class than LMG. I would like to add first recon instead of that. =) 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-26-2011, 11:18 PM #2
xXPolojackXx
Moving to the Xbox Scene.
Originally posted by jogeboy View Post
So im trying to edit a patch that the bots would have other class than LMG. I would like to add first recon instead of that. =) 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 =)


LMG is the default weapon for anything. so it can't be changed.
03-27-2011, 06:16 AM #3
jogeboy
Do a barrel roll!
Originally posted by xXPolojackXx View Post
LMG is the default weapon for anything. so it can't be changed.


But i saw someone having first recon bot :S
03-30-2011, 02:43 PM #4
Originally posted by jogeboy View Post
But i saw someone having first recon bot :S


You can change their weapons, appearance and prestige.. Just look about, the codes are all out there.

Try my bot army airdrop for a start, I changed their prestige and perks for that. And in my dancing dolls i changed their models as well Smile

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo