Author Topic: Zombie, Fists only on a dedicated server  (Read 1843 times)

0 Members and 1 Guest are viewing this topic.

Offline Blacksheepboy

  • Veteran
  • *****
  • Posts: 1815
Zombie, Fists only on a dedicated server
« on: April 05, 2012, 07:57:11 pm »
I'm kind of wondering, I have a little problem; trying to use bots fist-only. Not working out. Bot file?:

File:
Code: [Select]
[BOT]
Name=Zombie
Color1=$00000000
Color2=$00000000
Skin_Color=$FFFFFFFF
Hair_Color=$00010101
Favourite_Weapon=Fist
Secondary_Weapon=1
Friend=Boomer
Accuracy=0
Shoot_Dead=0
Grenade_Frequency=100
Camping=0
OnStartUse=255
Hair=4
Headgear=0
Chain=0
Chat_Frequency=8
Chat_Kill=
Chat_Dead=
Chat_Lowhealth=
Chat_SeeEnemy=
Chat_Winning=
« Last Edit: April 05, 2012, 11:28:45 pm by Blacksheepboy »

Offline tk

  • Soldier
  • **
  • Posts: 235
Re: Zombie, Fists only on a dedicated server
« Reply #1 on: April 06, 2012, 02:44:47 am »
Try
Favourite_Weapon=255
Secondary_Weapon=255

Offline Falcon`

  • Flagrunner
  • ****
  • Posts: 792
  • A wanted lagger
Re: Zombie, Fists only on a dedicated server
« Reply #2 on: April 06, 2012, 10:00:51 am »
it's Fists, not Fist... i think. Though once you set it correctly you will encounter a magical bug which cause players being not able to take any weapon lying on the ground.  So pretty much what is left is to set it to any acceptable value and force fists from the script just right after the spawn.
If you're not paying for something, you're not the customer; you're the product being sold.
- Andrew Lewis

Always code as if the guy who ends up maintaining your code will be a violent psychopath who knows where you live.

Offline Blacksheepboy

  • Veteran
  • *****
  • Posts: 1815
Re: Zombie, Fists only on a dedicated server
« Reply #3 on: April 06, 2012, 02:42:53 pm »
So pretty much what is left is to set it to any acceptable value and force fists from the script just right after the spawn.

How might I go about making a script for this?