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

Chucky (LiToViEtBoI / vittu)


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
Chivas2973
Veteran Member
Join Date: Mar 2004
Location: Wisconsin
Old 07-21-2004 , 18:44   Chucky (LiToViEtBoI / vittu)
Reply With Quote #1

Chucky v1.4

Description
Voodoo Powers - Rise again from the dead. Get a Bloody Knife that does more damage, which you are faster with.



http://en.wikipedia.org/wiki/Charles_Lee_Ray

shconfig.cfg CVARS
Code:
//Chucky
chucky_level 10
chucky_cooldown 600      // ammount of time before next available respawn
chucky_knifemult 2.5    // ammount mutiplied to damage when knifing
chucky_knifespeed 720    // user speed when knife is out
Attached Thumbnails
Click image for larger version

Name:	chucky_knife.jpg
Views:	5381
Size:	55.1 KB
ID:	8522  
Attached Files
File Type: sma Get Plugin or Get Source (sh_chucky.sma - 24005 views - 10.1 KB)
File Type: zip sh_chucky_required_files.zip (96.8 KB, 17243 views)

Last edited by vittu; 12-28-2006 at 01:16.
Chivas2973 is offline
myrkul_8
New Member
Join Date: Dec 2004
Old 12-21-2004 , 12:56  
Reply With Quote #2

OMG NOOOOO
My favourite horror monster dosnt work with AMXX 1.0

I downloaded the file and I saw it was for AMX so I looked in the SMA file and everything should be fine...

Minor stuff I changed in the SMA file ->

Code:
public plugin_precache()
{
   precache_model("models/knife/v_knife.mdl")
   precache_model("models/knife/v_knife_r.mdl")
   return PLUGIN_CONTINUE
}

to ->

public plugin_precache()
{
   precache_model("models/shero/chucky_v_knife.mdl")
   precache_model("models/shero/chucky_v_knife_r.mdl")
   return PLUGIN_CONTINUE
}
and

Code:
public knife(id) { 
  if ( !is_user_alive(id) ) return PLUGIN_CONTINUE 
  // Weapon Model change thanks to [CCC]Taz-Devil
  Entvars_Set_String(id, EV_SZ_viewmodel, "models/knife/v_knife.mdl") 
  Entvars_Set_String(id, EV_SZ_viewmodel, "models/knife/v_knife_r.mdl") 
  new iCurrent 
  iCurrent = FindEntity(-1,"weapon_knife") 
  while(iCurrent != -1) { 
    iCurrent = FindEntity(iCurrent,"weapon_knife") 
   } 
  return PLUGIN_HANDLED
} 

to ->

public knife(id) { 
  if ( !is_user_alive(id) ) return PLUGIN_CONTINUE 
  // Weapon Model change thanks to [CCC]Taz-Devil
  Entvars_Set_String(id, EV_SZ_viewmodel, "models/shero/chucky_v_knife.mdl") 
  Entvars_Set_String(id, EV_SZ_viewmodel, "models/shero/chucky_v_knife_r.mdl") 
  new iCurrent 
  iCurrent = FindEntity(-1,"weapon_knife") 
  while(iCurrent != -1) { 
    iCurrent = FindEntity(iCurrent,"weapon_knife") 
   } 
  return PLUGIN_HANDLED
}

I also changed the default level but that should be no problem...
It compiles without any errors but when I use it on the server it cant load the plugin...

It says the error with the loadin stuff in console...


Any suggestions or help?

PLEASE


Oh I also tried to change this

#include <amxmod.inc>
#include <xtrafun>
#include <superheromod.inc>
#include <Vexd_Utilities>

to ->

#include <amxmod>
#include <xtrafun>
#include <superheromod>
#include <Vexd_Utilities>

without the ".inc"

But that didnt change anything at all



Addon: And no im not a newbie or a complete morron I know where to put files and stuff...
myrkul_8 is offline
jtp10181
Veteran Member
Join Date: May 2004
Location: Madison, WI
Old 12-21-2004 , 20:24  
Reply With Quote #3

this hero hasn't been ported to amxx, so...... dont expect it to work.
__________________
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
myrkul_8
New Member
Join Date: Dec 2004
Old 12-22-2004 , 07:46  
Reply With Quote #4

Do u know somebody that can? Cause I would die for this hero


Edit: LOL Sorry for the trouble... Rofl I just saw what was wrong... In the plugins.ini I forgot to add .amxx at the of the plugin! LOL! Anyway SoZ!
myrkul_8 is offline
Tibi
New Member
Join Date: Jan 2005
Location: Hell
Old 01-21-2005 , 22:56   Cant get it to work
Reply With Quote #5

Ah! I can't get Chucky to work. I have the newest AMX mod could someone please tell me why it isnt working? I have done everythinng
__________________
Tibah!
Tibi is offline
Send a message via AIM to Tibi
missionhcky09
Member
Join Date: Dec 2004
Old 01-21-2005 , 23:46  
Reply With Quote #6

do u have any errors come up?
did u put the sma in examples and the .amx in yur plugins
__________________
[]v[] [] $$ [] () |\| []-[] ( |< Y
i am using amx 9.8 and sh_1.17.6
Superheromod Dust 45+ heroes
68.5.132.98:27015
missionhcky09 is offline
Send a message via AIM to missionhcky09
bLiNd
Veteran Member
Join Date: Mar 2005
Old 01-23-2005 , 01:57  
Reply With Quote #7

ive done both of those and i still get this error

Code:
        name              version  author              file         status  jit 
 [ 47] unknown            unknown  unknown        sh_chucky.amx    bad load  -
bLiNd is offline
jtp10181
Veteran Member
Join Date: May 2004
Location: Madison, WI
Old 01-23-2005 , 09:42  
Reply With Quote #8

this hero is for AMX, not AMXX....
__________________
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
just some guy88
New Member
Join Date: Jan 2005
Old 01-25-2005 , 18:37  
Reply With Quote #9

yea where do i put the models for this and morpheus?
PLZ HELP!!!
__________________
8-)
I am 47% addicted to Counterstrike. What about you?
just some guy88 is offline
Send a message via AIM to just some guy88
LUNCHBOX!!!
Senior Member
Join Date: Nov 2004
Location: In a lunchbox!!!
Old 01-26-2005 , 10:55  
Reply With Quote #10

This has been descused many times..
steam/steamapps/e-mail/dedicated server/cstrike(czero)/models
__________________
Fly..or something
Retierd!
LUNCHBOX!!! is offline
Reply


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 05:14.


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