okay you guys know how Undress My Shadow's nobility code is for ini?
what about for non ini?
cuz i need help with that
cuz mine saves mysql
what about for non ini?
cuz i need help with that
cuz mine saves mysql
Quote:
I probably have the nobility packet somewhere in old files, I just don't feel like plugging my other HDD in and going through close to 100 folders.
ive always liked accs saving to .ini cuz then if i wanna award cps to a player i can jsut go to their .ini file and give them cps thereQuote:
One of the simple solutions: [Only registered and activated users can see links. Click Here To Register...]
Although, I'd recommend just coding one yourself if you can.
UPDATE characters SET CPoints=CPoints+500 WHERE Name='TheirChar';
int CPoints = 500;
CPoints = CPoints + 500; // Or, CPoints += 500; But I'm explaining, not coding.
Console.WriteLine("CPoints = " + CPoints); // Output: CPoints = 1000