View Single Post
  #7  
Old 01-30-2016, 04:44 PM
FounderSim FounderSim is offline
Member
 
Join Date: Sep 2014
Posts: 65
Gender: Male
Credits: 10,817
FounderSim is on a distinguished road
Default

I also found this in pound.php

Code:
			    $poundAdopt->dopound();
				if($this->settings->cost->active == "yes"){        
		            $cost = $this->getCost($this->adopt, "pound");
			        $mysidia->user->changecash(-$cost);
					$this->setField("cost", new Integer($cost));
			    }
Mysidia has built in function to change cash. I assume - subtracts from money. If you wanted to add money, use positive #.

$mysidia->user->changecash(-$cost);
__________________
Reply With Quote