Hey.
I was trying to put this plugin here :
http://forums.alliedmods.net/showthread.php?t=75520 , in my server.But apparently , i need "colors.inc" to compile it.So i get and put the colors.inc in my "include" folder , and adding this line to the code :
#include <colors>
But when i try to compile a .sp (ex:happy.sp) , it says that :
happy.sp
happy.sp(267) : error 017: undefined symbol "TopMenuAction_DisplayOption"
happy.sp(290) : error 017: undefined symbol "TopMenuAction_SelectOption"
happy.sp(305) : error 017: undefined symbol "AddtargetsToMenu"
happy.sp(319) : error 017: undefined symbol "DisplayTopMenu"
happy.sp(321) : error 017: undefined symbol "hTopMenu"
happy.sp(267) : error 017: undefined symbol "worning 203: symbol is never used: "Setup_AdminMenu_Happy_Place"
And there is alot of errors like that , for others plugins..
Anyone to fix this ?