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

[L4D2] Team list panel with player status


Post New Thread Reply   
 
Thread Tools Display Modes
Nataraja
Member
Join Date: Jan 2010
Old 03-31-2010 , 00:21   Re: [L4D2] Team list panel with player status
Reply With Quote #21

挖~~你直接發英文插件啦!!!
Nataraja is offline
alexip121093
Senior Member
Join Date: Dec 2009
Location: Hong Kong
Old 03-31-2010 , 00:41   Re: [L4D2] Team list panel with player status
Reply With Quote #22

Quote:
Originally Posted by Nataraja View Post
挖~~你直接發英文插件啦!!!
你也可以
alexip121093 is offline
Send a message via MSN to alexip121093
alexip121093
Senior Member
Join Date: Dec 2009
Location: Hong Kong
Old 03-31-2010 , 22:20   Re: [L4D2] Team list panel with player status
Reply With Quote #23

Quote:
Originally Posted by Htunk View Post
Is "OnPlayerRunCmd" able to check it?
sorry , i mess up the bind command, this must work now,tested
Attached Files
File Type: sp Get Plugin or Get Source (l4d2_teamdisplayra.sp - 495 views - 17.8 KB)
alexip121093 is offline
Send a message via MSN to alexip121093
alexip121093
Senior Member
Join Date: Dec 2009
Location: Hong Kong
Old 04-01-2010 , 21:22   Re: [L4D2] Team list panel with player status
Reply With Quote #24

i will release 1.6 with display after scoreboard using onplayerruncmd
require SM1.3
added 1 cvar
l4d2_teampanel_Autoshowafterscore 1 auto show the panel when player see the score board
Attached Files
File Type: sp Get Plugin or Get Source (l4d2_teamdisplay.sp - 634 views - 18.2 KB)

Last edited by alexip121093; 04-01-2010 at 23:05.
alexip121093 is offline
Send a message via MSN to alexip121093
satannuts
Member
Join Date: Jan 2010
Old 04-01-2010 , 22:52   Re: [L4D2] Team list panel with player status
Reply With Quote #25

Tested out the one in yer post #23 today, it didn't show any players in the list.

Also, I have netgraph bound with my scoreboard and the plugin removed the netgraph bind.

I will test out yer updated version when I get time.
satannuts is offline
alexip121093
Senior Member
Join Date: Dec 2009
Location: Hong Kong
Old 04-01-2010 , 23:37   Re: [L4D2] Team list panel with player status
Reply With Quote #26

#24 work but i dont know why sometime , i not press the score key. the command also fire
alexip121093 is offline
Send a message via MSN to alexip121093
Newf
Senior Member
Join Date: Dec 2009
Old 04-01-2010 , 23:51   Re: [L4D2] Team list panel with player status
Reply With Quote #27

i need something like this, but any chance of getting a cvar with an option to not display health?
__________________
I like to drink beer and shoot stuff. Video games are fun too i guess!
Newf is offline
alexip121093
Senior Member
Join Date: Dec 2009
Location: Hong Kong
Old 04-02-2010 , 02:28   Re: [L4D2] Team list panel with player status
Reply With Quote #28

Quote:
Originally Posted by Newf View Post
i need something like this, but any chance of getting a cvar with an option to not display health?
not display health of opposite team but display their status like (incapped)?
alexip121093 is offline
Send a message via MSN to alexip121093
alexip121093
Senior Member
Join Date: Dec 2009
Location: Hong Kong
Old 04-02-2010 , 02:55   Re: [L4D2] Team list panel with player status
Reply With Quote #29

1.6
// "0 : display all information of both teams ,1 : just display your team name ,hp & status,2: display your team name ,hp & status and only display name for other team
// -

// Default: "0"
// Minimum: "0.000000"
// Maximum: "2.000000"
l4d2_teampanel_display "2"
alexip121093 is offline
Send a message via MSN to alexip121093
EHG
Senior Member
Join Date: May 2009
Location: 127.0.0.1
Old 04-03-2010 , 00:28   Re: [L4D2] Team list panel with player status
Reply With Quote #30

Please add proper spacing in your code. It is so hard to read when it is all together like that.

for Example this:
Code:
public WhateverFunction()
{
if (this is true)
{
do stuff
}
}
Should look like this:

Code:
public WhateverFunction()
{
    if (this is true)
    {
        do stuff
    }
}
EHG 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 04:02.


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