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

[REQ] TFC changeTeam menu "Spectator" option


  
 
 
Thread Tools Display Modes
Author Message
jRaven
AMX Mod X Beta Tester
Join Date: Jan 2006
Location: IA, USA
Old 09-07-2006 , 09:40   [REQ] TFC changeTeam menu "Spectator" option
#1

diff plmenu.new plmenu-1.75 yields...

Code:
57c57
< new g_teamNames[6][] = {"", "Blue", "Red", "Yellow", "Green", "Spectator"}
---
> new g_teamNames[5][] = {"", "Blue", "Red", "Yellow", "Green"}
Code:
464c464
<       if( g_menuOption[id] > 5 )
---
>       if( g_menuOption[id] > 4 )
Code:
488,492c488,489
<       if (g_menuOption[id] == 5) { //spectate is not a jointeam command
<         engclient_cmd(player,"spectate" )
<       } else {
<         engclient_cmd(player,"jointeam" , szCmd )
<       }
---
>       engclient_cmd(player,"jointeam" , szCmd )
>
Is this already implemented? What do you think?
jRaven is offline
Send a message via ICQ to jRaven Send a message via AIM to jRaven
Ramono
Veteran Member
Join Date: Nov 2005
Location: Netherlands
Old 09-08-2006 , 10:18   Re: [REQ] TFC changeTeam menu "Spectator" option
#2

I like the idea of it, and i hope its gonna be implemented.
__________________
Um, hi.
Ramono is offline
BAILOPAN
Join Date: Jan 2004
Old 09-10-2006 , 01:13   Re: [REQ] TFC changeTeam menu "Spectator" option
#3

This was small enough to squeeze into the next release. Committed as 3052. Thanks!
__________________
egg
BAILOPAN 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 13:44.


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