18.07.2011, 18:11
This was interesting to me too. Because i thought that var will be saved as text. But it seems that it gets called when reading every new line.
I did this:
I did this:
pawn Код:
new owner[MAX_PLAYER_NAME];
format(owner,sizeof(owner),"%s",HInfo[id][HOwner]);
OnPlayerBuyHouse(playerid,id,owner);