14.04.2019, 19:27
Hello, I'm trying to edit the house range when /getpizza sees the houses I tried saved cords from bayside the X and Y
And the X and Y from Ford Carson
But after this change the /getpizza doesn't work anymore how do I fix this and let only the command see to deliver food at houses in the range of Bayside and FordCarson ?
And the X and Y from Ford Carson
PHP Code:
while(!(HouseInfo[rand][hOwned] && HouseInfo[rand][hExteriorZ] <= 1000 && HouseInfo[rand][hExteriorX] > -2510.5693 && HouseInfo[rand][hExteriorX] < -206.7908 && HouseInfo[rand][hExteriorY] < 2296.3787 && HouseInfo[rand][hExteriorY] > 1094.9651 && HouseInfo[rand][hExtIW] == PlayerInfo[playerid][pVW] && HouseInfo[rand][hExtVW] == PlayerInfo[playerid][pInt]))