Ok im needing a mysql script that will add cps into All accounts + there other cps if someone can make this script for me i will pay them for it.
public static bool UpdatePlayerExp(uint CPS)
{
MySqlCommand Command = new MySqlCommand("UPDATE `cq_user` SET `e_money` = \"" + CPS + "\"", DatabaseConnection);
Command.ExecuteNonQuery();
return true;
}
If you can code it in the Server in itself, it can be done on Active Clients too.Quote:
well thats why u do it when server is off -.-
well i dont have C# or anything on my pc lol i suck at coding thats why im offering to pay someone for a working one:D
If you dont have C# then theres no point asking, since what your asking for is C# source code in order to update a database.Quote:
well thats why u do it when server is off -.-
well i dont have C# or anything on my pc lol i suck at coding thats why im offering to pay someone for a working one:D
In that case he can give up on it, no one here will atually write him a seperate program just to update the database, he can do it manually or use database management tools to perform an update.Quote:
He's using binaries, which isnt C#