Raised This Month: $ Target: $400
 0% 

[TF2] Resize Heads! (1.1.1) [1/18/2013]


Post New Thread Reply   
 
Thread Tools Display Modes
Inflikted
SourceMod Donor
Join Date: Jan 2009
Old 11-03-2012 , 09:36   Re: [TF2] Resize Heads! (1.1) [10/28/2012]
Reply With Quote #31

question does the hitbox of the player head scale when you make the head bigger, or the hitbox itself remains the same?
Inflikted is offline
Horsedick
AlliedModders Donor
Join Date: Sep 2011
Old 11-03-2012 , 15:20   Re: [TF2] Resize Heads! (1.1) [10/28/2012]
Reply With Quote #32

Quote:
Originally Posted by Inflikted View Post
question does the hitbox of the player head scale when you make the head bigger, or the hitbox itself remains the same?

its likely the same size as in the hitbox never changes.
Horsedick is offline
Chaosxk
Veteran Member
Join Date: Aug 2010
Location: Westeros
Old 11-03-2012 , 16:40   Re: [TF2] Resize Heads! (1.1) [10/28/2012]
Reply With Quote #33

Quote:
Originally Posted by ragnarox13 View Post
Sry may i know how to do that? by the way i tried to use the command but there doesnt seems to be any effect (the plugin is enabled and no error message appears)
http://wiki.alliedmods.net/Overridin...ess_(SourceMod)

Check if you have it enabled with sm_resizehead_enabled
__________________
Chaosxk is offline
Sreaper
髪を用心
Join Date: Nov 2009
Old 11-03-2012 , 23:47   Re: [TF2] Resize Heads! (1.1) [10/28/2012]
Reply With Quote #34

Is there any way i'm able to limit sm_resizemyhead to 1-3? I don't want players to have a head smaller than 1.

Last edited by Sreaper; 11-03-2012 at 23:50.
Sreaper is offline
Chaosxk
Veteran Member
Join Date: Aug 2010
Location: Westeros
Old 11-04-2012 , 00:39   Re: [TF2] Resize Heads! (1.1) [10/28/2012]
Reply With Quote #35

Look for this line

Quote:
if(scale <= 0.0) scale = 0.1;
if(scale > 3.0) scale = 3.0;
And change it to

Quote:
if(scale <= 1.0) scale = 1.0;
if(scale > 3.0) scale = 3.0;
__________________
Chaosxk is offline
Sreaper
髪を用心
Join Date: Nov 2009
Old 11-04-2012 , 01:04   Re: [TF2] Resize Heads! (1.1) [10/28/2012]
Reply With Quote #36

Thank you!
Sreaper is offline
ReFlexPoison
☠☠☠
Join Date: Jul 2011
Location: ☠☠☠
Old 11-04-2012 , 01:29   Re: [TF2] Resize Heads! (1.1) [10/28/2012]
Reply With Quote #37

Quote:
Originally Posted by Chaosxk View Post
Look for this line



And change it to
CVar time!
ReFlexPoison is offline
pTu
Senior Member
Join Date: Nov 2010
Location: Poland
Old 11-07-2012 , 18:05   Re: [TF2] Resize Heads! (1.1) [10/28/2012]
Reply With Quote #38

I have a question, how Can I incude sm_resizehead via rcon?

I try:
sm_rcon sm_resizehead pTu 3 //none
sm_rcon say /resizehead pTu 3 //say on chat /resizehead pTu 3
sm_rcon say "/resizehead pTu 3"//say on chat "/resizehead pTu 3"
pTu is offline
MasterOfTheXP
Veteran Member
Join Date: Aug 2011
Location: Cloudbank
Old 11-07-2012 , 18:09   Re: [TF2] Resize Heads! (1.1) [10/28/2012]
Reply With Quote #39

Quote:
Originally Posted by pTu View Post
I have a question, how Can I incude sm_resizehead via rcon?
sm_rcon sm_resizehead pTu 3 is the correct one. If that doesn't work, check the logs, see if you get any errors, somehow.
Never script any command usage using the say command unless you absolutely need to, for some reason.
Also,
if you have rcon access, shouldn't you already have access to sm_resizehead?
WAAAIT A SECOND.
PHP Code:
public Action:ResizeHead(clientargs)
{
    if(!
Enabled || !IsValidClient(client)) return Plugin_Continue
0 (Console) isn't a valid client, therefore you can't use sm_resizehead from rcon.
__________________
Plugins / My Steam / TF2 Sandbox (plugin beta testing!)

Last edited by MasterOfTheXP; 11-07-2012 at 18:27.
MasterOfTheXP is offline
pTu
Senior Member
Join Date: Nov 2010
Location: Poland
Old 11-07-2012 , 18:31   Re: [TF2] Resize Heads! (1.1) [10/28/2012]
Reply With Quote #40

OK thanks, I edit leter plugin and upload to my server. I need use this command via rcon in trigger plugin.
pTu is offline
Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 12:06.


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