SRCDS Steam group


Create Eventscript
#1
I need some one to make me an eventscript so on round start it add's 16 bots on t
Reply
#2
You might want to go to the Eventscripts forum to do this. Your OP sounds a little bit demanding, so you might lighten up your post when you go there. I'm sure someone there will spend a few minutes to whip one up Smile
Reply
#3
This should work. It ages ago I last made such a thing:

Code:
event round_start
{
es bot_add_t
es bot_add_t
es bot_add_t
es bot_add_t
es bot_add_t
es bot_add_t
es bot_add_t
es bot_add_t
es bot_add_t
es bot_add_t
es bot_add_t
es bot_add_t
es bot_add_t
es bot_add_t
es_msg #mulit #green 16 bots have been added!
}
Reply
#4
Well, that would mean every round the server would add 16 bots
You can just set the bot quota
EDit: Scratch that
use realchamps but edit round start to es_map_start
[Image: b_350x20_C002748-004880-FFFFFF-000000.png]
Reply
#5
pengy Wrote:Well, that would mean every round the server would add 16 bots
You can just set the bot quota
EDit: Scratch that
use realchamps but edit round start to es_map_start

Ohh your right about es_map_start Toungue

He just said "add 16 bots every round". Wink

Thanks.
Reply
#6
no i want it every map start trust me on that
Reply
#7
Then use this:

Code:
event es_map_start
{
es bot_add_t
es bot_add_t
es bot_add_t
es bot_add_t
es bot_add_t
es bot_add_t
es bot_add_t
es bot_add_t
es bot_add_t
es bot_add_t
es bot_add_t
es bot_add_t
es bot_add_t
es bot_add_t
es_msg #mulit #green 16 bots have been added!
}
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)