Raised This Month: $ Target: $400
 0% 

change weapon reload/draw/etc sounds


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
nspiegl
Zero Posts
Join Date: May 2006
Location: australia
Old 05-01-2006 , 08:53   change weapon reload/draw/etc sounds
Reply With Quote #1

hi I am 13 years old and I noob at Scripting I would like to no how to change weapon reload/draw/etc sounds
nspiegl is offline
wouter
Senior Member
Join Date: Feb 2005
Location: Belgium
Old 05-01-2006 , 10:22  
Reply With Quote #2

thought that changing sounds was (allmost) imposible
wouter is offline
nspiegl
Zero Posts
Join Date: May 2006
Location: australia
Old 05-01-2006 , 10:35  
Reply With Quote #3

I thought that was only the the gun fire sounds but not the reload/draw sounds
nspiegl is offline
v3x
Veteran Member
Join Date: Oct 2004
Location: US
Old 05-01-2006 , 15:47  
Reply With Quote #4

I believe this is how you set weapon animations, correct me if I'm wrong:
Code:
public client_PreThink(id) {   if(!is_user_alive(id))     return PLUGIN_CONTINUE;   if(get_user_button(id) & IN_ATTACK) // if the player is holding the firing button   {     entity_set_int(id , EV_INT_gaitsequence , 4); // let the other players see the animation     entity_set_int(id , EV_INT_weaponanim , 4); // let yourself see the animations in first-person-view   }   return PLUGIN_CONTINUE; }
You'll have to replace 4 with the sequence #. Google "Jed's HLMV", download it, then open the model with it and grab the sequence #.

And yes, it's impossible to change the any weapon sounds aside from the knife.
__________________
What am I doing these days? Well, I run my own Rust server. It's heavily modded. If you'd like to join, the ip is 167.114.101.67:28116

I also created a website called Rust Tools. It will calculate and tell you the raw amounts of resources needed to craft items.
v3x is offline
nspiegl
Zero Posts
Join Date: May 2006
Location: australia
Old 05-02-2006 , 02:12  
Reply With Quote #5

so you can not change any sound of weapons
nspiegl is offline
v3x
Veteran Member
Join Date: Oct 2004
Location: US
Old 05-02-2006 , 02:15  
Reply With Quote #6

Nope. Only the knife
__________________
What am I doing these days? Well, I run my own Rust server. It's heavily modded. If you'd like to join, the ip is 167.114.101.67:28116

I also created a website called Rust Tools. It will calculate and tell you the raw amounts of resources needed to craft items.
v3x is offline
nspiegl
Zero Posts
Join Date: May 2006
Location: australia
Old 05-02-2006 , 02:18  
Reply With Quote #7

this server I no of has replaced weapons sounds and using AMXX

this is the server ip 64.21.174.240:27015
nspiegl is offline
nspiegl
Zero Posts
Join Date: May 2006
Location: australia
Old 05-02-2006 , 02:21  
Reply With Quote #8

can you maby check it out its a counter strike condition zero server and the IP is 64.21.174.240:27015
nspiegl is offline
v3x
Veteran Member
Join Date: Oct 2004
Location: US
Old 05-02-2006 , 02:22  
Reply With Quote #9

Yeah, hold on.
__________________
What am I doing these days? Well, I run my own Rust server. It's heavily modded. If you'd like to join, the ip is 167.114.101.67:28116

I also created a website called Rust Tools. It will calculate and tell you the raw amounts of resources needed to craft items.
v3x is offline
nspiegl
Zero Posts
Join Date: May 2006
Location: australia
Old 05-02-2006 , 02:25  
Reply With Quote #10

thanks allot for doing this for me
nspiegl 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 05:26.


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