Raised This Month: $ Target: $400
 0% 

Model Changer Isn't Working


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
Author Message
Dizzy
Veteran Member
Join Date: Jun 2004
Location: Massachusetts
Old 05-29-2005 , 16:56   Model Changer Isn't Working
Reply With Quote #1

Hey, I got a plugin

Code:
#pragma tabsize 0 #include <amxmodx> #include <cstrike> #include <amxmisc> public plugin_init() {     register_plugin("Knife","1.0","Dizzy")     register_event("ResetHUD","newround","be") } public newround(id) {     cs_set_user_model(id, "p_knife15.mdl")     cs_set_user_model(id, "v_knife15.mdl")     cs_set_user_model(id, "w_knife15.mdl") } public plugin_precache() {     precache_model("p_knife15.mdl")     precache_model("v_knife15.mdl")     precache_model("w_knife15.mdl") }

Now, I Have The Models For The Server in

cstrike folder Not The models folder

And It makes you download the , etc.

It won't precache them fro you to see them.

it's a 1.5 knife model.

I am wondering if it is making them a player model and I'm a floating knife or something

Please Help me!

And
__________________
My Plugins

Purchase Mod - Stable
Type Sounds - Stable
Monster Spawner - Stable
Nade Giver - Maintenance
Dizzy is offline
Send a message via AIM to Dizzy
 


Thread Tools
Display Modes

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 16:38.


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