Thread: [Solved] [TF2] Inverted Speed Boost?
View Single Post
ShadowMarioBR
Member
Join Date: Feb 2018
Old 05-15-2018 , 14:38   Re: [TF2] Inverted Speed Boost?
Reply With Quote #7

Quote:
public Action Timer_SpeedDecrease(client, Handle:timer)
{
TF2Attrib_RemoveByName(client, "move speed penalty");
TF2_AddCondition(client, TFCond_SpeedBuffAlly, 0.01);
KillTimer(SpeedDecrease[client]);
return Plugin_Continue;
}
ShadowMarioBR is offline