10.05.2014, 17:45
For the line caused the run time error: https://github.com/Zeex/samp-plugin-...ith-debug-info
You assign to houseId the value of P_TEMP[playerid][tmphouse]. If IsPlayerOutHouse returns 0 (just a theory), it will never assign the new value and houseId will still be -1.
You assign to houseId the value of P_TEMP[playerid][tmphouse]. If IsPlayerOutHouse returns 0 (just a theory), it will never assign the new value and houseId will still be -1.