03.09.2010, 16:17
Make a global array to store the players id as houseowner.
Example:
Easy as that.
Example:
pawn Код:
//on top
new gHouseOwner[ MAX_HOUSES ]; //remember that MAX_HOUSES isn't defined by default, I'm just using to show you an example.
//where you want to make a player the owner.
gHouseOwner[ HOUSE_ID_HERE ] = playerid;