14.07.2010, 08:31
Hey my problem is basically: (House System)
When you enter:
(This is to make sure you exit the same place once you exit since theres more houses with the same interior)
When you exit:
but for some reason it wont delete it again. I tried by first going into the house with ID 0 then after that I exited and went into house ID 1 but ended up getting out at ID 0 and not ID 1
When you enter:
pawn Код:
SetPVarInt(playerid,"HouseID",HouseInfo[i][ID]);
When you exit:
pawn Код:
DeletePVar(playerid,"HouseID");