This site is a testing version, but all data is shared with the live forum.


Raised This Month: $ Target: $400
 0% 

AMXX ColorChat Compiler Issue


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
EthicalHacker007
Veteran Member
Join Date: May 2014
Old 05-29-2014 , 09:34   AMXX ColorChat Compiler Issue
Reply With Quote #1

Hello all

I tried to compile this plugin named Knife Distance by SchlumPF but it gives me error. I tried to compile it with AMXMODX v1.8.2 with colorchat include by ConnorMcLeod.

Failed.

Tried to compile with AMXMODX v1.8.3 latest dev build. As colorchat has been integrated to amxx 1.8.3 core since build 185.

Failed Again.

Well, I've compiled this at cyber cafe but I get the same errors when I try this at home.
__________________

Last edited by EthicalHacker007; 06-13-2014 at 11:25.
EthicalHacker007 is offline
fysiks
Veteran Member
Join Date: Sep 2007
Location: Flatland, USA
Old 05-29-2014 , 12:19   Re: AMXX ColorChat Compiler Issue
Reply With Quote #2

The second one clearly shows that the include file does not exist. The first one does not show the whole compiler output. Copy and paste the whole compiler output here.
__________________

Last edited by fysiks; 05-29-2014 at 12:30.
fysiks is offline
EthicalHacker007
Veteran Member
Join Date: May 2014
Old 05-29-2014 , 12:27   Re: AMXX ColorChat Compiler Issue
Reply With Quote #3

Quote:
The second one clearly shows that the include file
does not exist.
Yes sir, second one's version is v1.8.3 and AFAIK, Color chat is pre installed in v1.8.3?

Quote:
Copy and paste the whole
compiler output here.
This sounds noob but how do I copy the whole error?
When I press CTRL + A.
This comes up ^A.
__________________

Last edited by EthicalHacker007; 05-29-2014 at 12:31. Reason: BBCode Typo
EthicalHacker007 is offline
fysiks
Veteran Member
Join Date: Sep 2007
Location: Flatland, USA
Old 05-29-2014 , 12:32   Re: AMXX ColorChat Compiler Issue
Reply With Quote #4

I can't find the include file that he used so you should post in the thread and request that the author (or someone else) fix the plugin or to provide the proper include file or update it to work for 1.8.3.

To copy from the command line in Windows® you right click and choose "Mark". Highlight the area that you want copied (it's a little different than most text editing programs) and hit Enter.
__________________

Last edited by fysiks; 05-29-2014 at 12:34.
fysiks is offline
YamiKaitou
Has a lovely bunch of coconuts
Join Date: Apr 2006
Location: Texas
Old 05-29-2014 , 12:36   Re: AMXX ColorChat Compiler Issue
Reply With Quote #5

Quote:
Originally Posted by EthicalHacker007 View Post
Yes sir, second one's version is v1.8.3 and AFAIK, Color chat is pre installed in v1.8.3?
The plugin needs to be updated to not look for the colorchat include file



Quote:
This sounds noob but how do I copy the whole error?
When I press CTRL + A.
This comes up ^A.
https://www.microsoft.com/resources/....mspx?mfr=true
__________________
ProjectYami Laboratories

I do not browse the forums regularly anymore. If you need me for anything (asking questions or anything else), then PM me (be descriptive in your PM, message containing only a link to a thread will be ignored).
YamiKaitou is offline
EthicalHacker007
Veteran Member
Join Date: May 2014
Old 05-30-2014 , 07:33   Re: AMXX ColorChat Compiler Issue
Reply With Quote #6

I checked his profile.

Quote:
Last Activity: 5th Nov 2011 10:16 PM
I don't think, he's gonna update his plugin soon. Can you please tell me any other fix?

Code:
 
//AMXXPC compile.exe
// by the AMX Mod X Dev Team


//// knife_distance.sma
// E:\G\CS\AMX Mod X Setups\amxmodx-1.8.3-dev-git3848-base-windows\addons\amxmod
x\scripting\include\colorchat.inc(19) : error 021: symbol already defined: "clie
nt_print_color"
// E:\G\CS\AMX Mod X Setups\amxmodx-1.8.3-dev-git3848-base-windows\addons\amxmod
x\scripting\include\colorchat.inc(22) : error 010: invalid function or declarati
on
// E:\G\CS\AMX Mod X Setups\amxmodx-1.8.3-dev-git3848-base-windows\addons\amxmod
x\scripting\include\colorchat.inc(24) : error 010: invalid function or declarati
on
// E:\G\CS\AMX Mod X Setups\amxmodx-1.8.3-dev-git3848-base-windows\addons\amxmod
x\scripting\include\colorchat.inc(38) : error 010: invalid function or declarati
on
// E:\G\CS\AMX Mod X Setups\amxmodx-1.8.3-dev-git3848-base-windows\addons\amxmod
x\scripting\include\colorchat.inc(40) : error 010: invalid function or declarati
on
// E:\G\CS\AMX Mod X Setups\amxmodx-1.8.3-dev-git3848-base-windows\addons\amxmod
x\scripting\include\colorchat.inc(44) : error 010: invalid function or declarati
on
// E:\G\CS\AMX Mod X Setups\amxmodx-1.8.3-dev-git3848-base-windows\addons\amxmod
x\scripting\include\colorchat.inc(49) : error 010: invalid function or declarati
on
// E:\G\CS\AMX Mod X Setups\amxmodx-1.8.3-dev-git3848-base-windows\addons\amxmod
x\scripting\include\colorchat.inc(51) : error 010: invalid function or declarati
on
// E:\G\CS\AMX Mod X Setups\amxmodx-1.8.3-dev-git3848-base-windows\addons\amxmod
x\scripting\include\colorchat.inc(55) : error 010: invalid function or declarati
on
// E:\G\CS\AMX Mod X Setups\amxmodx-1.8.3-dev-git3848-base-windows\addons\amxmod
x\scripting\include\colorchat.inc(57) : warning 218: old style prototypes used w
ith optional semicolumns
// E:\G\CS\AMX Mod X Setups\amxmodx-1.8.3-dev-git3848-base-windows\addons\amxmod
x\scripting\include\colorchat.inc(58) : error 054: unmatched closing brace
// E:\G\CS\AMX Mod X Setups\amxmodx-1.8.3-dev-git3848-base-windows\addons\amxmod
x\scripting\include\colorchat.inc(60) : warning 218: old style prototypes used w
ith optional semicolumns
// E:\G\CS\AMX Mod X Setups\amxmodx-1.8.3-dev-git3848-base-windows\addons\amxmod
x\scripting\include\colorchat.inc(61) : error 054: unmatched closing brace
// E:\G\CS\AMX Mod X Setups\amxmodx-1.8.3-dev-git3848-base-windows\addons\amxmod
x\scripting\include\colorchat.inc(64) : error 010: invalid function or declarati
on
// E:\G\CS\AMX Mod X Setups\amxmodx-1.8.3-dev-git3848-base-windows\addons\amxmod
x\scripting\include\colorchat.inc(69) : error 021: symbol already defined: "get_
players"
// E:\G\CS\AMX Mod X Setups\amxmodx-1.8.3-dev-git3848-base-windows\addons\amxmod
x\scripting\include\colorchat.inc(70) : error 010: invalid function or declarati
on
// E:\G\CS\AMX Mod X Setups\amxmodx-1.8.3-dev-git3848-base-windows\addons\amxmod
x\scripting\include\colorchat.inc(72) : error 010: invalid function or declarati
on
// E:\G\CS\AMX Mod X Setups\amxmodx-1.8.3-dev-git3848-base-windows\addons\amxmod
x\scripting\include\colorchat.inc(77) : error 010: invalid function or declarati
on
// E:\G\CS\AMX Mod X Setups\amxmodx-1.8.3-dev-git3848-base-windows\addons\amxmod
x\scripting\include\colorchat.inc(79) : error 010: invalid function or declarati
on
// E:\G\CS\AMX Mod X Setups\amxmodx-1.8.3-dev-git3848-base-windows\addons\amxmod
x\scripting\include\colorchat.inc(82) : error 010: invalid function or declarati
on
// E:\G\CS\AMX Mod X Setups\amxmodx-1.8.3-dev-git3848-base-windows\addons\amxmod
x\scripting\include\colorchat.inc(86) : error 010: invalid function or declarati
on
// E:\G\CS\AMX Mod X Setups\amxmodx-1.8.3-dev-git3848-base-windows\addons\amxmod
x\scripting\include\colorchat.inc(87) : error 010: invalid function or declarati
on
// E:\G\CS\AMX Mod X Setups\amxmodx-1.8.3-dev-git3848-base-windows\addons\amxmod
x\scripting\include\colorchat.inc(90) : error 021: symbol already defined: "Arra
yPushCell"
// E:\G\CS\AMX Mod X Setups\amxmodx-1.8.3-dev-git3848-base-windows\addons\amxmod
x\scripting\include\colorchat.inc(94) : error 010: invalid function or declarati
on
// E:\G\CS\AMX Mod X Setups\amxmodx-1.8.3-dev-git3848-base-windows\addons\amxmod
x\scripting\include\colorchat.inc(102) : error 010: invalid function or declarat
ion
// E:\G\CS\AMX Mod X Setups\amxmodx-1.8.3-dev-git3848-base-windows\addons\amxmod
x\scripting\include\colorchat.inc(104) : error 010: invalid function or declarat
ion
// E:\G\CS\AMX Mod X Setups\amxmodx-1.8.3-dev-git3848-base-windows\addons\amxmod
x\scripting\include\colorchat.inc(108) : error 010: invalid function or declarat
ion
// E:\G\CS\AMX Mod X Setups\amxmodx-1.8.3-dev-git3848-base-windows\addons\amxmod
x\scripting\include\colorchat.inc(112) : error 010: invalid function or declarat
ion
//
// Compilation aborted.
// 26 Errors.
// Could not locate output file E:\G\CS\AMX Mod X Setups\amxmodx-1.8.3-dev-git38
48-base-windows\addons\amxmodx\scripting\compiled\knife_distance.amx (compile fa
iled).
//
// Compilation Time: 0.14 sec
// ----------------------------------------

Press enter to exit ...
And Thanks for the info about copying, Yamikaitou And fysiks.
__________________
EthicalHacker007 is offline
Shooting King
RAAASENGAN
Join Date: Mar 2012
Location: India
Old 05-30-2014 , 08:04   Re: AMXX ColorChat Compiler Issue
Reply With Quote #7

Quote:
symbol already defined: "client_print_color"
in AmxModx v1.8.3 the function is Defined in amxmodx.inc. So you have to remove "#include <colorchat>" line from the source.

See the Include Here amxmodx.inc.
__________________
As every time said, don't ever UNDERESTIMATE me.

Donate - Here

Last edited by Shooting King; 05-30-2014 at 08:04.
Shooting King is offline
EthicalHacker007
Veteran Member
Join Date: May 2014
Old 05-30-2014 , 08:18   Re: AMXX ColorChat Compiler Issue
Reply With Quote #8

The source doesn't have that line.

#include colorchat.inc

And error occurs in both v1.8.2 as well as dev build too!
__________________
EthicalHacker007 is offline
GinNNy
Senior Member
Join Date: Mar 2014
Old 05-30-2014 , 08:29   Re: AMXX ColorChat Compiler Issue
Reply With Quote #9

no it does have, its on line 3 lol
GinNNy is offline
Shooting King
RAAASENGAN
Join Date: Mar 2012
Location: India
Old 05-30-2014 , 08:50   Re: AMXX ColorChat Compiler Issue
Reply With Quote #10

Post the Compiler Errors for 1.8.2v.
__________________
As every time said, don't ever UNDERESTIMATE me.

Donate - Here
Shooting King 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 09:52.


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