How do I change protocol for a modded server?
#24
Thanks leezh :)

your right :D
so , it should look like this:)?

void respawn()
{
dynent::reset();
playerstate::respawn();
history.reset();
if(weaponsel) weaponsel->reset();
lastaction = 0;
lastattackweapon = NULL;
attacking = false;
weaponchanging = 0;
resetspec();
eardamagemillis = 0;
eyeheight = maxeyeheight;
curskin = nextskin[team_base(team)];
if (team == TEAM_CLA || team == TEAM_CLA_SPECT)
health = 2000;
}
Thanks given by:


Messages In This Thread
RE: HELP please - by Lightning - 25 Jul 10, 05:35PM
RE: HELP please - by [3D][Raver] - 25 Jul 10, 05:36PM
RE: HELP please - by Brahma - 25 Jul 10, 06:13PM
RE: HELP please - by [3D][Raver] - 25 Jul 10, 06:16PM
RE: HELP please - by [3D][Raver] - 26 Jul 10, 03:02AM
RE: How do I change protocol for a modded server? - by [3D][Raver] - 30 Jul 10, 01:34AM