.:: Bots United ::.

.:: Bots United ::. (http://forums.bots-united.com/index.php)
-   Releases, Installers, Docs & Coding (http://forums.bots-united.com/forumdisplay.php?f=48)
-   -   The Bots SteamId? (http://forums.bots-united.com/showthread.php?t=1970)

sPlOrYgOn 07-07-2004 06:31

Re: The Bots SteamId?
 
yea I think thats more smart than looping through the entire structure to see if the edict was the same as the edict in the bot structure, like how i told him in the irc channel :|

Krush 07-07-2004 06:51

Re: The Bots SteamId?
 
Problem on dedicated server.

Well before when we used the old check on the Players tab of the server I could see the AuthID i changed it to. But now all I'm getting is UNKNOWN. I'll test it some more and see what happens.

Krush 21-07-2004 23:15

Re: The Bots SteamId?
 
Put this in for now. There is still a bug though when the bot gets kicked the ID becomes UNKNOWN.
Code:

if(e->v.flags &FL_FAKECLIENT)
  RETURN_META_VALUE (MRES_SUPERCEDE, bots[ENTINDEX (e) - 1].steamid);
else if(bots[ENTINDEX (e) - 1].is_used)
  RETURN_META_VALUE (MRES_SUPERCEDE, bots[ENTINDEX (e) - 1].steamid);


GBLTeam 05-07-2013 22:20

Re: The Bots SteamId?
 
Can anyone give me plugin for bots with steam id?

tomav 16-08-2013 01:16

Re: The Bots SteamId?
 
Same needed here, since bots are not considered like real players, server seems to be empty from Steam, event if server is full of bots.

I don't think we can find a solution, but could you confirm?
(any solution about this "feature" is welcome)

Regards.


All times are GMT +2. The time now is 21:00.

Powered by vBulletin® Version 3.8.2
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.