10.04.2014, 15:26
Hello !
i have a 2 warnings.
Warnings:
Lines:
Up In Mode:
how to fix this ?
thanks!
i have a 2 warnings.
Warnings:
PHP код:
Line 1009: warning 219: local variable "veh1" shadows a variable at a preceding level
Line 1032: warning 219: local variable "veh2" shadows a variable at a preceding level
PHP код:
Line 1009: new veh1 = CreateVehicle(411, x+3,y,z, a, -1, -1, -1);
Line 1032: new veh2 = CreateVehicle(562, x+3,y,z, a, -1, -1, -1);
PHP код:
new veh1;
new veh2;
how to fix this ?
thanks!