25.05.2017, 11:22
Hello all. I created save system with dini for my house system. The house owner is saved successfully, but when it load the owner, appear the symbol " я ". Here is my code to save:
dini_Set(biz, "Owner", HouseInfo[houseid][hOwner]);
Here is my code for loading:
format(HouseInfo[houseid][hOwner], MAX_PLAYER_NAME, dini_Get(housestring, "Owner"));
BTW I'm using the last version of Dini (1.6).
And this is a very big problem because when the server is looking for the owner, it does not find it.
dini_Set(biz, "Owner", HouseInfo[houseid][hOwner]);
Here is my code for loading:
format(HouseInfo[houseid][hOwner], MAX_PLAYER_NAME, dini_Get(housestring, "Owner"));
BTW I'm using the last version of Dini (1.6).
And this is a very big problem because when the server is looking for the owner, it does not find it.