AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Approved Plugins (https://forums.alliedmods.net/forumdisplay.php?f=8)
-   -   Auto Taunts * v1.3 update * (https://forums.alliedmods.net/showthread.php?t=20010)

commonbullet 10-30-2005 12:53

Auto Taunts * v1.3 update *
 
3 Attachment(s)
Update 1.3
-Included new friendly fire taunts
-updated sounds

This is my first plugin – it’s not that useful but what the hell :)

The name is self explanatory, it plays some funny taunts when someone gets killed. that type of stuff that sounds better when spoken by a script. :P
The speaker icon is displayed when a player says a taunt to all players, also a radio message is sent to all.

The idea is based on UT taunt messages, the script is based on miscstats.

Here’s a image from condition zero.
http://www.geocities.com/commonbullet/autotaunt1.jpg

It requires statscfg plugin to control the variables.

Statsmenu:

Taunt Sounds
Enable/Disable taunt sounds

Taunt Messages
Enable/Disable taunt text messages

Taunt Headshot Only
Taunts will be displayed only in headshot events

Taunt Bots Only
Only Bots may send taunt messages

Taunt Humans Only
Only Humans may send taunt messages

Taunt RandomVoicePitch
Different pitches are set to each player slot when plugin starts

Commands
only one:
amx_taunts [0-100]
ADMIN_KICK access.
Sets how often taunt messages should be displayed. (100 is always; 0 is never)

Place it in cstrike folder (taunts wav files should be at cstrike/sound/misc/taunts)

[log] last version had 1006 download hits

Charr 10-30-2005 13:02

Cool.
And you only need to post the .sma, cause the online compiler compiles the .sma on demand.

commonbullet 10-30-2005 13:24

thanks,

just corrected that.
i also corrected a wrong array range that would cause a sound not to be precached.

Hawk552 10-30-2005 13:28

It would probably be better to do it on DeathMsg or something, so players can taunt each other when they get kills.

angel killer 10-30-2005 13:48

Honestly I think is the best thing since wonder bread

Zenith77 10-30-2005 15:00

rofl, I am so adding this to my server ^^

commonbullet 10-30-2005 17:16

Quote:

Originally Posted by Hawk552
It would probably be better to do it on DeathMsg or something, so players can taunt each other when they get kills.

that's exactly the way it works.
i've forgotten to say that. :wink:

Hawk552 10-30-2005 17:21

Code:
register_plugin("Auto Taunts", "1.0", "commonbullet")        register_event ("Location", "setLocation", "b")     register_clcmd ("amx_taunts","tauntsFrequency",ADMIN_KICK, "Sets how often taunt messages should be displayed.")

Uhh... no...?

commonbullet 10-30-2005 19:05

I'm using client_death function, which is designed to make the same job.
Code:

public client_death(killer, victim, wpnindex, hitplace, TK)
I guess it requires csx module.
I'm including it in sma file.

Thanks.

Charr 10-30-2005 19:11

Hmm... Getting a forum error thats not letting me download... But what I wanted to look at was when you have a single person use the radio remove the @ symbol.


All times are GMT -4. The time now is 14:36.

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