22.06.2015, 17:52
(
Последний раз редактировалось simo0000; 22.06.2015 в 18:33.
)
Fixed
if(iVehicleID != -1) {
VehType = 1;
break;
}
PHP код:
You're telling the script to break. Just return 1... You're not using any Do/While/Foreach/ Statements... So why are you trying to break out of the statement when they need that param to get inside the statement. |