17.03.2014, 13:34
What Tag mismtach on this line?
How to fix that?
Код:
MoneyDistance[playerid] = ((vDistance/5) * 4);
Код:
new Float: vDistance = GetVehicleDistanceFromPoint(vehicleid, HouseInfo[rand][hExteriorX], HouseInfo[rand][hExteriorY], HouseInfo[rand][hExteriorZ]); if(vDistance >= 500) vDistance = 500; MoneyDistance[playerid] = ((vDistance/5) * 4);