01.12.2013, 14:48
did you use enums to save data?
like
enum pInfo //it creates an enum that is called pInfo with the following variables:
{
pScore,
pMoney,
}
like
enum pInfo //it creates an enum that is called pInfo with the following variables:
{
pScore,
pMoney,
}