Raised This Month: $ Target: $400
 0% 

mapchange after 2 times


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
mahooo60
Senior Member
Join Date: Apr 2005
Old 01-28-2009 , 12:40   mapchange after 2 times
Reply With Quote #1

hi

which cvar is it pls?
.)i want that after 2times "won!"gungame,changing map to next.
.)i also wanna turn off the gun icon of leader.
.)and i wanna turn off the hud that comes how much kills needed to next lvl.
.)and wanna turn off armor(they should not get back after kill).

thx for help.

Last edited by mahooo60; 01-28-2009 at 13:01.
mahooo60 is offline
XxAvalanchexX
Veteran Member
Join Date: Oct 2004
Location: abort73.com
Old 01-28-2009 , 23:08   Re: mapchange after 2 times
Reply With Quote #2

gg_map_iterations 2
gg_status_display 0
gg_give_armor 0 (and maybe gg_give_helmet 0)

There is no cvar to turn off the required kills message, so you will have to edit and recompile the SMA file. Find the "show_required_kills" function (use CTRL+F to find and search for "stock show_required_kills") and replace it with this:

Code:
// show the required kills message stock show_required_kills(id,always_individual=0) {     return 0; }
__________________
No longer around. Thanks your support, everyone! As always:
THIS ONES FOR YOU
3000 PTS
XxAvalanchexX 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 03:21.


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