Skip to content

Commit

Permalink
transform in to blank TFCLass_
Browse files Browse the repository at this point in the history
  • Loading branch information
higps committed Oct 4, 2023
1 parent 9f7f5d4 commit 04f0e0f
Show file tree
Hide file tree
Showing 90 changed files with 107 additions and 125 deletions.
2 changes: 1 addition & 1 deletion boss_demoman_demopan.sp
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ MakeSolar(client)
SetModel(client, GDEKNIGHT);

float scale = 1.75;
int iHealth = 7500;
RoboSetHealth(client, TFClass_, 7500, 1.5);


// PrintToChatAll("MaxHealth %i", MaxHealth);
Expand Down
2 changes: 1 addition & 1 deletion boss_demoman_nuker.sp
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ MakeSolar(client)
SetModel(client, GDEKNIGHT);

float scale = 1.85;
int iHealth = 5000;
RoboSetHealth(client, TFClass_, 5000, 1.5);


// PrintToChatAll("MaxHealth %i", MaxHealth);
Expand Down
2 changes: 1 addition & 1 deletion boss_heavy_kommisarkrit.sp
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ MakeBigBigJoey(client)
}
CreateTimer(0.0, Timer_Switch, client);
SetModel(client, GDEFLECTORH);
int iHealth = 7500;
RoboSetHealth(client, TFClass_, 7500, 1.5);


// PrintToChatAll("MaxHealth %i", MaxHealth);
Expand Down
2 changes: 1 addition & 1 deletion boss_pyro_skilltron.sp
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ MakeGiantPyro(client)
CreateTimer(0.0, Timer_Switch, client);
SetModel(client, GPYRO);

int iHealth = 5000;
RoboSetHealth(client, TFClass_, 5000, 1.5);

//PrintToChatAll("MaxHealth %i", MaxHealth);

Expand Down
2 changes: 1 addition & 1 deletion boss_soldier_General_Crits.sp
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ MakeGiantSoldier(client)
CreateTimer(0.0, Timer_Switch, client);
SetModel(client, GSOLDIER);

int iHealth = 5800;
RoboSetHealth(client, TFClass_, 5800, 1.5);


SetEntPropFloat(client, Prop_Send, "m_flModelScale", scale);
Expand Down
2 changes: 1 addition & 1 deletion free_damage_flames_pyro_lister.sp
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ MakeGiantPyro(client)
CreateTimer(0.0, Timer_Switch, client);
SetModel(client, GPYRO);

int iHealth = 3000;
RoboSetHealth(client, TFClass_, 3000, 1.5);

//PrintToChatAll("MaxHealth %i", MaxHealth);

Expand Down
2 changes: 1 addition & 1 deletion free_damage_flames_pyro_rocketman.sp
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ MakeGiantPyro(client)
CreateTimer(0.0, Timer_Switch, client);
SetModel(client, GPYRO);

int iHealth = 3500;
RoboSetHealth(client, TFClass_, 3500, 1.5);

//PrintToChatAll("MaxHealth %i", MaxHealth);

Expand Down
2 changes: 1 addition & 1 deletion free_damage_flames_pyro_spitfire.sp
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ MakeGiantPyro(client)
CreateTimer(0.0, Timer_Switch, client);
SetModel(client, GPYRO);

int iHealth = 2500;
RoboSetHealth(client, TFClass_, 2500, 1.5);

//PrintToChatAll("MaxHealth %i", MaxHealth);

Expand Down
2 changes: 1 addition & 1 deletion free_damage_flames_pyro_wamo.sp
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ MakeGiantPyro(client)
CreateTimer(0.0, Timer_Switch, client);
SetModel(client, GPYRO);

int iHealth = 3000;
RoboSetHealth(client, TFClass_, 3000, 1.5);

//PrintToChatAll("MaxHealth %i", MaxHealth);

Expand Down
2 changes: 1 addition & 1 deletion free_damage_flames_wizard_pyro_fire_wizard.sp
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ MakeGiantPyro(client)
CreateTimer(0.0, Timer_Switch, client);
SetModel(client, GPYRO);

int iHealth = 2750;
RoboSetHealth(client, TFClass_, 2750, 1.5);

//PrintToChatAll("MaxHealth %i", MaxHealth);

Expand Down
2 changes: 1 addition & 1 deletion free_damage_grenades_demoman_LED.sp
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ MakeSolar(client)
CreateTimer(0.0, Timer_Switch, client);
SetModel(client, GDEKNIGHT);

int iHealth = 3000;
RoboSetHealth(client, TFClass_, 3000, 1.5);



Expand Down
2 changes: 1 addition & 1 deletion free_damage_grenades_demoman_dreysidel.sp
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ MakeToofty(client)
CreateTimer(0.0, Timer_Switch, client);
SetModel(client, GDEKNIGHT);

int iHealth = 3000;
RoboSetHealth(client, TFClass_, 3000, 1.5);



Expand Down
2 changes: 1 addition & 1 deletion free_damage_grenades_demoman_mortarmack.sp
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ MakeSolar(client)
CreateTimer(0.0, Timer_Switch, client);
SetModel(client, GDEKNIGHT);

int iHealth = 3000;
RoboSetHealth(client, TFClass_, 3000, 1.5);



Expand Down
2 changes: 1 addition & 1 deletion free_damage_grenades_demoman_raid.sp
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ MakeSolar(client)
CreateTimer(0.0, Timer_Switch, client);
SetModel(client, GDEKNIGHT);

int iHealth = 4500;
RoboSetHealth(client, TFClass_, 4500, 1.5);


float OverHealRate = 1.5;
Expand Down
2 changes: 1 addition & 1 deletion free_damage_grenades_demoman_solarlight.sp
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ MakeSolar(client)
CreateTimer(0.0, Timer_Switch, client);
SetModel(client, GDEKNIGHT);

int iHealth = 2000;
RoboSetHealth(client, TFClass_, 2000, 1.5);

float OverHealRate = 1.5;

Expand Down
2 changes: 1 addition & 1 deletion free_damage_hitscan_heavy_HiGPS.sp
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ MakeGDeflectorH(client)
}
CreateTimer(0.0, Timer_Switch, client);
SetModel(client, GDEFLECTORH);
int iHealth = 5000;
RoboSetHealth(client, TFClass_, 5000, 1.5);


float OverHealRate = 1.5;
Expand Down
2 changes: 1 addition & 1 deletion free_damage_hitscan_heavy_bigjoey.sp
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ MakeGDeflectorH(client)
}
CreateTimer(0.0, Timer_Switch, client);
SetModel(client, GDEFLECTORH);
int iHealth = 5000;
RoboSetHealth(client, TFClass_, 5000, 1.5);


// PrintToChatAll("MaxHealth %i", MaxHealth);
Expand Down
2 changes: 1 addition & 1 deletion free_damage_hitscan_heavy_riotcop.sp
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ MakeRiotcop(client)
}
CreateTimer(0.0, Timer_Switch, client);
SetModel(client, GDEFLECTORH);
int iHealth = 5000;
RoboSetHealth(client, TFClass_, 5000, 1.5);


SetEntPropFloat(client, Prop_Send, "m_flModelScale", 1.75);
Expand Down
2 changes: 1 addition & 1 deletion free_damage_hitscan_scout_b4nny.sp
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ MakeGiantscout(client)
CreateTimer(0.0, Timer_Switch, client);
SetModel(client, GSCOUT);

int iHealth = 1250;
RoboSetHealth(client, TFClass_, 1250, 1.5);



Expand Down
2 changes: 1 addition & 1 deletion free_damage_hitscan_scout_funke.sp
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ MakeGiantscout(client)
CreateTimer(0.0, Timer_Switch, client);
SetModel(client, GSCOUT);

int iHealth = 1250;
RoboSetHealth(client, TFClass_, 1250, 1.5);


SetEntPropFloat(client, Prop_Send, "m_flModelScale", 1.75);
Expand Down
2 changes: 1 addition & 1 deletion free_damage_hitscan_scout_mechaface.sp
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ MakeGiantscout(client)
CreateTimer(0.0, Timer_Switch, client);
SetModel(client, GSCOUT);

int iHealth = 1250;
RoboSetHealth(client, TFClass_, 1250, 1.5);



Expand Down
2 changes: 1 addition & 1 deletion free_damage_melee_demoman_roboknight.sp
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ MakeDemoKnight(client)
CreateTimer(0.0, Timer_Switch, client);
SetModel(client, GDEKNIGHT);

int iHealth = 2500;
RoboSetHealth(client, TFClass_, 2500, 1.5);


float OverHealRate = 1.5;
Expand Down
2 changes: 1 addition & 1 deletion free_damage_melee_pyro_centurion.sp
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ MakeGiantPyro(client)
CreateTimer(0.0, Timer_Switch, client);
SetModel(client, GPYRO);

int iHealth = 3250;
RoboSetHealth(client, TFClass_, 3250, 1.5);


SetEntPropFloat(client, Prop_Send, "m_flModelScale", 1.75);
Expand Down
2 changes: 1 addition & 1 deletion free_damage_melee_pyro_volcanyro.sp
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ MakeGiantPyro(client)
CreateTimer(0.0, Timer_Switch, client);
SetModel(client, GPYRO);

int iHealth = 2750;
RoboSetHealth(client, TFClass_, 2750, 1.5);


SetEntPropFloat(client, Prop_Send, "m_flModelScale", 1.75);
Expand Down
2 changes: 1 addition & 1 deletion free_damage_melee_sniper_fatmagic.sp
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ MakeSniper(client)
SetModel(client, ChangeDane);


int iHealth = 2250;
RoboSetHealth(client, TFClass_, 2250, 1.5);


SetEntPropFloat(client, Prop_Send, "m_flModelScale", 1.65);
Expand Down
2 changes: 1 addition & 1 deletion free_damage_rockets_soldier_bazookajoe.sp
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ MakeGiantSoldier(client)
CreateTimer(0.0, Timer_Switch, client);
SetModel(client, GSOLDIER);

int iHealth = 3800;
RoboSetHealth(client, TFClass_, 3800, 1.5);



Expand Down
2 changes: 1 addition & 1 deletion free_damage_rockets_soldier_dewill.sp
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ MakeGiantSoldier(client)
}
CreateTimer(0.0, Timer_Switch, client);
SetModel(client, GSOLDIER);
int iHealth = 3800;
RoboSetHealth(client, TFClass_, 3800, 1.5);

float OverHealRate = 1.5;

Expand Down
2 changes: 1 addition & 1 deletion free_damage_rockets_soldier_drgrordbot.sp
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ MakeGiantSoldier(client)
CreateTimer(0.0, Timer_Switch, client);
SetModel(client, GSOLDIER);

int iHealth = 3800;
RoboSetHealth(client, TFClass_, 3800, 1.5);
float OverHealRate = 1.5;


Expand Down
2 changes: 1 addition & 1 deletion free_damage_rockets_soldier_icebear.sp
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ MakeGiantSoldier(client)
CreateTimer(0.0, Timer_Switch, client);
SetModel(client, GSOLDIER);

int iHealth = 3800;
RoboSetHealth(client, TFClass_, 3800, 1.5);

float OverHealRate = 1.5;

Expand Down
2 changes: 1 addition & 1 deletion free_disruptor_demoman_SAM.sp
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ MakeDemoKnight(client)
CreateTimer(0.0, Timer_Switch, client);
SetModel(client, GDEKNIGHT);

int iHealth = 2175;
RoboSetHealth(client, TFClass_, 2175, 1.5);
float OverHealRate = 1.5;


Expand Down
2 changes: 1 addition & 1 deletion free_disruptor_demoman_toofty.sp
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ MakeToofty(client)
CreateTimer(0.0, Timer_Switch, client);
SetModel(client, GDEKNIGHT);

int iHealth = 1750;
RoboSetHealth(client, TFClass_, 1750, 1.5);



Expand Down
2 changes: 1 addition & 1 deletion free_disruptor_heavy_hoovy.sp
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ MakeGDeflectorH(client)
}
CreateTimer(0.0, Timer_Switch, client);
SetModel(client, GDEFLECTORH);
int iHealth = 3000;
RoboSetHealth(client, TFClass_, 3000, 1.5);


float OverHealRate = 1.5;
Expand Down
2 changes: 1 addition & 1 deletion free_disruptor_pyro_kristianma.sp
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ MakeGiantPyro(client)
CreateTimer(0.0, Timer_Switch, client);
SetModel(client, GPYRO);

int iHealth = 1750;
RoboSetHealth(client, TFClass_, 1750, 1.5);

float scale = 1.65;

Expand Down
2 changes: 1 addition & 1 deletion free_disruptor_soldier_elmaxo.sp
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ MakeGiantSoldier(client)
CreateTimer(0.0, Timer_Switch, client);
SetModel(client, GSOLDIER);

int iHealth = 2000;
RoboSetHealth(client, TFClass_, 2000, 1.5);

//PrintToChatAll("MaxHealth %i", MaxHealth);

Expand Down
2 changes: 1 addition & 1 deletion free_disruptor_soldier_tonetech.sp
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ MakeGiantSoldier(client)
CreateTimer(0.0, Timer_Switch, client);
SetModel(client, GSOLDIER);

int iHealth = 2000;
RoboSetHealth(client, TFClass_, 2000, 1.5);

//PrintToChatAll("MaxHealth %i", MaxHealth);

Expand Down
2 changes: 1 addition & 1 deletion free_engineer_barricade.sp
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ MakeUncleDane(client)
CreateTimer(0.0, Timer_Switch, client);
SetModel(client, ChangeDane);

int iHealth = 1250;
RoboSetHealth(client, TFClass_, 1250, 1.5);
float OverHealRate = 1.5;

float scale = 1.65;
Expand Down
2 changes: 1 addition & 1 deletion free_engineer_dane.sp
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ MakeUncleDane(client)
CreateTimer(0.0, Timer_Switch, client);
SetModel(client, ChangeDane);

int iHealth = 1250;
RoboSetHealth(client, TFClass_, 1250, 1.5);
float OverHealRate = 1.5;

float scale = 1.65;
Expand Down
2 changes: 1 addition & 1 deletion free_engineer_wranglerbill.sp
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ MakeBotSlinger(client)
SetModel(client, ChangeDane);


int iHealth = 1250;
RoboSetHealth(client, TFClass_, 1250, 1.5);


SetEntPropFloat(client, Prop_Send, "m_flModelScale", 1.65);
Expand Down
2 changes: 1 addition & 1 deletion free_engineer_zonical.sp
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ MakeUncleDane(client)
CreateTimer(0.0, Timer_Switch, client);
SetModel(client, ChangeDane);

int iHealth = 1250;
RoboSetHealth(client, TFClass_, 1250, 1.5);
float OverHealRate = 1.5;

float scale = 1.65;
Expand Down
2 changes: 1 addition & 1 deletion free_healer_medic_arrayseven.sp
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ MakeGiantMedic(client)
CreateTimer(0.0, Timer_Switch, client);
SetModel(client, GMEDIC);

int iHealth = 1500;
RoboSetHealth(client, TFClass_, 1500, 1.5);


SetEntPropFloat(client, Prop_Send, "m_flModelScale", 1.75);
Expand Down
2 changes: 1 addition & 1 deletion free_healer_medic_beskymin.sp
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ MakeGiantMedic(client)
SetModel(client, GMEDIC);


int iHealth = 1500;
RoboSetHealth(client, TFClass_, 1500, 1.5);



Expand Down
2 changes: 1 addition & 1 deletion free_healer_medic_sentro.sp
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ MakeGiantMedic(client)
SetModel(client, GMEDIC);


int iHealth = 1500;
RoboSetHealth(client, TFClass_, 1500, 1.5);


SetEntPropFloat(client, Prop_Send, "m_flModelScale", 1.75);
Expand Down
2 changes: 1 addition & 1 deletion free_healer_medic_theory-y.sp
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ MakeGiantMedic(client)
SetModel(client, GMEDIC);


int iHealth = 1500;
RoboSetHealth(client, TFClass_, 1500, 1.5);



Expand Down
2 changes: 1 addition & 1 deletion free_sniper_CarbineCassidy.sp
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ MakeSniper(client)
SetModel(client, ChangeDane);


int iHealth = 1500;
RoboSetHealth(client, TFClass_, 1500, 1.5);


SetEntPropFloat(client, Prop_Send, "m_flModelScale", 1.65);
Expand Down
Loading

0 comments on commit 04f0e0f

Please sign in to comment.