Raised This Month: $ Target: $400
 0% 

Simple TK Manager v1.0d Updated 5/27/2011


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
deadbwoy
Member
Join Date: Mar 2009
Location: The Intarweb
Old 07-03-2010 , 19:35   Re: Simple TK Manager v1.0b Updated 4/12/2009
Reply With Quote #11

I have found a couple errors, here are the fixes:
change lines 999-1002 from
Code:
                    else if(a == victim > 0 && (cvar == 2 || cvar == 3))
                        PrintToChat(victim, "[STK] %s", msg1);
                    else if(a == attacker > 0 && (cvar == 2 || cvar== 3))
                        PrintToChat(attacker, "[STK] %s", msg2);
to
Code:
                    else if(victim > 0 && victim == a && (cvar == 2 || cvar == 3))
                        PrintToChat(victim, "[STK] %s", msg1);
                    else if(attacker > 0 && attacker == a && (cvar == 2 || cvar== 3))
                        PrintToChat(attacker, "[STK] %s", msg2);
and in translations, under "Auto Forgave":
change the second "en" to "fr"
deadbwoy 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 21:30.


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