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

Error compiler online


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
321rage
Junior Member
Join Date: Jun 2015
Old 06-25-2015 , 08:26   Error compiler online
Reply With Quote #1

This is the erorr :

Quote:
/home/groups/sourcemod/upload_tmp/phpAQTE2Y.sp(4) : fatal error 182: cannot read from file: "colors"
And this is the plugin :

https://forums.alliedmods.net/showthread.php?p=2269998


P.S. I can't download Get Plugin
321rage is offline
terminator18
Member
Join Date: Feb 2013
Location: Athens,Greece
Old 06-25-2015 , 08:30   Re: Error compiler online
Reply With Quote #2

You need the colors include.Add this file to your scripting/include folder and compile again.

[INC] Colors (1.0.5)
terminator18 is offline
321rage
Junior Member
Join Date: Jun 2015
Old 06-25-2015 , 08:40   Re: Error compiler online
Reply With Quote #3

Quote:
Originally Posted by terminator18 View Post
You need the colors include.Add this file to your scripting/include folder and compile again.

[INC] Colors (1.0.5)
doesn't work , I use online compiler

Last edited by 321rage; 06-25-2015 at 08:44.
321rage is offline
terminator18
Member
Join Date: Feb 2013
Location: Athens,Greece
Old 06-25-2015 , 08:54   Re: Error compiler online
Reply With Quote #4

Quote:
Originally Posted by 321rage View Post
doesn't work , I use online compiler
It won't work with the online compiler because the online compiler doesn't have the colors inc.
terminator18 is offline
321rage
Junior Member
Join Date: Jun 2015
Old 06-25-2015 , 08:56   Re: Error compiler online
Reply With Quote #5

Quote:
Originally Posted by terminator18 View Post
It won't work with the online compiler because the online compiler doesn't have the colors inc.
where I can download the compiler?
321rage is offline
terminator18
Member
Join Date: Feb 2013
Location: Athens,Greece
Old 06-25-2015 , 08:58   Re: Error compiler online
Reply With Quote #6

Quote:
Originally Posted by 321rage View Post
where I can download the compiler?
Just download sourcemod if you haven't downloaded already.It's located in addons/sourcemod/scripting
folder.
terminator18 is offline
KissLick
Veteran Member
Join Date: Nov 2012
Location: void
Old 06-25-2015 , 09:38   Re: Error compiler online
Reply With Quote #7

Or use http://spider.limetech.org/, you are welcome.

Last edited by KissLick; 06-25-2015 at 09:38.
KissLick is offline
321rage
Junior Member
Join Date: Jun 2015
Old 06-28-2015 , 15:01   Re: Error compiler online
Reply With Quote #8

Quote:
Originally Posted by terminator18 View Post
Just download sourcemod if you haven't downloaded already.It's located in addons/sourcemod/scripting
folder.
[IMG]http://s11.************/w92z9bqab/saddddddd.png[/IMG]

Quote:
KickClient(target_list[i], "Your account is
currently untrusted.");
}

return Plugin_Handled;
}


Quote:
Originally Posted by KissLick View Post
Or use http://spider.limetech.org/, you are welcome.
same error
321rage is offline
KissLick
Veteran Member
Join Date: Nov 2012
Location: void
Old 06-28-2015 , 16:05   Re: Error compiler online
Reply With Quote #9

Quote:
Originally Posted by 321rage View Post
[IMG]http://s11.************/w92z9bqab/saddddddd.png[/IMG]







same error
Not the same error... First error was about accessing colors.inc and this one is about invalid string... Just read the error log, mostly it's self-explaining.

Lines 104-105
PHP Code:
KickClient(target_list[i], "Your account is 
currently untrusted."
); 
turn into
PHP Code:
KickClient(target_list[i], "Your account is currently untrusted."); 
KissLick is offline
321rage
Junior Member
Join Date: Jun 2015
Old 06-29-2015 , 09:55   Re: Error compiler online
Reply With Quote #10

Thanks, it's works
321rage 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 13:12.


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