BOT IDs
Do BOT have IDs?
I have used the below code that works on me(admin), But not working on BOTS(any normal players). Code:
if (is_user_bot(id)){Thanks in advance..... |
Re: BOT IDs
if the bot is a T you won't see a team change.
But it looks right to me....though you're not doing anything with the cs_get_user_team call. |
Re: BOT IDs
I was only using
Code:
cs_set_user_team(id, CS_TEAM_T, CS_DONTCHANGE)Code:
cs_get_user_team(id) |
Re: BOT IDs
When do you call this?
|
Re: BOT IDs
not sure how much this will work but give it a shot:
Code:
lol....you are testing in Counter-Strike, yes? or Condition Zero.... I'm not sure if CZ bots work the same as humans, though. I'm sure someone smarter than i would know. |
Re: BOT IDs
(is_user_bot(id) && cs_get_user_team(id) == CS_TEAM_CT) ? cs_set_user_team(id,CS_TEAM_T) : return 1;
EDIT: if you are using CZ bots with Condition zero isnot work, use podbots. CZ bots in 1.6 are illegal. |
Re: BOT IDs
I don't know which bots am I using?
But I am not going to use PODBOT,Sorry. Someone told me to download bot.cfg and execute it through console or server.cfg It works okay O_O |
Re: BOT IDs
Quote:
|
Re: BOT IDs
Amxx works fine on condition zero bots, please don't lie :)
|
Re: BOT IDs
I don't know which bot am I using but it works fine with amxx and every stuff,No error relating to bots
|
| All times are GMT -4. The time now is 06:09. |
Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.