Hi,
Im looking for php/html script to Auto send bounty to a member, after donating.
Example:
Alpha Tricia donates 6 euro.
The Script sends 6 bounty to his ingame account.
Thanks.
Hi,
Im looking for php/html script to Auto send bounty to a member, after donating.
Example:
Alpha Tricia donates 6 euro.
The Script sends 6 bounty to his ingame account.
Thanks.
Code:$shitshit = mssql_query("UPDATE `Character` SET `Bounty` = (as much as you want or a variable from the donate script) WHERE (CID OR AID or anything that your website identifies someone from) = (variable of the identifier, depends on your website again) ");
Last edited by Lifeles5; 10-06-10 at 07:57 PM.