Quote:
Originally Posted by Mordekay
Works fine here on 1.8.2. Download it again from HERE to make sure you don't have some faulty version.
|
The problem is with the plugin because I can compile other sma files. I have noticed that every line has a tab in the begging of ever line and there are double carriage return/line-feeds, like this:
Code:
#include <amxmodx>
#include <amxmisc>
#include <fun>
#include <engine>
#include <fakemeta>
#include <hamsandwich>
Looking at other sma files, it looks like this:
Code:
#include <amxmodx>
#include <amxmisc>
#include <fun>
#include <engine>
#include <fakemeta>
#include <hamsandwich>