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

Cool hero suggestion


Post New Thread Reply   
 
Thread Tools Display Modes
MTS Steel DrAgoN
Veteran Member
Join Date: Jul 2004
Location: California
Old 08-31-2004 , 16:25   umm...
Reply With Quote #21

you dont need a new folder
i made it so all you have to do is put the folder in the cstrike folder....

DAMN i need to change that
MTS Steel DrAgoN is offline
Send a message via AIM to MTS Steel DrAgoN
moose
Senior Member
Join Date: Aug 2004
Location: New Jersey
Old 08-31-2004 , 16:26  
Reply With Quote #22

what do u mean, i put it in the amx/models/inuyasha folder...
moose is offline
Send a message via AIM to moose
MTS Steel DrAgoN
Veteran Member
Join Date: Jul 2004
Location: California
Old 08-31-2004 , 16:48   nooo
Reply With Quote #23

i did it wrong...i forgot some thing...but you cans till use it fine..if you put it into your server's cstrike folder
MTS Steel DrAgoN is offline
Send a message via AIM to MTS Steel DrAgoN
moose
Senior Member
Join Date: Aug 2004
Location: New Jersey
Old 08-31-2004 , 17:05  
Reply With Quote #24

um...k
moose is offline
Send a message via AIM to moose
moose
Senior Member
Join Date: Aug 2004
Location: New Jersey
Old 09-01-2004 , 00:21  
Reply With Quote #25

hey steel i'm sry and i dont wanna nag but u put in the forcepush sound but this is an auto power...

u didnt put it in as a binding power so he cn push people

// KEY DOWN
register_srvcmd("Inuyasha_kd", "Inuyasha_kd")
shRegKeyDown(gHeroName, "Inuyasha_kd")

you forgot to do keyup so it wont say its bind
moose is offline
Send a message via AIM to moose
MTS Steel DrAgoN
Veteran Member
Join Date: Jul 2004
Location: California
Old 09-01-2004 , 01:25   arg...
Reply With Quote #26

damn it

ill take more time on it..i will fix all errors
MTS Steel DrAgoN is offline
Send a message via AIM to MTS Steel DrAgoN
vittu
SuperHero Moderator
Join Date: Oct 2004
Location: L.A. County, CA
Old 09-01-2004 , 02:29  
Reply With Quote #27

Ahhh, I was looking for this... cause of mooses problems

moose wtf are you putting it in the amx folder for, the model should be in:
...cstrike\models\Inuyasha\v_knife.mdl

or if it's CZ like in your case it goes in:
...czero\models\Inuyasha\v_knife.mdl


btw change this:
Code:
public plugin_precache() 
{ 
  precache_model("Models/Inuyasha/v_knife.mdl") 
  precache_sound("Sound/Inuyasha/force_push.wav")  
return PLUGIN_CONTINUE 
}
should be:
Code:
public plugin_precache() 
{ 
  precache_model("models/Inuyasha/v_knife.mdl") 
  precache_sound("Inuyasha/force_push.wav")  
  return PLUGIN_CONTINUE 
}
and recompile
vittu is offline
Send a message via AIM to vittu Send a message via MSN to vittu Send a message via Yahoo to vittu
jtp10181
Veteran Member
Join Date: May 2004
Location: Madison, WI
Old 09-01-2004 , 06:50  
Reply With Quote #28

this is causing the problems I am guessing

Code:
public plugin_precache() 
{ 
  precache_model("Models/Inuyasha/v_knife.mdl") 
  precache_sound("Sound/Inuyasha/force_push.wav")  
return PLUGIN_CONTINUE 
}
please take notice that LINUX is a case sesitive OS so you cannot just capitolize whatever you feel when dealing with file paths and files.

the models and sound folder should be all lowercase.
__________________
jtp10181 is offline
Send a message via ICQ to jtp10181 Send a message via AIM to jtp10181 Send a message via MSN to jtp10181 Send a message via Yahoo to jtp10181
moose
Senior Member
Join Date: Aug 2004
Location: New Jersey
Old 09-01-2004 , 08:41  
Reply With Quote #29

well b4 i downloaded it he made an error and made me hav to put it in the czero folder...then he fixed it so i took it out and put it in the models folder...it appears its dependent on the czero folder AND the models folder since, when i delete it from czero it says
Mod_NumForName:Inuyasha/v_knife.mdl not found...

then when i delete it from models...

the server starts...it doesnt seem to me he made any chanes at all...and then when i switch to knife with inuyasha out, the server shuts down and says unable to precache models...models/Inuyasha/Inuyasha.mdl... i even tried putting inuyasha in both folders...i've been up all night with advarsary helping me, i dont know what to do.
moose is offline
Send a message via AIM to moose
jtp10181
Veteran Member
Join Date: May 2004
Location: Madison, WI
Old 09-01-2004 , 18:26  
Reply With Quote #30

if it says it can't precache "models/Inuyasha/Inuyasha.mdl" then the plugin was coded bad. because the model it does precache is a different filename.
__________________
jtp10181 is offline
Send a message via ICQ to jtp10181 Send a message via AIM to jtp10181 Send a message via MSN to jtp10181 Send a message via Yahoo to jtp10181
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 15:22.


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