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

ProChat


Post New Thread Reply   
 
Thread Tools Display Modes
MPNumB
Veteran Member
Join Date: Feb 2007
Location: Lithuania
Old 02-18-2009 , 13:05   Re: ProChat
Reply With Quote #41

Updated to 1.4 :
Fixed: Crash saying something about WRITE_BYTE().
__________________
Skill and no annoying bugs with fixed balance issues is my goal!
My approved plugins what don't show up in Approved List:
* Bomb/Death/CSS Radar
* HotVision
___
Need help? Please check this documentation first.
MPNumB is offline
Send a message via Skype™ to MPNumB
Lenfitz
Senior Member
Join Date: Jan 2007
Old 02-19-2009 , 02:04   Re: ProChat
Reply With Quote #42

Quote:
Originally Posted by MPNumB View Post
Updated to 1.4 :
Fixed: Crash saying something about WRITE_BYTE().
Excellent. I'll retry it now. I did some further testing like turning off my podbots and the write byte doesnt happen. So i'm guessing it was podbots related.
Lenfitz is offline
Lenfitz
Senior Member
Join Date: Jan 2007
Old 02-19-2009 , 08:59   Re: ProChat
Reply With Quote #43

Ok been testing it for a few hours now and its pretty stable with no errors to report. I shall put it on my other 7 servers now :-)

So it looks good passes the test with CSDM, Podbot 3.x, Hlguard running plus below,

amxx_podbotmenu.amxx
custom_weapons.amxx
ps_heatmaps.amxx
clientchecker.amxx
gungame.amxx
frostnades.amxx
cvar_checker.amxx
task_scheduler.amxx
swear_replacement.amxx
prochat.amxx
wartracers.amxx

Good job MPNumB + Karma

Last edited by Lenfitz; 02-19-2009 at 09:07.
Lenfitz is offline
MPNumB
Veteran Member
Join Date: Feb 2007
Location: Lithuania
Old 02-19-2009 , 13:31   Re: ProChat
Reply With Quote #44

Updated to 1.5 :
Fixed: Problems with bots cuz client_infochanged forward was called with invalid player ID.
Fixed: Problems with chatviewer when two players write the same message in the same time with the same status (dead or and team chat).
Added: cfg: ability to enable admin tag in chat messages.
Added: cfg: ability to enable admin tag in radio messages.
Added: cfg: ability to change language settings for admin tag.
Added: cfg: ability to enable admin tag view for all players (not only admins).
Changed: Fixed standard HL bug. When recording a demo and later playing it - you don't always see names of people who wrote something in chat.
__________________
Skill and no annoying bugs with fixed balance issues is my goal!
My approved plugins what don't show up in Approved List:
* Bomb/Death/CSS Radar
* HotVision
___
Need help? Please check this documentation first.

Last edited by MPNumB; 02-19-2009 at 18:08.
MPNumB is offline
Send a message via Skype™ to MPNumB
AcidoX
Senior Member
Join Date: Oct 2007
Location: Vilnius
Old 02-19-2009 , 17:51   Re: ProChat
Reply With Quote #45

You could add something some utilities like this:
#define ADMIN_LEVEL ADMIN_LEVEL_B


/********************************************* ************
uc_adminmode & uc_playermode:
a = The dead can hear the alive teammates non-teammsgs.
b = The dead can hear the alive non-teammates non-teammsgs.
c = The alive can hear the dead teammates non-teammsgs.
d = The alive can hear the dead non-teammates non-teammsgs

e = The dead can hear their alive teamates teammsgs
f = The alive can hear their dead teamates teammsgs
g = The dead can hear their dead non-teamates teammsgs
h = The alive can hear their alive non-teamates teammsgs
i = The dead can hear their alive non-teamates teammsgs
j = The alive can hear their dead non-teamates teammsgs
********************************************* ************/

Defaults:
uc_adminmode "abcdefghij"
uc_playermode "abe"
__________________
Who need lockerz invite? Pm me.
AcidoX is offline
Send a message via Skype™ to AcidoX
MPNumB
Veteran Member
Join Date: Feb 2007
Location: Lithuania
Old 02-19-2009 , 17:55   Re: ProChat
Reply With Quote #46

Quote:
Originally Posted by AcidoX View Post
You could add something some utilities like this:
#define ADMIN_LEVEL ADMIN_LEVEL_B


/********************************************* ************
uc_adminmode & uc_playermode:
a = The dead can hear the alive teammates non-teammsgs.
b = The dead can hear the alive non-teammates non-teammsgs.
c = The alive can hear the dead teammates non-teammsgs.
d = The alive can hear the dead non-teammates non-teammsgs

e = The dead can hear their alive teamates teammsgs
f = The alive can hear their dead teamates teammsgs
g = The dead can hear their dead non-teamates teammsgs
h = The alive can hear their alive non-teamates teammsgs
i = The dead can hear their alive non-teamates teammsgs
j = The alive can hear their dead non-teamates teammsgs
********************************************* ************/

Defaults:
uc_adminmode "abcdefghij"
uc_playermode "abe"
For this one I probably will create an other plugin.
__________________
Skill and no annoying bugs with fixed balance issues is my goal!
My approved plugins what don't show up in Approved List:
* Bomb/Death/CSS Radar
* HotVision
___
Need help? Please check this documentation first.

Last edited by MPNumB; 02-20-2009 at 11:59.
MPNumB is offline
Send a message via Skype™ to MPNumB
Lenfitz
Senior Member
Join Date: Jan 2007
Old 02-20-2009 , 06:44   Re: ProChat
Reply With Quote #47

I updated to 1.4 and noticed on occassion the text would print twice.

*SPEC* DMS[Shooter] : hi ghosti
*SPEC* DMS[Shooter] : hi ghosti

I'll update to 1.5 and see if the issue still exists.
Lenfitz is offline
MPNumB
Veteran Member
Join Date: Feb 2007
Location: Lithuania
Old 02-20-2009 , 11:25   Re: ProChat
Reply With Quote #48

Updated to 1.6 :
Fixed: Chatviewer problem - not always showing chat.
Fixed: Chatviewer problem - errorlog sometimes.
Added: Chatviewer status saver if changing nick. Before it was automatically enabled on every admin who changes nick.
__________________
Skill and no annoying bugs with fixed balance issues is my goal!
My approved plugins what don't show up in Approved List:
* Bomb/Death/CSS Radar
* HotVision
___
Need help? Please check this documentation first.
MPNumB is offline
Send a message via Skype™ to MPNumB
Striker
Senior Member
Join Date: Mar 2004
Location: Germany
Old 02-20-2009 , 13:52   Re: ProChat
Reply With Quote #49

there is a doublepost problem (you see some messages twice)... if you get what I mean.
__________________

Last edited by Striker; 02-20-2009 at 16:01.
Striker is offline
Send a message via ICQ to Striker Send a message via MSN to Striker
MPNumB
Veteran Member
Join Date: Feb 2007
Location: Lithuania
Old 02-20-2009 , 20:01   Re: ProChat
Reply With Quote #50

Quote:
Originally Posted by Striker View Post
there is a doublepost problem (you see some messages twice)... if you get what I mean.
I tested 1.6 version - doesn't have this problem. Maybe you are talking about 1.4 version?

// edit:

In 1.5 and 1.6 versions message is sent the same number of times as it is sent to the sender.
PHP Code:
 if( s_iSenderId!=iPlrId )
  return 
PLUGIN_CONTINUE;
 
// scan for admins and print message to admins what are not in the same team (if team_chat) and/or if dead/alive status is not the same as of the person who sended the message... 
__________________
Skill and no annoying bugs with fixed balance issues is my goal!
My approved plugins what don't show up in Approved List:
* Bomb/Death/CSS Radar
* HotVision
___
Need help? Please check this documentation first.

Last edited by MPNumB; 02-20-2009 at 20:05.
MPNumB is offline
Send a message via Skype™ to MPNumB
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 06:22.


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