02.03.2015, 22:44
I put this script on my gamemode at callback OnPlayerStateChange
And give me these errors. Why?
pawn Код:
GetVehicleParamsEx(newcar,engine,lights,alarm,doors,bonnet,boot,objective);
if(IsABike(newcar))
{
SetVehicleParamsEx(newcar,VEHICLE_PARAMS_ON,lights,alarm,doors,bonnet,boot,objective);
}
Код:
error 017: undefined symbol "newcar" error 017: undefined symbol "newcar" error 017: undefined symbol "newcar" Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase 3 Errors.