AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Plugins (https://forums.alliedmods.net/forumdisplay.php?f=108)
-   -   900hp soldier (https://forums.alliedmods.net/showthread.php?t=318352)

garys 08-26-2019 05:24

900hp soldier
 
2 Attachment(s)
just move the .smx file to \ addons \ sourcemod \ plugins and the soldier will have 900 hp

SpookyToad 09-12-2019 04:29

Re: 900hp soldier
 
Why

404UserNotFound 09-12-2019 21:56

Re: 900hp soldier
 
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.


All times are GMT -4. The time now is 23:02.

Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.