Raised This Month: $ Target: $400
 0% 

[L4D] Damage Info Display 1.3.5


Post New Thread Reply   
 
Thread Tools Display Modes
subzero06
Member
Join Date: Nov 2008
Old 12-14-2008 , 22:14   Re: [L4D] Damage Info Display
Reply With Quote #11

oh man nice plugin...

so is it just in russian?? man we want it in english too!!
subzero06 is offline
Sammy-ROCK!
Senior Member
Join Date: Jun 2008
Location: Near Mrs.Lag
Old 12-14-2008 , 22:21   Re: [L4D] Damage Info Display
Reply With Quote #12

I don't know germany so I can't really translate it.

Also Dionys if you need help with formatting a translate (Like using %s inside the translation instead of making 2 translations) feel free to pm me.
Sammy-ROCK! is offline
Dionys
Senior Member
Join Date: Sep 2008
Location: Terra, Russia
Old 12-14-2008 , 22:22   Re: [L4D] Damage Info Display
Reply With Quote #13

Quote:
Originally Posted by subzero06 View Post
oh man nice plugin...

so is it just in russian?? man we want it in english too!!
done
attaches in first post
Linguistic and semantic errors are possible

Last edited by Dionys; 12-14-2008 at 22:39.
Dionys is offline
subzero06
Member
Join Date: Nov 2008
Old 12-14-2008 , 22:42   Re: [L4D] Damage Info Display
Reply With Quote #14

Quote:
Originally Posted by Dionys View Post
done
attaches in first post
Linguistic and semantic errors are possible
awesome! thankz
subzero06 is offline
Dionys
Senior Member
Join Date: Sep 2008
Location: Terra, Russia
Old 12-14-2008 , 22:44   Re: [L4D] Damage Info Display
Reply With Quote #15

Quote:
Originally Posted by Sammy-ROCK! View Post
Also Dionys if you need help with formatting a translate (Like using %s inside the translation instead of making 2 translations) feel free to pm me.
you about this?
Code:
"name of frases"
{
"#format"    "{1:s},{2:s}"
"lang"        "{1} *** {2}"
 }
Dionys is offline
Sammy-ROCK!
Senior Member
Join Date: Jun 2008
Location: Near Mrs.Lag
Old 12-15-2008 , 06:53   Re: [L4D] Damage Info Display
Reply With Quote #16

I wonder if you know it why did you make "Welcome1" and "Welcome2"?
Sammy-ROCK! is offline
Dionys
Senior Member
Join Date: Sep 2008
Location: Terra, Russia
Old 12-15-2008 , 08:47   Re: [L4D] Damage Info Display
Reply With Quote #17

Quote:
Originally Posted by Sammy-ROCK! View Post
I wonder if you know it why did you make "Welcome1" and "Welcome2"?
I so want
Dionys is offline
Sammy-ROCK!
Senior Member
Join Date: Jun 2008
Location: Near Mrs.Lag
Old 12-19-2008 , 11:30   Re: [L4D] Damage Info Display 1.1.4
Reply With Quote #18

PHP Code:
if(victim && attacker && victim != && attacker != 0
You didn't need to check the victim != 0 && attacker != 0 since you already did in victim && attacker.

PHP Code:
                    if(GetClientTeam(victim) != GetClientTeam(attacker))
                    {
                    }
                    else if(
GetClientTeam(victim) == GetClientTeam(attacker))
                    {
                    } 
I'd suggest you use
PHP Code:
                    if(GetClientTeam(victim) != GetClientTeam(attacker))
                    {
                    }
                    else
                    {
                    } 
Because if != doesn't match == for sure will.
Sammy-ROCK! is offline
Dionys
Senior Member
Join Date: Sep 2008
Location: Terra, Russia
Old 12-19-2008 , 16:55   Re: [L4D] Damage Info Display 1.1.4
Reply With Quote #19

Quote:
Originally Posted by Sammy-ROCK! View Post
PHP Code:
if(victim && attacker && victim != && attacker != 0
You didn't need to check the victim != 0 && attacker != 0 since you already did in victim && attacker.

PHP Code:
                    if(GetClientTeam(victim) != GetClientTeam(attacker))
                    {
                    }
                    else if(
GetClientTeam(victim) == GetClientTeam(attacker))
                    {
                    } 
I'd suggest you use
PHP Code:
                    if(GetClientTeam(victim) != GetClientTeam(attacker))
                    {
                    }
                    else
                    {
                    } 
Because if != doesn't match == for sure will.
thx for remarks
i'll check this
Dionys is offline
Earl_CG
Junior Member
Join Date: Nov 2008
Old 12-20-2008 , 13:43   Re: [L4D] Damage Info Display 1.1.5
Reply With Quote #20

Does anybody have some screenshots of this working in English? I'm finding it difficult to judge if this plugin is doing what I am keen on it to do.

Basically I would ideally like a hint box to appear on the left hand side displaying your damage given and received (in the same way a HLStatsX can I believe), particularly as an infected, both upon death and when the round ends.

Last edited by Earl_CG; 12-20-2008 at 13:51.
Earl_CG 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 19:27.


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