DINI saved, now how do to to set?
#1

So folks thought I had made a good house system, but is not loading right not ...
The name of the owner of the house to save the notes there .ini block, but it is not set in the load callback

Save
pawn Код:
dini_Set(arq,"Dono",HouseInfo[houseid][Dono]);
Load (have error?)
pawn Код:
format(HouseInfo[houseid][Dono], MAX_PLAYER_NAME, dini_Get(arq, "Dono"));
Reply
#2

pawn Код:
format(HouseInfo[houseid][Dono], MAX_PLAYER_NAME, "%s", dini_Get(arq, "Dono"));
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)