Raised This Month: $ Target: $400
 0% 

Hostage Down! ( Radio )


Post New Thread Reply   
 
Thread Tools Display Modes
v3x
Veteran Member
Join Date: Oct 2004
Location: US
Old 07-15-2005 , 06:02  
Reply With Quote #11

Quote:
Originally Posted by obbin
dozent work
Yea, I figured it wouldn't. ( No, we're not referring to the actual plugin itself! )

Just leave it as is.
__________________
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
Obbin
Senior Member
Join Date: Mar 2005
Location: 192.168.1.3
Old 07-15-2005 , 12:47  
Reply With Quote #12

Please, v3x can you work little on the plugin so it will work both teams and the name before
Obbin is offline
VanillA Ice
Senior Member
Join Date: Apr 2005
Old 07-15-2005 , 13:22  
Reply With Quote #13

couldnt you just use some code from a plugin like ATAC and edit it for hostages...?
__________________
I can no longer help here......school has started... :/ goodbye everybody :'(
VanillA Ice is offline
Send a message via MSN to VanillA Ice Send a message via Yahoo to VanillA Ice
Blitz
Senior Member
Join Date: Jul 2005
Location: Google
Old 07-16-2005 , 05:14  
Reply With Quote #14

How many plugins have you made?
Man, awesome plugin.
Simple, yet useful.
__________________
[img]http://img268.**************/img268/7071/blitz4ek.jpg[/img]

In the beginning, God created the search button.
Blitz is offline
v3x
Veteran Member
Join Date: Oct 2004
Location: US
Old 07-16-2005 , 05:46  
Reply With Quote #15

Quote:
Originally Posted by Blitz
How many plugins have you made?
Man, awesome plugin.
Simple, yet useful.
Probably a dozen+ that I've released. Yep, it is a very simple plugin, one of my favorites that I've made.

+1 karma for you for the nice comment

GHW AMXX Website coding is currently being worked on ( by me ) !
__________________
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
Obbin
Senior Member
Join Date: Mar 2005
Location: 192.168.1.3
Old 07-16-2005 , 06:10  
Reply With Quote #16

I dunno mutch about scripting but ATAC code seems to work sorta well for this!
Obbin is offline
Johnny got his gun
Veteran Member
Join Date: Jan 2004
Location: Tokyo
Old 07-16-2005 , 07:10  
Reply With Quote #17

Code:
client_print(aPlayers[i],3,"(RADIO): Hostage down!")
Should be written:
Code:
client_print(aPlayers[i], print_chat, "(RADIO): Hostage down!")
Johnny got his gun is offline
v3x
Veteran Member
Join Date: Oct 2004
Location: US
Old 07-16-2005 , 08:06  
Reply With Quote #18

I always do that.. Anywho, I updated it with that.
__________________
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
Obbin
Senior Member
Join Date: Mar 2005
Location: 192.168.1.3
Old 07-19-2005 , 01:02  
Reply With Quote #19

I think i solved it width the name
Code:
public host_killed(id) {     new aPlayers[32],iNum,i     get_players(aPlayers,iNum,"ce","CT")     new name[32]     get_user_name(id,name,31)     for( i=0; i<=iNum; i++)     {         if(!is_user_connected(aPlayers[i])) continue         client_cmd(aPlayers[i],"spk %s",g_szSoundFile)         client_print(aPlayers[i],print_chat,"%s (RADIO): Hostage down!",name)     }         return PLUGIN_CONTINUE }

dunno if that shows the same name for all or if every player sees hes own name, onley tested it alone, let me know if it works!
Obbin is offline
D_Hawk
Veteran Member
Join Date: Apr 2005
Location: No
Old 07-19-2005 , 06:00  
Reply With Quote #20

Any chance you could make a cvar that tells who would hear it?

I want everyone to hear, so you could make a cvar like "amx_hostagedown" 0 / 1 / 2 /3

0 = No one hears it / off
1 = CTs
2 = Ts
3 = everyone

Or something like that.
__________________
User has abandoned this account.
D_Hawk is offline
Send a message via ICQ to D_Hawk Send a message via AIM to D_Hawk Send a message via MSN to D_Hawk Send a message via Yahoo to D_Hawk
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 00:28.


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