function serverCmdMRPGAdminTaxes(%client){
if(%client.isSuperAdmin || %client.isAdmin){
messageclient(%client,"","\c6The formula for taxes is (a/2 + 1 + b + 1 + c * c + E * E * E)/2");
messageclient(%client,"","\c6 a being number of 16 x 16 lots b 16 x 32, to 64 x 64.");
}
}
};
activatePackage(mrpg);