Author Topic: Bot  (Read 1565 times)

What events do you use to make a standard bot set aim at you chase you and fire the bullets at you

 basicaly like a zombie with a gun

Well You Need To Download The Zombie Mod

no events for a bot to make it attack me or someone else other than me

can someoell me how to make a bot get a weapon and attack me

can someoell me how to make a bot get a weapon and attack me
1. Download Bot events
2. onspawn>bot>setaim>everyone.etc
3. Profit.

1. Download Bot events
2. onspawn>bot>setaim>everyone.etc
3. Profit.

Also make sure you give him a weapon
onspawn>bot>setweapon>(weapon)

how do you make the bot shoot

how do you make the bot shoot
BotSpawn > Bot > Attack > Everyone


1. Download Bot Events

2. Enter these events in a vehicle/zombie spawn with the vehicle set as "Standard Bot":
Code: [Select]
0 | 0 | onBotSpawn | Self | fireRelay
1 | 500 | onRelay | Self | fireRelay
2 | 0 | onRelay | Self | setBotAim [I think] | NearestPlayer
3 | 0 | onRelay | Self | BotAttack | FireWeapon

Hope that helps.


1. Download Bot Events

2. Enter these events in a vehicle/zombie spawn with the vehicle set as "Standard Bot":
Code: [Select]
0 | 0 | onBotSpawn | Self | fireRelay
1 | 500 | onRelay | Self | fireRelay

3 | 0 | onRelay | Self | BotAttack | FireWeapon

Hope that helps.


fixed it


████ DO NOT POST AMBIGUOUS TOPICS ████