1:
the normal way, where the money it saved to the server(NOT THE DATABASE BTW) after loading it.
like int money;
Code:
int Money
bla bal everyone nows this way lol
2:
Code:
money{set{save value to mysql}get{get teh value from mysql} }
or the way that i am doing it now here is an example.
Code:
private int _mny
public int Money
{
get return _mny
set _mny = value; Save_Money_To_MySql
}
other then that if anythign changes on a char or a item of that chars it changes in the database.
so wht do you all thank i should do here and please give me some reasoning why.






