Hi,
I´m coming back to this issue after trying every single way to solve it.
It seems really easy to fix it but I cant worked out.
As I was explaining on this post:
http://forums.alliedmods.net/showthread.php?t=1709
I´ve got a Won 1.5 Server.
Whe I use /top15 I get some HTML code, that is not supported by the 1.5.
I´ve tried lots of times, editing the amxconst.inc ant removing the // on "//#define NO_STEAM", as some1 told me to do :
Here are the exact instruccions.
Quote:
It is very easy, Wanted. Go to your scripting/include folder, find the file called "amxconst.inc", open it with notepad,
in the line 12 or 13 you see "Uncomment if you don't use Steam", or somethin' like that.
And below it "//#define NO_STEAM", so delete those 2 "//"'s and then recompile all your plugins (why? Cuz by default
the plugins are compiled for STEAM). Run your server and then thank me .
|
But when I tried to compile the plugin, (I have used both, the online compiler and the amxcomp.exe) I get some errors.
When I use the online one, I get this error
Quote:
Small compiler 2.1.0 Copyright (c) 1997-2002, ITB CompuPhase
/home/users/amxmodx/tmp/phpGZnM8Y.sma(14) : error 070: rational number support was not enabled
/home/users/amxmodx/tmp/phpGZnM8Y.sma(142) : error 070: rational number support was not enabled
/home/users/amxmodx/tmp/phpGZnM8Y.sma(143) : error 070: rational number support was not enabled
/home/users/amxmodx/tmp/phpGZnM8Y.sma(144) : error 070: rational number support was not enabled
/home/users/amxmodx/tmp/phpGZnM8Y.sma(145) : error 070: rational number support was not enabled
/home/users/amxmodx/tmp/phpGZnM8Y.sma(154) : error 070: rational number support was not enabled
/home/users/amxmodx/tmp/phpGZnM8Y.sma(223) : error 013: no entry point (no public functions)
7 Errors.
Read the errors above. Your plugin failed to compile. Make sure it is has the correct #includes
|
The problem is that I get this error, EVEN if I tried to compile the "original" plugin.
With the other one, I´m not even able to start to compile (I supposed is because is an .inc file)
Pls...I need some help on this. We´ve got about 4000 nicks a moth registered in our server, and every1 keeps asking me for this.
If I cant solve it I think I will go back to previous versions, but I don want to do that because AMX X offers really nice thinks that I´m using.