Rename the TextCtrl object to CRP_Cash in the GUI.
Change
function clientCmdUpdatecash(%amount)
{
GuiMLTextCtrl(Cash).setText("$: " @ %amount);
}
To
function clientCmdUpdatecash(%amount)
{
CRP_Cash.setText("$: " @ %amount);
}
Also, it's .cs, not .sc.