ok in hb account file we got
[CHARACTERS]
account-character = ByeBye
account-character = test
account-character = NightRider
say i want to delete this line
Code: Select all
account-character = NightRider
thnks to anyone thats knows
Code: Select all
account-character = NightRider
Lol Scale.. I couldn't even write it in C#, let alone C++. I do HTML/XHTML/Some PHP.Scale wrote: my c++ is crap,
but basicly u would have to read the text file using a filestream to read the file loop trough all the lines till u find the line u want and remove it and write it back out.
I could write it for u in c# cant do more then that![]()
Or, you could jsut not have it appear anything..binarydata wrote: just replace the line with a blank one?
roflcharlie wrote: 3 useless posts by thomas the retarded tank engine
He said C++ not SQL, but i cant understand why you would need that in the code so i think he means SQLSprint wrote: sql:
DELETE * FROM [name of column] WHERE [column] ='NightRider'
lol
its fro mainserver src i need it for account file when u delete a char it has to delete the char in the account fileSexyBitch wrote:He said C++ not SQL, but i cant understand why you would need that in the code so i think he means SQLSprint wrote: sql:
DELETE * FROM [name of column] WHERE [column] ='NightRider'
lol
Sexy
But if you mean C++
just hit del key for the line you want to remove then rebuild it. if you rebuild and get error it will show you each section the error comes from and you can sort it.
if sql then you got that in the post above
he said txt lol, and i had a typo in my post in the code oops lolSexyBitch wrote:He said C++ not SQL, but i cant understand why you would need that in the code so i think he means SQLSprint wrote: sql:
DELETE * FROM [name of column] WHERE [column] ='NightRider'
lol
Sexy
But if you mean C++
just hit del key for the line you want to remove then rebuild it. if you rebuild and get error it will show you each section the error comes from and you can sort it.
if sql then you got that in the post above