It allows me too have over the cap if i edit money in the databse but when i credit users through staff panel it goes back too the 2,147,483,647 price ?? Do i have too change int into something else on staff_users ?
$_POST['money']=(int) $_POST['money'];
$_POST['bankmoney']=(int) $_POST['bankmoney'];
$_POST['cybermoney']=(int) $_POST['cybermoney'];
$_POST['crystals']=(int) $_POST['crystals'];