Poll

After i finnish this what addon would you like?

Player type_ snake
Player type_ Large Bee

Author Topic: My addon wont work  (Read 280 times)

Ive been trying to make a player type, i have everything i need is there a problem with it?



//Zombie Hunter
datablock PlayerData(Zombie Hunter : PlayerStandardArmor)
{

minJetEnergy = 0;
jetEnergyDrain = 0;
canJet = 0;

uiName = "Zombie Hunter";
showEnergyBar = true;

runForce = 10 * 10;
runEnergyDrain = 2;
minRunEnergy = 0;
maxForwardSpeed = 100;
maxBackwardSpeed = 50;
maxSideSpeed = 20;

jumpForce = 15 * 15;

maxForwardCrouchSpeed = 0;
maxBackwardCrouchSpeed = 0;
maxSideCrouchSpeed = 0;

};

Why are you editing a Rot Zombie, and why aren't you changing it's name?

Why are you editing a Rot Zombie, and why aren't you changing it's name?

No this is a player type it is a person hunting zombies not the zombie.