the way it is now when a member trys to rob from another member and fails the money gets taken off that member.
and thats that.
But if the member who you tryed to rob from as insurance "police" the money you tryed to rob goes to that user
somthing like
if ($victim[insurance]!=' police"
$DB_site->query("UPDATE user SET storep=storep+$robber WHERE userid=$usid");
but only when they robbery fails.
if you still not to sure what i mean i can try and make this hack and post the code.
Also i have another porblem. is there a way to stop somone from robbing from themselfs?
thanks for all your help
|