PDA

View Full Version : Whats the deal with floats?!


liOVERLOADil
07-27-2004, 03:38
I'm trying to port a plugin of mine and while doing so I've added in quite a bit
of things. I compiled it and sure enough I had errors. I fixed the errors and
warnings; it compiles totally clean but I have one major problem BAD LOAD,
BAD LOAD, BAD LOAD!!!!!!

I've pretty much disabled everything to find out what the problem was
and figured it's was something with the floats.

I port the old version, it compiles fine and to my surprise, BAD LOAD!

Wait, hold on a second, what the hell is going on? This exact plugin worked
on the OLD version of AMX, why isn't it working now?

So....whats the deal with the floats?!

Johnny got his gun
07-27-2004, 05:35
Max, what's the plugin?

liOVERLOADil
07-27-2004, 05:46
Its kind of an unreleased one. I don't feel right about posting the code
to an unreleased plugin of mine.

Apon further investigation, I've found that the OLD AMX runs the plugin fine.

PM
07-27-2004, 06:20
Make sure you are using the AMXX includes and check the logs, they should tell you why it didn't load.

liOVERLOADil
07-27-2004, 13:21
L 07/27/2004 - 12:17:10: [AMXX] Plugin file open error (plugin "plugthing")

And yet it works on AMX.

Amxmodx is the only include I'm using.
The plugin compiles clean.

liOVERLOADil
07-31-2004, 11:50
Nevermind, I got it fixed. It was something completely unrelated of course.

Mods, please delete this thread.