Author Topic: [SERVERSIDE] Disguise Kit v1.1  (Read 36654 times)

Download, but the model could us some work

i like this good for my jail RP :cookieMonster:

omg perfect for tf2 games 5/5

Last I knew this add-on was bugged with a main update to BL. It showed team 1 as a black head with the rest of the parts invisible. Other then that, if it was fix'd its a good add-on.

i was just looking through some of the code, and i found this
Code: [Select]
function gameConnection::applyTeamUniform(%client)
{
if(%client.player.disguised != %client.tdmTeam)
{
%forgetSpaceGuy = true;
%oldTeam = %client.tdmTeam;
%client.tdmTeam = %client.player.disguised;
}

parent::applyTeamUniform(%client);

if(%forgetSpaceGuy == true)
%client.tdmTeam = %oldTeam;
}
:cookieMonster:

i was just looking through some of the code, and i found this
Code: [Select]
function gameConnection::applyTeamUniform(%client)
{
if(%client.player.disguised != %client.tdmTeam)
{
%forgetSpaceGuy = true;
%oldTeam = %client.tdmTeam;
%client.tdmTeam = %client.player.disguised;
}

parent::applyTeamUniform(%client);

if(%forgetSpaceGuy == true)
%client.tdmTeam = %oldTeam;
}
:cookieMonster:

Oh god lol

uuuuuhhhhhhh ok then but it needs to work also outside mini unless if it does i will download it :iceCream:

uuuuuhhhhhhh ok then but it needs to work also outside mini unless if it does i will download it :iceCream:
how would it work outside of the minigame, there are no teams outside of it, and therefor you can't disguise as one

Was there ever a fix for this?


no needy. anyway good work :D  :cookie: :cookie:

Last I knew this add-on was bugged with a main update to BL. It showed team 1 as a black head with the rest of the parts invisible. Other then that, if it was fix'd its a good add-on.
This heppens to me.