It tells you what line the error occurs on, so just go to that line and look at it. It seems that most of the time the problem is non-paired braces. If one doesn't have a pair then something is wrong there, either you left one out or you put in an extra one.
I fixed all the
errors but there are like a million warnings (for unused variables)

.
Code:
Welcome to the AMX Mod X 1.8.1-300 Compiler.
Copyright (c) 1997-2006 ITB CompuPhase, AMX Mod X Team
C:\Program Files\Games\Steam\steamapps\beougher\counter-strike\cstrike\addons\am
xmodx\scripting\temp.sma(293) : warning 201: redefinition of constant/macro (sym
bol "BM_TRAMPOLINE")
C:\Program Files\Games\Steam\steamapps\beougher\counter-strike\cstrike\addons\am
xmodx\scripting\temp.sma(5412) : warning 204: symbol is assigned a value that is
never used: "vTimerAngles"
C:\Program Files\Games\Steam\steamapps\beougher\counter-strike\cstrike\addons\am
xmodx\scripting\temp.sma(5412) : warning 204: symbol is assigned a value that is
never used: "vTimerOrigin"
C:\Program Files\Games\Steam\steamapps\beougher\counter-strike\cstrike\addons\am
xmodx\scripting\temp.sma(5412) : warning 204: symbol is assigned a value that is
never used: "bTimerStart"
C:\Program Files\Games\Steam\steamapps\beougher\counter-strike\cstrike\addons\am
xmodx\scripting\temp.sma(5490) : warning 203: symbol is never used: "getFileCont
ents"
C:\Program Files\Games\Steam\steamapps\beougher\counter-strike\cstrike\addons\am
xmodx\scripting\temp.sma(5490) : warning 203: symbol is never used: "htmlFriendl
y"
C:\Program Files\Games\Steam\steamapps\beougher\counter-strike\cstrike\addons\am
xmodx\scripting\temp.sma(5490) : warning 203: symbol is never used: "longJumpCre
ate"
C:\Program Files\Games\Steam\steamapps\beougher\counter-strike\cstrike\addons\am
xmodx\scripting\temp.sma(5490) : warning 203: symbol is never used: "longJumpDis
tance"
C:\Program Files\Games\Steam\steamapps\beougher\counter-strike\cstrike\addons\am
xmodx\scripting\temp.sma(5490) : warning 203: symbol is never used: "longJumpRot
ate"
C:\Program Files\Games\Steam\steamapps\beougher\counter-strike\cstrike\addons\am
xmodx\scripting\temp.sma(5490) : warning 203: symbol is never used: "measureTool
SelectBlock"
C:\Program Files\Games\Steam\steamapps\beougher\counter-strike\cstrike\addons\am
xmodx\scripting\temp.sma(5490) : warning 203: symbol is never used: "measureTool
SelectPos"
C:\Program Files\Games\Steam\steamapps\beougher\counter-strike\cstrike\addons\am
xmodx\scripting\temp.sma(5490) : warning 203: symbol is never used: "toggleMeasu
reTool"
Header size: 3472 bytes
Code size: 131732 bytes
Data size: 139688 bytes
Stack/heap size: 16384 bytes; max. usage is unknown, due to recursion
Total requirements: 291276 bytes
12 Warnings.
Done.
__________________