Raised This Month: $32 Target: $400
 8% 

Showing results 1 to 25 of 81
Search took 0.01 seconds.
Search: Posts Made By: ConnorMcLeod
Forum: Code Snippets/Tutorials 02-14-2014, 11:47
Replies: 282
Views: 290,882
Posted By ConnorMcLeod
Re: [Dyn Native] ColorChat v0.3.2 (04 jul 2013)

http://www.amxmodx.org/snapshots.php
Forum: Code Snippets/Tutorials 12-28-2013, 09:14
Replies: 282
Views: 290,882
Posted By ConnorMcLeod
Re: [Dyn Native] ColorChat v0.3.2 (04 jul 2013)

Not at all.
I've cleaned up the plugin so it can use client_print_color native.
If you want to modify it, use that version and edit native params, don't use the old one.
Forum: Code Snippets/Tutorials 12-28-2013, 02:29
Replies: 282
Views: 290,882
Posted By ConnorMcLeod
Re: [Dyn Native] ColorChat v0.3.2 (04 jul 2013)

Here is updated ghostchat :

#include <amxmodx>
#include <amxmisc>

#pragma semicolon 1

// Ghostchat disabled by default
new g_iGhostChat = 3; // Set to let HLTV see alive chat by default.
Forum: Code Snippets/Tutorials 12-27-2013, 16:53
Replies: 282
Views: 290,882
Posted By ConnorMcLeod
Forum: Code Snippets/Tutorials 12-26-2013, 04:05
Replies: 282
Views: 290,882
Posted By ConnorMcLeod
Re: [Dyn Native] ColorChat v0.3.2 (04 jul 2013)

Yes, this is the right way, format ML file as you would format in sma.
Forum: Code Snippets/Tutorials 12-25-2013, 16:50
Replies: 282
Views: 290,882
Posted By ConnorMcLeod
Re: [Dyn Native] ColorChat v0.3.2 (04 jul 2013)

I can't believe it, anyway, use Red, not RED, and if you can, install amxx1.8.3 and uninstall this plugin, colorchat is integrated in amxx1.8.3
Forum: Code Snippets/Tutorials 11-22-2013, 12:52
Replies: 282
Views: 290,882
Posted By ConnorMcLeod
Re: [Dyn Native] ColorChat v0.3.2 (04 jul 2013)

This code doesn't belong to this thread's colorchat, there is no answer to your question.
Forum: Code Snippets/Tutorials 11-08-2013, 00:46
Replies: 282
Views: 290,882
Posted By ConnorMcLeod
Re: [Dyn Native] ColorChat v0.3.2 (04 jul 2013)

I doubt it is related to colorchat stock, this guy seems to have random problems, don't even understand what is the problem he is talking about.
If you have a concrete example you can reproduce...
Forum: Code Snippets/Tutorials 11-06-2013, 11:42
Replies: 282
Views: 290,882
Posted By ConnorMcLeod
Forum: Code Snippets/Tutorials 10-26-2013, 03:14
Replies: 282
Views: 290,882
Posted By ConnorMcLeod
Re: [Dyn Native] ColorChat v0.3.2 (04 jul 2013)

RED doesn't exist.

Also, this is not a scripting/help forum.
Forum: Code Snippets/Tutorials 10-25-2013, 12:41
Replies: 282
Views: 290,882
Posted By ConnorMcLeod
Re: [Dyn Native] ColorChat v0.3.2 (04 jul 2013)

ML file size shouldn't be a problem.
For 1.8.3, if you have problem, please report on bugzilla.
Forum: Code Snippets/Tutorials 10-25-2013, 04:30
Replies: 282
Views: 290,882
Posted By ConnorMcLeod
Re: [Dyn Native] ColorChat v0.3.2 (04 jul 2013)

This is not how ^2 is working.

^2Following player name _PLAYER_NAME_ is colored with team.

->

Following player name _PLAYER_NAME_ is colored with team.

Also, with ^2 at the start of the...
Forum: Code Snippets/Tutorials 10-24-2013, 17:47
Replies: 282
Views: 290,882
Posted By ConnorMcLeod
Forum: Code Snippets/Tutorials 10-16-2013, 12:26
Replies: 282
Views: 290,882
Posted By ConnorMcLeod
Re: [Dyn Native] ColorChat v0.3.2 (04 jul 2013)

Don't use -3, use print_team_blue
Forum: Code Snippets/Tutorials 10-13-2013, 02:27
Replies: 282
Views: 290,882
Posted By ConnorMcLeod
Re: [Dyn Native] ColorChat v0.3.2 (04 jul 2013)

If you use 1.8.3, use register_dictionary, and use directly ^1 ^2 ^3 ^4 in .txt files.
Forum: Code Snippets/Tutorials 10-12-2013, 16:34
Replies: 282
Views: 290,882
Posted By ConnorMcLeod
Re: [Dyn Native] ColorChat v0.3.2 (04 jul 2013)

You should use register_dictionary_colored
Or you can just install amxx1.8.3, colorchat is integrated.
Forum: Code Snippets/Tutorials 08-25-2013, 05:01
Replies: 282
Views: 290,882
Posted By ConnorMcLeod
Re: [Dyn Native] ColorChat v0.3.2 (04 jul 2013)

This is useless with amxx1.8.3 (build 185 or more) because it has been integrated, you can (you must) remove this plugin and remove lines in sma that include chatcolor.
Forum: Code Snippets/Tutorials 07-16-2013, 04:05
Replies: 282
Views: 290,882
Posted By ConnorMcLeod
Re: [Dyn Native] ColorChat v0.3.2 (04 jul 2013)

Works fine for me, can't help you.
Btw, have updated stock, had let a little error that could have altered user TeamInfo if sender index is > Blue (35) , something that should never happen, but who...
Forum: Code Snippets/Tutorials 07-15-2013, 14:41
Replies: 282
Views: 290,882
Posted By ConnorMcLeod
Re: [Dyn Native] ColorChat v0.3.2 (04 jul 2013)

No difference, but support is there so you don't need to edit plugins a lot before recompile.

Could you test with plugin please ?
Forum: Code Snippets/Tutorials 07-15-2013, 10:01
Replies: 282
Views: 290,882
Posted By ConnorMcLeod
Re: [Dyn Native] ColorChat v0.3.2 (04 jul 2013)

Stock or plugin ?

Why don't you use default native client_print_color and default colors Red Grey Blue ?
Forum: Code Snippets/Tutorials 07-12-2013, 11:05
Replies: 282
Views: 290,882
Posted By ConnorMcLeod
Re: [Dyn Native] ColorChat v0.3.2 (04 jul 2013)

I had implemented it the same way you did, in a previous version, and it does not work, it randomly use ML on index = 0, was tested and confirmed.

Edit : Now that i know why ML was not working...
Forum: Code Snippets/Tutorials 07-12-2013, 11:01
Replies: 282
Views: 290,882
Posted By ConnorMcLeod
Re: [Dyn Native] ColorChat v0.3.2 (04 jul 2013)

This is completly silly to implement new method in stock, gonna send multiple messages for nothing, also ML won't work.
If it would have make sense and if ML could work i would have made it.
...
Forum: Code Snippets/Tutorials 07-06-2013, 04:34
Replies: 282
Views: 290,882
Posted By ConnorMcLeod
Re: [Dyn Native] ColorChat v0.3.2 (04 jul 2013)

Also, new method sends TeamInfo for fake indexes when players enter the server, so better in plugin.

Best thing would be to integrate this in amxx core.
Forum: Code Snippets/Tutorials 07-05-2013, 11:37
Replies: 282
Views: 290,882
Posted By ConnorMcLeod
Re: [Dyn Native] ColorChat v0.3.2 (04 jul 2013)

UNASSIGNED is grey and gonna stay grey, you have to manage in the plugin if you want normal color.


Stock doesn't support ML, so i have removed it.
Forum: Code Snippets/Tutorials 07-05-2013, 00:28
Replies: 282
Views: 290,882
Posted By ConnorMcLeod
Re: [Dyn Native] ColorChat v0.3.2 (04 jul 2013)

No, code is already ok for what you asked, boolean check or >0 results the same here because you gonna never pass a negetive value.
Showing results 1 to 25 of 81

 
Forum Jump

All times are GMT -4. The time now is 00:17.


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