Thread: 900hp soldier
View Single Post
404UserNotFound
BANNED
Join Date: Dec 2011
Old 09-12-2019 , 21:56   Re: 900hp soldier
Reply With Quote #3

What the christ? Even if this is a joke, you did it poorly.


PHP Code:
if (TF2_GetPlayerClass(client) == TFClass_Soldier)
{
     
maxhealth 900;
}
return 
Plugin_Handled
Didn't need to be an array or even a globally defined integer, you're already limiting it to just Soldiers.

Last edited by 404UserNotFound; 09-12-2019 at 21:56.
404UserNotFound is offline