serverCmdGiveMoney(%client,%reciever)
{
if (%client.isSuperAdmin) $money[%reciever.BL_ID] ++;
}
severCmdCheckMoney(%client)
{
messageClient(%client,'',"\c3You have\c2" SPC $money[%client.BL_ID] SPC "\c3 money.");
}
Obviously there are a lot more features to add but that's a basic idea
Untested, there could be some glaringly obvious bug that I'm missing.