Dateien

> > CS2D > Lua Scripts > BetterBot for place
DateiübersichtCS2D-ÜbersichtLua Scripts-Übersicht

Englisch BetterBot for place >

4 Kommentare733 b, 6 Downloads

alt BetterBot for place

WatPz
User Off Offline

A simple script allows you to place the bot.
It's pretty convenient when you want to practise shooting skills

By saying cmd "@pb" or "@placebot", you can place a bot in the position of your mouse.
You need to have the rcon, otherwise, create the sv on client.

Warning: This script will change your game mode into Deathmatch!

Examples are listed on IMGs
3× editiert, zuletzt 25.06.24 12:30:00
Zugelassen von Gaios

Download Download

733 b, 6 Downloads

Kommentare

4 Kommentare
Zum Anfang Vorherige 1 Nächste Zum Anfang

Logge dich ein!

Du musst dich einloggen, um selber Kommentare verfassen zu können!Einloggen

alt

WatPz
User Off Offline

JonyFrosta hat geschrieben
hook 'key' - I'm some kind of joke to you?

That's EZ, just add cmd /bind "q" "say @pb" (like example)

I didn't use hook 'key', because someone might use this key for other purpose.
However, hook 'serveraction' is making a mountain out of a molehill, because we often use serveraction for some BIG interaction like server MainMenu.

That's simple to add some code
1
2
3
4
5
6
addbind('H')
function BetterBot.hook.key(p, k)
    if k == 'H' then
        botPlace(p)
    end
end

Anyway, thx for your supplement

alt

JonyFrosta
User Off Offline

hook 'key' - I'm some kind of joke to you?

alt

WatPz
User Off Offline

Mami Tomoe hat geschrieben
There's an exploit in the code where if a bot says the command it will work too.
Bots also have IP 0.0.0.0.
Bots can talk with cs2d lua cmd ai_say.

I haved fixed it. thx

alt

Mami Tomoe
User Off Offline

There's an exploit in the code where if a bot says the command it will work too.
Bots also have IP 0.0.0.0.
Bots can talk with cs2d lua cmd ai_say.
Zum Anfang Vorherige 1 Nächste Zum Anfang