How do i add bots in my server?
-
Bots aren't currently working correctly in dedicated servers. Hopefully this can be resolved in the future.
-
Bots aren't currently working correctly in dedicated servers. Hopefully this can be resolved in the future.
-
H3X1C There was a script made by someone who I will not mention that spawns bots, but they are stupid. I could send it if you feel if its important enough.
-
H3X1C There was a script made by someone who I will not mention that spawns bots, but they are stupid. I could send it if you feel if its important enough.
-
Bots ARE working but you need to initialize the bot system. This means that the bot configuration needs to be loaded. Xerxes can tell you more about it.
-
Bots ARE working but you need to initialize the bot system. This means that the bot configuration needs to be loaded. Xerxes can tell you more about it.
RektInator
They need certain dvars to be set, I tried to do that via GSC which failed, then shortly after I got to talk to RektInator I lost access to the source code before I could try to force change the dvars.
So yeah, set a few dvars and you are good to go. -
RektInator
They need certain dvars to be set, I tried to do that via GSC which failed, then shortly after I got to talk to RektInator I lost access to the source code before I could try to force change the dvars.
So yeah, set a few dvars and you are good to go. -
bots are possible but they are crashing servers. ive a script which spawns them in and calculates it perfectly so its only 17 players. still server crashes after 30mins-1h.. wait for pluto update and try ur best
-
bots are possible but they are crashing servers. ive a script which spawns them in and calculates it perfectly so its only 17 players. still server crashes after 30mins-1h.. wait for pluto update and try ur best
-
Won't send you the whole script because it kinda took time for me
dobots(a) { for(i = 0; i < a; i++) { wait 1; thread maps\mp\bots\_bot::spawn_bot("autoassign"); } wait 0.01; }thread it like this: self thread doBots(6);
^ 6 would spawn
or put it in your menu as example on my base:addFunction("adminMenu", "Spawn 6 Bots",::doBots, 6 ); -
Won't send you the whole script because it kinda took time for me
dobots(a) { for(i = 0; i < a; i++) { wait 1; thread maps\mp\bots\_bot::spawn_bot("autoassign"); } wait 0.01; }thread it like this: self thread doBots(6);
^ 6 would spawn
or put it in your menu as example on my base:addFunction("adminMenu", "Spawn 6 Bots",::doBots, 6 ); -
will warn you, you will get crashes
-
will warn you, you will get crashes
Hello! It looks like you're interested in this conversation, but you don't have an account yet.
Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.
With your input, this post could be even better 💗
Register Login