This site is a testing version, but all data is shared with the live forum.


Raised This Month: $ Target: $400
 0% 

Player Model 2.13c


Post New Thread Reply   
 
Thread Tools Display Modes
Skyrider
AMX Mod X Beta Tester
Join Date: May 2005
Location: Netherlands
Old 05-25-2007 , 09:14   Re: Player Model 2.13b
Reply With Quote #311

Is it possible to use FastDL with the custom models? I've tried, but the client still downloads the models from the server.
__________________
Skyrider is offline
Send a message via AIM to Skyrider Send a message via MSN to Skyrider Send a message via Yahoo to Skyrider
vvg125
AMX Mod X Beta Tester
Join Date: Dec 2006
Location: Queens (Douglaston), New
Old 05-25-2007 , 09:19   Re: Player Model 2.13b
Reply With Quote #312

Yes, it is. That's what I do.
__________________
vvg125 is offline
Send a message via AIM to vvg125 Send a message via MSN to vvg125 Send a message via Yahoo to vvg125
Skyrider
AMX Mod X Beta Tester
Join Date: May 2005
Location: Netherlands
Old 05-25-2007 , 15:04   Re: Player Model 2.13b
Reply With Quote #313

kk, thanks! It's a big shame that this plugin crashes on The Specialists.
__________________
Skyrider is offline
Send a message via AIM to Skyrider Send a message via MSN to Skyrider Send a message via Yahoo to Skyrider
vvg125
AMX Mod X Beta Tester
Join Date: Dec 2006
Location: Queens (Douglaston), New
Old 05-26-2007 , 16:03   Re: Player Model 2.13b
Reply With Quote #314

Actually I think the fact that you're running the CStrike module on a TS server is what's crashing it... not the plugin itself.
__________________
vvg125 is offline
Send a message via AIM to vvg125 Send a message via MSN to vvg125 Send a message via Yahoo to vvg125
Skyrider
AMX Mod X Beta Tester
Join Date: May 2005
Location: Netherlands
Old 05-26-2007 , 21:27   Re: Player Model 2.13b
Reply With Quote #315

Quote:
Originally Posted by vvg125 View Post
Actually I think the fact that you're running the CStrike module on a TS server is what's crashing it... not the plugin itself.
That's what I meant, sorry . I wonder why some of the CS stuff won't be converted to the core of amxx.
__________________
Skyrider is offline
Send a message via AIM to Skyrider Send a message via MSN to Skyrider Send a message via Yahoo to Skyrider
regalis
Veteran Member
Join Date: Jan 2007
Location: F*cking Germany
Old 05-27-2007 , 05:43   Re: Player Model 2.13b
Reply With Quote #316

For TS you should PM twilight suzuka and ask for a convertion of cs_set_user_model() and cs_get_user_model()
Maybe she does the convertion...then it would be possible to convert this plugin to TS.
Now there seems to be no such function for TS
Or maybe anyone have an idea how to change a playermodel with fakemeta!?
I'll post this question in Scripting help...maybe some of the guys who memorize the whole HL-SDK have an idea..0o

greetz regalis
__________________
regalis is offline
Newbie_Tinkz
Member
Join Date: Dec 2006
Location: Singapore
Old 06-02-2007 , 02:02   Re: Player Model 2.13b
Reply With Quote #317

Hey, this is a great plugin. It works perfectly fine on my fun server but not in my regular maps server. I did everything right, I copied my models.ini over to my regular map server and the plugin installed as default and the pathway for the models is the same exactly as my fun server, being activated in the plugin.ini file. But I have this error
models/player/admin_ct/admin_ct.mdl not found <--- this is not my custom model <---- this is not my custom model name. <-- this error kept crashing my server. Anyone could help?
The model name appears
[4] "STEAM_0:1:XXXXXX" "now_terror" "now_gign" <-- inside the models.ini
and the model pathway in my server is
cstrike/models/player/now_terror/now_terror.mdl
cstrike/models/player/now_gign/now_gign.mdl

I just don't get it what is the admin_ct model error coming out from the console?

And assuming the plugins works fine in my funmap server and not in my regular map server?
Newbie_Tinkz is offline
meowjohn
Junior Member
Join Date: May 2006
Old 06-02-2007 , 10:07   Re: Player Model 2.13b
Reply With Quote #318

Quote:
Originally Posted by commonbullet View Post
Change line 83,
Code:
#define MAX_MODELS 64
to a more appropriate number for your server.
I see..thank you!
meowjohn is offline
BACARRA
Senior Member
Join Date: Mar 2005
Old 06-13-2007 , 11:45   Re: Player Model 2.13b
Reply With Quote #319

i get this error


Code:
L 06/13/2007 - 06:11:14: Start of error session.
L 06/13/2007 - 06:11:14: Info (map "de_aztec_cz") (logfile "error_061307.log")
L 06/13/2007 - 06:11:14: [CSTRIKE] Invalid player 18
L 06/13/2007 - 06:11:14: [AMXX] Displaying debug trace (plugin "playermodel.amxx")
L 06/13/2007 - 06:11:14: [AMXX] Run time error 10: native error (native "cs_get_user_model")
L 06/13/2007 - 06:11:14: [AMXX]    [0] playermodel.sma::set_players_models (line 1281)
L 06/13/2007 - 11:17:57: Start of error session.
L 06/13/2007 - 11:17:57: Info (map "de_dust2_cz") (logfile "error_061307.log")
L 06/13/2007 - 11:17:57: [CSTRIKE] Invalid player 17
L 06/13/2007 - 11:17:57: [AMXX] Displaying debug trace (plugin "playermodel.amxx")
L 06/13/2007 - 11:17:57: [AMXX] Run time error 10: native error (native "cs_get_user_model")
L 06/13/2007 - 11:17:57: [AMXX]    [0] playermodel.sma::set_players_models (line 1281)
L 06/13/2007 - 11:20:47: [CSTRIKE] Invalid player 17
L 06/13/2007 - 11:20:47: [AMXX] Displaying debug trace (plugin "playermodel.amxx")
L 06/13/2007 - 11:20:47: [AMXX] Run time error 10: native error (native "cs_get_user_model")
L 06/13/2007 - 11:20:47: [AMXX]    [0] playermodel.sma::set_players_models (line 1281)
BACARRA is offline
vtsoxluvr
Member
Join Date: Apr 2006
Old 06-13-2007 , 19:55   Re: Player Model 2.13b
Reply With Quote #320

can someone please port this to DoD, thanx in advance to anyone who does
vtsoxluvr 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 21:30.


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