the arguments for bottomPrint are message,time*1000,hideBar
you have hideBar set to true
also please use
bottomPrint(%client,message,time,hideBar);
or
%client.bottomPrint(message,time,hideBar);
so that other addons can package over your bottomPrint if they need to