Raised This Month: $51 Target: $400
 12% 

[ANY] Resize Players - 1.5.1 - 2014/11/20


Post New Thread Reply   
 
Thread Tools Display Modes
K o T
Senior Member
Join Date: Jan 2011
Old 08-12-2013 , 14:21   Re: [ANY] Resize Players - 1.4.0 - 28/06/2013
Reply With Quote #401

Quote:
L 08/12/2013 - 21:18:22: SourceMod error session started
L 08/12/2013 - 21:18:22: Info (map "mvm_ghost_town") (file "errors_20130812.log")
L 08/12/2013 - 21:18:22: [SM] Plugin encountered error 11: Invalid memory access
L 08/12/2013 - 21:18:22: [SM] Displaying call stack trace for plugin "ResizePlayers.smx":
L 08/12/2013 - 21:18:22: [SM] [0] Line 371, C:\servera\[TF2]\tf\addons\sourcemod\scripting\ResizePlayers. sp:arseStringToMenu()
L 08/12/2013 - 21:18:22: [SM] [1] Line 351, C:\servera\[TF2]\tf\addons\sourcemod\scripting\ResizePlayers. sp::BuildMenus()
L 08/12/2013 - 21:18:22: [SM] [2] Line 218, C:\servera\[TF2]\tf\addons\sourcemod\scripting\ResizePlayers. sp::OnConfigsExecuted()
http://i50.fastpic.ru/big/2013/0812/...20b96a1491.png

(Version "1.6.0-dev+4004")

Last edited by K o T; 08-12-2013 at 14:22.
K o T is offline
11530
Veteran Member
Join Date: Sep 2011
Location: Underworld
Old 08-12-2013 , 23:30   Re: [ANY] Resize Players - 1.4.0 - 28/06/2013
Reply With Quote #402

@K o T: What's the value of your sm_resize_menuitems and sm_resize_headmenuitems ConVars?
__________________
11530 is offline
K o T
Senior Member
Join Date: Jan 2011
Old 08-13-2013 , 06:03   Re: [ANY] Resize Players - 1.4.0 - 28/06/2013
Reply With Quote #403

Quote:
sm_resize_menuitems", "0.1, Smallest; 0.25, Smaller; 0.50, Small; 1.00, Normal; 1.25, Large; 1.50, Larger; 2.00, Largest"
"sm_resize_headmenuitems", "0.50, Smallest; 0.75, Small; 1.00, Normal; 2.00, Large; 3.00, Largest"
I doing not change something all on Default

Automated Snapshots sourcemod 1.6.0-hg4004
K o T is offline
AeroAcrobat
AlliedModders Donor
Join Date: Apr 2011
Location: lives in a circus
Old 08-13-2013 , 07:16   Re: [ANY] Resize Players - 1.4.0 - 28/06/2013
Reply With Quote #404

Quote:
Originally Posted by K o T View Post
I doing not change something all on Default

Automated Snapshots sourcemod 1.6.0-hg4004
I'd use SM 1.5 instead of 1.6

The code you've posted was probably wrong. This should go:
Code:
"sm_resize_menuitems" "0.1, Smallest; 0.25, Smaller; 0.50, Small; 1.00, Normal; 1.25, Large; 1.50, Larger; 2.00, Largest"
"sm_resize_headmenuitems" "0.50, Smallest; 0.75, Small; 1.00, Normal; 2.00, Large; 3.00, Largest"
__________________

Last edited by AeroAcrobat; 08-13-2013 at 07:17.
AeroAcrobat is offline
K o T
Senior Member
Join Date: Jan 2011
Old 08-13-2013 , 09:15  
Reply With Quote #405

Quote:
Originally Posted by AeroAcrobat View Post
I'd use SM 1.5 instead of 1.6

The code you've posted was probably wrong. This should go:
Code:
"sm_resize_menuitems" "0.1, Smallest; 0.25, Smaller; 0.50, Small; 1.00, Normal; 1.25, Large; 1.50, Larger; 2.00, Largest"
"sm_resize_headmenuitems" "0.50, Smallest; 0.75, Small; 1.00, Normal; 2.00, Large; 3.00, Largest"
It Unhumorous.
all too most as at me

SourceMod 1.6.0-hg3958 worked
SourceMod 1.6.0-hg4004 not work
in vain updating making

Last edited by thetwistedpanda; 08-13-2013 at 12:33.
K o T is offline
11530
Veteran Member
Join Date: Sep 2011
Location: Underworld
Old 08-13-2013 , 10:59   Re: [ANY] Resize Players - 1.4.0 - 28/06/2013
Reply With Quote #406

Like AeroAcrobat said, try 1.5.0 not 1.6.0.
__________________
11530 is offline
K o T
Senior Member
Join Date: Jan 2011
Old 08-13-2013 , 11:47   Re: [ANY] Resize Players - 1.4.0 - 28/06/2013
Reply With Quote #407

It are sad
K o T is offline
KiR
Senior Member
Join Date: Nov 2011
Old 08-14-2013 , 05:51   Re: [ANY] Resize Players - 1.4.0 - 28/06/2013
Reply With Quote #408

How to prevent a very small body size?

"0.10", "Smallest (10%)
"0.25", "Smaller (25%)
"0.50", "Small (50%)


thanks
KiR is offline
AeroAcrobat
AlliedModders Donor
Join Date: Apr 2011
Location: lives in a circus
Old 08-14-2013 , 07:24   Re: [ANY] Resize Players - 1.4.0 - 28/06/2013
Reply With Quote #409

Quote:
Originally Posted by KiR View Post
How to prevent a very small body size?

"0.10", "Smallest (10%)
"0.25", "Smaller (25%)
"0.50", "Small (50%)


thanks
Code:
"sm_resize_bounds" "0.1, 3.0" // min. 0.1 and max. 3.0 - Lower (optional) and upper bounds for resizing, separated with a comma.
"sm_resize_menuitems" "0.1, Smallest; 0.25, Smaller; 0.50, Small; 1.00, Normal; 1.25, Large; 1.50, Larger; 2.00, Largest"
Simply edit what you'd like to have as min. and max.
and the resize options in the menu.
__________________
AeroAcrobat is offline
babaj
Member
Join Date: Sep 2011
Old 09-02-2013 , 03:46   Re: [ANY] Resize Players - 1.4.0 - 28/06/2013
Reply With Quote #410

Team Fortress 2
MetaMod:Source v1.10.0-devV, SourceMod v1.6.0-dev+3971

Compile Error:

Quote:
L 08/12/2013 - 21:18:22: [SM] Plugin encountered error 11: Invalid memory access
L 08/12/2013 - 21:18:22: [SM] Displaying call stack trace for plugin "ResizePlayers.smx":
L 08/12/2013 - 21:18:22: [SM] [0] Line 371, C:\servera\[TF2]\tf\addons\sourcemod\scripting\ResizePlayers. sp:arseStringToMenu()
L 08/12/2013 - 21:18:22: [SM] [1] Line 351, C:\servera\[TF2]\tf\addons\sourcemod\scripting\ResizePlayers. sp::BuildMenus()
L 08/12/2013 - 21:18:22: [SM] [2] Line 218, C:\servera\[TF2]\tf\addons\sourcemod\scripting\ResizePlayers. sp::OnConfigsExecuted()

fix plz
babaj 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 04:36.


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