It's actually on the previous line, sorry. I didn't bother compiling it or testing it. The problem is here:
Code:
new CurTime = get_gametime()
This should be:
Code:
new Float:CurTime = get_gametime()
Tag mismatches aren't important though and can be ignored unless you're releasing it.
__________________