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

Public Chatviewer


Post New Thread Reply   
 
Thread Tools Display Modes
Arkshine
AMX Mod X Plugin Approver
Join Date: Oct 2005
Old 07-20-2008 , 09:17   Re: Public Chatviewer
Reply With Quote #11

Ultimate Chat is still better since it has more features. ( covering all aspects )


By the way, regarding your code :
- new player_count = get_playersnum() : 'get_playersnum()' is useless since 'player_count' will be filled with the right value from get_players()

- players[ i] : Don't re-indexe. Do something like caching the value. Better when it's called severals times.
Code:
new player; for (new i = 0; i < player_count; i++) {       player = players[i];
- MSG_ONE : I would use MSG_ONE_UNRELIABLE here.

- get_user_msgid("SayText") : use a global variable to store one time the value

- register_cvar("AcidoX", "Autoheal 1.1", FCVAR_SERVER) : hum~~ ; you should not use 'AcidoX' for cvar name.
__________________

Last edited by Arkshine; 07-20-2008 at 09:34.
Arkshine is offline
AcidoX
Senior Member
Join Date: Oct 2007
Location: Vilnius
Old 07-20-2008 , 09:56   Re: Public Chatviewer
Reply With Quote #12

Thnx again, will fix it.
__________________
Who need lockerz invite? Pm me.
AcidoX is offline
Send a message via Skype™ to AcidoX
bmann_420
AMX_Super Pooper
Join Date: Jan 2005
Location: [SuperCentral.co]
Old 07-20-2008 , 14:54   Re: Public Chatviewer
Reply With Quote #13

No changelog?
__________________
bmann_420 is offline
AcidoX
Senior Member
Join Date: Oct 2007
Location: Vilnius
Old 07-20-2008 , 15:24   Re: Public Chatviewer
Reply With Quote #14

Will do a changelog in the main post.
__________________
Who need lockerz invite? Pm me.
AcidoX is offline
Send a message via Skype™ to AcidoX
AcidoX
Senior Member
Join Date: Oct 2007
Location: Vilnius
Old 07-23-2008 , 11:16   Re: Public Chatviewer
Reply With Quote #15

Updated, read the 1st post.
__________________
Who need lockerz invite? Pm me.
AcidoX is offline
Send a message via Skype™ to AcidoX
Exolent[jNr]
Veteran Member
Join Date: Feb 2007
Location: Tennessee
Old 08-31-2008 , 16:11   Re: Public Chatviewer
Reply With Quote #16

Another plugin has more customization and can replicate this plugin.
Also, this plugin cannot be customized in any way.

Unapproved for redundancy.
__________________
No private work or selling mods.
Quote:
Originally Posted by xPaw View Post
I love you exolent!
Exolent[jNr] is offline
AcidoX
Senior Member
Join Date: Oct 2007
Location: Vilnius
Old 08-31-2008 , 16:24   Re: Public Chatviewer
Reply With Quote #17

Well, this is a good place for the plugin too
__________________
Who need lockerz invite? Pm me.
AcidoX is offline
Send a message via Skype™ to AcidoX
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 05:14.


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