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

How to get event end_round + other misc Q's?


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
Front Line
Senior Member
Join Date: Jan 2005
Old 07-12-2005 , 01:37  
Reply With Quote #11

Quite VI

This is an example from the starwars plugin i am doing...
It plays that theme when a team wins...

Code:
public plugin_init() {     register_event("SendAudio", "t_win", "a", "2&%!MRAD_terwin")     register_event("SendAudio", "ct_win", "a", "2&%!MRAD_ctwin") } public t_win() {     client_cmd(0, "spk misc/DVTheme")     return PLUGIN_HANDLED } public ct_win() {     client_cmd(0, "spk misc/JediTheme")     return PLUGIN_HANDLED }

Hopefully this helps u...
If not dunt hesitate to reply...
__________________
My plugins...

Are all Here...Click Me
Front Line is offline
 



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 19:09.


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