View Single Post
klaus65
Member
Join Date: Feb 2011
Old 09-11-2013 , 15:49   Re: [CS:GO] Need help scripting!
Reply With Quote #8

Please dont answer: "Try it" because I cant right now!
Can I do this to heal whole team? this is part from shopmenu:
Quote:
if(IsClientConnected() && IsPlayerAlive() && GetClientTeam() = GetClientTeam(id))
{
new healed_hp = (maximum_health_player[]-GetClientHealth() <=50)
SetEntityHealth(entity, GetClientHealth()+healed_hp);
}
Thanks!

Last edited by klaus65; 09-11-2013 at 15:49.
klaus65 is offline