I'm bad at lua so i need a script that spawn non moving bots to train random shots
Forum
Scripts
spawn non movable bots
spawn non movable bots
4 replies
1

I'm bad at lua so i need a script that spawn non moving bots to train random shots
CarboN Cs2d: to do this, use the command "bot_freeze"> click me <
NeptooN: i know bro but i just want a ready script
1
2
3
4
2
3
4
addhook('spawn','bot_spawn')
function bot_spawn()
parse('bot_freeze 1')
end
1

Offline