03.02.2018, 16:35
if I correctly understand, u can add one more variable or u can just use PVar's
for example if player Y wants to sell a house to player X, you ucan use PVars like this:
SetPVarInt(X,"House",House[Y]);
and than u can adjust it after the purchase, like this:
HouseID[X] = GetPVarInt(X,"House");
HouseID[Y] = 0;
for example if player Y wants to sell a house to player X, you ucan use PVars like this:
SetPVarInt(X,"House",House[Y]);
and than u can adjust it after the purchase, like this:
HouseID[X] = GetPVarInt(X,"House");
HouseID[Y] = 0;