![]() |
Overwriting Object Variables?
PHP Code:
Code's up that a-way ^ ! Now the problem I am having is this, I preset a var named "mudaccount" in a different function and it saves it into the text file perfectly fine listing the Admin-Playerworld145 account as the mudaccount (account I'm testing with ). But, when I use the above function it seems to overwrite mudaccount and make it equal 1. I've tried using the append function as well but that doesn't help. Anyone see an issue? |
Load the variables, change whatever needs to be changed and save it again.
|
What exactly do you think I'm doing?
E: It's not even a matter of what I need to change inside the text file but what I need to add to it. >.> |
Quote:
Say I have (Apple = 1), and (Bannana = 2) saved in ("mud/food"). To edit one of them without overwriting the whole file this is what I have to do. PHP Code:
Edit to respond to the post above: Ok if you want to add something then my method will still work. PHP Code:
To sum it all up just add this: PHP Code:
PHP Code:
|
Ah, thanks Rapid. Novo sort of made me realize it was a bit over complicated to begin with.
So I basically dumbed it down and did what you said and it works fine. :] Edit: Ah, a new issue arises, following what you said I then tried to save the clientr strings as well along with everything else, It works with append but not with overwrite. But that's ok. Thanks for the help man. |
| All times are GMT +2. The time now is 06:09 PM. |
Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2026, vBulletin Solutions Inc.
Copyright (C) 1998-2019 Toonslab All Rights Reserved.