remove bot moving
5 replies



28.03.13 11:30:01 pm
hello peeps, Im currently making a new mod for CS2D
and got some bot following script but problem here is. how do i remove the script from AI file the makes the bot move and automatically anoyingly roam around.
if theres any problem trying to understand what im trying to say. just comment, i will say it more detailed
and got some bot following script but problem here is. how do i remove the script from AI file the makes the bot move and automatically anoyingly roam around.
if theres any problem trying to understand what im trying to say. just comment, i will say it more detailed
itsjustrobhed experimental acount// excuse me DC
In the cs2d folder there is a
SYS folder
GFX folder
SFX folder
BOT folder
and others, you can remove the things inside the BOT folder, but I'm not sure if they stop moving.




and others, you can remove the things inside the BOT folder, but I'm not sure if they stop moving.

the post was kinda bit useless, not trying to offend you but.
i already mentioned, The StandardAI.lua. all i need. how i remove line that make the bot moves and roams around
EDT:
don't matter i got it sorted.
i already mentioned, The StandardAI.lua. all i need. how i remove line that make the bot moves and roams around
EDT:
don't matter i got it sorted.
itsjustrobhed experimental acount// excuse me DC
If someone needs a quick answer, write on
Script support


Code:
1
2
3
4
5
6
7
8
9
2
3
4
5
6
7
8
9
mov = {}
addhook('move','mov.move')
mov.move = function(id)
if player(id,'bot') then
if player(id,'speedmod') ~= -100 then
parse('speedmod '..id..' -100')
end
end
end
addhook('move','mov.move')
mov.move = function(id)
if player(id,'bot') then
if player(id,'speedmod') ~= -100 then
parse('speedmod '..id..' -100')
end
end
end
Banned for Hacking/Cheating in CS2D /DC
@
Gajos: Your script doesn't help at all. He wants the bots to follow him and (because of that) wants to find and replace the lines in the bot AI script that makes them roam.
Your script would not make them move at all.

Your script would not make them move at all.
https://ohaz.engineer - Software Engineering
It all depends on the script bots, which he uses,
try Z-Bots [update v1.2] or write in detail what you require from bots
try Z-Bots [update v1.2] or write in detail what you require from bots



