Closed dretax closed 10 years ago
Oops, i realised that i should be using the original assembly dll. http://dretaxmc.eu/dretaxscreen/2014-06-26_0000.png
That is what i got. I'm using the June 01's rust server
May you upload for me your clear assembly and patched?
Are you using build from "releases"?
Thank you! Lemme check.
Working good, well most of it. My HomeSystem for somereason doesn't want to teleport me to the place. No errors, other plugins are working like DeathMsg and Fpsboots, things like that. Any clue why?
Is that plugin working on clear server? You may add to the plugin your personal loging system and look what is wrong. Like that: In On_PluginInit: _Plugin.Log("TestLog", "OnPluginInit start"); and in the end of function _Plugin.Log("TestLog", "OnPluginInit end");. If you find this in log - it work well. And then check other functions.
Negative.
This was the problem.
function FindPlayer(id) { var player = Magma.Player.FindBySteamID(id); --> var player = Zumwalt.Player.FindBySteamID(id); if (player != null) { return player; } return null; }
Warn the users about this. U renamed the Magma class to Zumwalt, and most of the plugins wont work like that.
omg, thanks for report!
Np. For that i give u this. xD http://dretaxmc.eu/dretaxscreen/2014-06-26_1552.png
Also, how can u reload zumwalt, instead of using magma.reload? It seems like that doesnt work.
I think it's not Zumwalt bug. I google for it and found a lot of threads about that bug. =)
This is likely to blame for the plugin.
I see. I haven't seen that yet, i thought i just send it. Anyway, thanks.
And how can u reload zumwalt? Or u havent invented that console cmd yet
Hey. I have this problem: http://dretaxmc.eu/dretaxscreen/2014-06-25_2128.png Whats wrong?