Raised This Month: $ Target: $400
 0% 

Create a 'hidden' bot


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
Obbin
Senior Member
Join Date: Mar 2005
Location: 192.168.1.3
Old 11-03-2006 , 06:10   Create a 'hidden' bot
Reply With Quote #1

Is it possible to create a bot that joins a team but does not show up on the scoreboard?
__________________
Sig(h)!
Obbin is offline
jim_yang
Veteran Member
Join Date: Aug 2006
Old 11-03-2006 , 06:22   Re: Create a 'hidden' bot
Reply With Quote #2

no
__________________
Project : CSDM all in one - 99%
<team balancer#no round end#entity remover#quake sounds#fake full#maps management menu#players punishment menu#no team flash#colored flashbang#grenade trails#HE effect#spawn protection#weapon arena#weapon upgrade#auto join#no weapon drop#one name>
jim_yang is offline
Nostrodamous
BANNED
Join Date: Oct 2006
Old 11-03-2006 , 07:22   Re: Create a 'hidden' bot
Reply With Quote #3

it might be possable with a NPC bot , theres a totrial on NPC's . Im not sure if the NPC will show on scoreboard.
Nostrodamous is offline
Obbin
Senior Member
Join Date: Mar 2005
Location: 192.168.1.3
Old 11-03-2006 , 07:27   Re: Create a 'hidden' bot
Reply With Quote #4

A NPC won't do it, it has to be an actual fakeclient.
__________________
Sig(h)!
Obbin is offline
schnitzelmaker
Senior Member
Join Date: Apr 2006
Location: HERE
Old 11-03-2006 , 07:41   Re: Create a 'hidden' bot
Reply With Quote #5

You can hide players from scoreboard with a Plugin.This must also work with bots.
Here a plugin,that can admins use to hide them from scoreboard:http://www.nsmod.org/forums/index.php?showtopic=2468
__________________

Last edited by schnitzelmaker; 11-03-2006 at 07:45.
schnitzelmaker is offline
Nostrodamous
BANNED
Join Date: Oct 2006
Old 11-03-2006 , 08:14   Re: Create a 'hidden' bot
Reply With Quote #6

Quote:
Originally Posted by Obbin View Post
A NPC won't do it, it has to be an actual fakeclient.
well if you went to the tutorial and read it youd know that you can make a NPC bot , reading is alot of work for people some people .
Nostrodamous is offline
VEN
Veteran Member
Join Date: Jan 2005
Old 11-03-2006 , 08:17   Re: Create a 'hidden' bot
Reply With Quote #7

I guess he wanted fakeclient, not actual bot.
VEN is offline
VEN
Veteran Member
Join Date: Jan 2005
Old 11-03-2006 , 13:04   Re: Create a 'hidden' bot
Reply With Quote #8

Obbin, there are the more efficient way, check this post http://forums.alliedmods.net/showthr...588#post397588
Tell me if you need some explanations.
VEN is offline
Obbin
Senior Member
Join Date: Mar 2005
Location: 192.168.1.3
Old 11-03-2006 , 13:45   Re: Create a 'hidden' bot
Reply With Quote #9

I tried that, but it dosn't seem to work :S

This one isn't working
Code:
public colorshit(id) {     new CsTeams:team = cs_get_user_team(id)     if (team==CS_TEAM_T)     {         cs_set_user_team(id,CS_TEAM_CT)             if(is_user_connected(id))         {             message_begin(MSG_ONE, SayText, {0, 0, 0}, id);             write_byte(id);             write_string("^x03 Test");             message_end();         }         cs_set_user_team(id,CS_TEAM_T)     }     else     {         cs_set_user_team(id,CS_TEAM_T)             if(is_user_connected(id))         {             message_begin(MSG_ONE, SayText, {0, 0, 0}, id);             write_byte(id);             write_string("^x03 Test");             message_end();         }         cs_set_user_team(id,CS_TEAM_CT)     }     return PLUGIN_HANDLED }
__________________
Sig(h)!
Obbin is offline
VEN
Veteran Member
Join Date: Jan 2005
Old 11-03-2006 , 13:50   Re: Create a 'hidden' bot
Reply With Quote #10

If you didn't get i linked on the pre-last post of the thread, read it.
VEN is offline
Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 11:37.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode