After having a quick look I have come up with this:
If you put the command directly under: ;-- hop and higher commands
if ($1 == !setcash) {
vcmp.setcash $2 $3
vcmp.adminchat Admin:[ $nick ] Player:[ $vcmp.hgetname($2) ] Cash:[ $ $+ $3 ]
}
If you put the command under another one e.g. under !say
elseif ($1 == !setcash) {
vcmp.setcash $2 $3
vcmp.adminchat Admin:[ $nick ] Player:[ $vcmp.hgetname($2) ] Cash:[ $ $+ $3 ]
}