29.10.2015, 18:15
Код:
YCMD:poptires(playerid, params[], help) { new panels, doors, lights, tires; GetVehicleDamageStatus(vehicleid, panels, doors, lights, tires); UpdateVehicleDamageStatus(vehicleid, panels, doors, lights, 5); //Pops the back two wheels return 1; }
Код:
C:\Users\Lee\Desktop\SA-MP SCRIPTING\pawno\jonesys-sandbox.pwn(432) : error 017: undefined symbol "vehicleid" C:\Users\Lee\Desktop\SA-MP SCRIPTING\pawno\jonesys-sandbox.pwn(433) : error 017: undefined symbol "vehicleid" Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase 2 Errors.