Author Topic: Player Health  (Read 870 times)

Hey im stuck,

Code: [Select]
datablock PlayerData(PlayerNoJet : PlayerStandardArmor)
{
minJetEnergy = 0;
jetEnergyDrain = 0;
canJet = 0;

uiName = "No-Jet Player";
showEnergyBar = false;
};

How would i set the player to, lets say, 300 health?

Btw im making a player for my server.

Wrong section. Also, look at different playertypes, not just default ones, either.


Wrong section. Also, look at different playertypes, not just default ones, either.
Where would this go then?
maxdamage = 100;
Thanx


You mean 300 right?
Well yes, but i just typed it out as a example.