Xymph wrote:sbone wrote:Hi, great job, im currently installing and testing

Thanks.
sbone wrote:You said on your web page that "Other Plugins (may not be compatible with v0.

"
Im only using Fishy's mods for [Aseco/JFreu] FuFi Tools Plugin.
Did you test it ?
No I didn't test any of those plugins with the v0.8 system. I'm interested to hear about your (and others') experiences though.
Xymph
im using that but not yet instalt on server right now(first looking al new but I wil post my update of the script whit this version(/op kick playerid and stuf)
edit:
<plugin>nochat.php</plugin>
<plugin>curse.php</plugin>
<plugin>fufi.tools.php</plugin>
<plugin>chat.op.php</plugin>
<plugin>jfreu.hack.php</plugin>
<plugin>chat.globalstats.php</plugin>
al working so no problem whit other plugins(I use:P)
edit 2....
to change the codes to use id u change this:
Code: Select all
$player = $aseco->server->players->getPlayer($command['params'][1]);
into this:
Code: Select all
$player = $aseco->getPlayerParam($admin, $command['params'][1]);
and u can use the id of an player almost al plugins use that line^^