Raised This Month: $ Target: $400
 0% 

[TF2] Autoscramble message


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
Russianeer
SourceMod Donor
Join Date: Feb 2011
Old 12-22-2011 , 02:15   [TF2] Autoscramble message
Reply With Quote #1

I have my own scramble algorithm that I'd like to use on my servers, but before I put it on I want to display the same message valve's autoscramble does. So I believe, after 4 wins, Valve autoscramble comes on and displays a red or a blue message depending on what team you're on in the center of the screen stating that teams are autoscrambling.

Could someone find me that function or point me in the right direction of what I should do?
Russianeer is offline
Powerlord
AlliedModders Donor
Join Date: Jun 2008
Location: Seduce Me!
Old 12-22-2011 , 09:43   Re: [TF2] Autoscramble message
Reply With Quote #2

I believe it's sent via the teamplay_alert event. However, I don't know what the alert_type index is for the scramble window.
__________________
Not currently working on SourceMod plugin development.

Last edited by Powerlord; 12-22-2011 at 09:43.
Powerlord is offline
Russianeer
SourceMod Donor
Join Date: Feb 2011
Old 12-22-2011 , 15:33   Re: [TF2] Autoscramble message
Reply With Quote #3

Alright, thanks for the information. I'll test.
Russianeer is offline
Russianeer
SourceMod Donor
Join Date: Feb 2011
Old 12-22-2011 , 16:26   Re: [TF2] Autoscramble message
Reply With Quote #4

Okay so for scramble, the alert_type is 0. But, how do I trigger this event?
Russianeer is offline
pheadxdll
AlliedModders Donor
Join Date: Jun 2008
Old 12-22-2011 , 19:35   Re: [TF2] Autoscramble message
Reply With Quote #5

http://docs.sourcemod.net/api/index....d=show&id=735&
__________________
pheadxdll is offline
Max!
Member
Join Date: Jun 2009
Old 12-22-2011 , 20:36   Re: [TF2] Autoscramble message
Reply With Quote #6

PHP Code:
new Handle:event CreateEvent("teamplay_alert");
    
SetEventInt(event"alert_type"0);
    
FireEvent(event); 
Max! is offline
Russianeer
SourceMod Donor
Join Date: Feb 2011
Old 12-22-2011 , 21:00   Re: [TF2] Autoscramble message
Reply With Quote #7

Quote:
Originally Posted by pheadxdll View Post
Thanks
Russianeer 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:23.


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