Quantcast
Channel: SA-MP Forums
Viewing all articles
Browse latest Browse all 18226

Dini ÿ symbol

$
0
0
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.

Viewing all articles
Browse latest Browse all 18226

Trending Articles