29.09.2015, 00:04
Quote:
It uses the new syntax. The latest version (which must have YSI) is still the best though.
|
Код:
foreach(new i : Vehicle) { static Float:vehPos[3]; GetVehiclePos(i, vehPos[0], vehPos[1], vehPos[2]); if(distance(vehPos[0], vehPos[1], vehPos[2], x2, y2, z2) < 7.0) return false; }
Код:
error 017: undefined symbol "Vehicle@YSII_Ag"